Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -102,7 +102,7 @@ def _parse_args():
|
|
| 102 |
parser.add_argument(
|
| 103 |
"--ckpt_dir",
|
| 104 |
type=str,
|
| 105 |
-
default='Wan-AI/Wan2.1-I2V-14B-480P/models_t5_umt5-xxl-enc-bf16.pth',
|
| 106 |
help="The path to the Wan checkpoint directory.")
|
| 107 |
parser.add_argument(
|
| 108 |
"--quant_dir",
|
|
|
|
| 102 |
parser.add_argument(
|
| 103 |
"--ckpt_dir",
|
| 104 |
type=str,
|
| 105 |
+
default='https://huggingface.co/Wan-AI/Wan2.1-I2V-14B-480P/resolve/main/models_t5_umt5-xxl-enc-bf16.pth?download=true',
|
| 106 |
help="The path to the Wan checkpoint directory.")
|
| 107 |
parser.add_argument(
|
| 108 |
"--quant_dir",
|