Spaces:
Runtime error
Runtime error
Update gradio/vace.py
Browse files- gradio/vace.py +1 -1
gradio/vace.py
CHANGED
|
@@ -276,7 +276,7 @@ if __name__ == '__main__':
|
|
| 276 |
"--ckpt_dir",
|
| 277 |
type=str,
|
| 278 |
# default='models/VACE-Wan2.1-1.3B-Preview',
|
| 279 |
-
default='models/Wan2.1-VACE-
|
| 280 |
help="The path to the checkpoint directory.",
|
| 281 |
)
|
| 282 |
parser.add_argument(
|
|
|
|
| 276 |
"--ckpt_dir",
|
| 277 |
type=str,
|
| 278 |
# default='models/VACE-Wan2.1-1.3B-Preview',
|
| 279 |
+
default='models/Wan2.1-VACE-1.3B/',
|
| 280 |
help="The path to the checkpoint directory.",
|
| 281 |
)
|
| 282 |
parser.add_argument(
|