inoculatemedia commited on
Commit
27df855
Β·
verified Β·
1 Parent(s): 8589317

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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",