broadfield-dev commited on
Commit
e78e34b
·
verified ·
1 Parent(s): e64ba0a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -2,4 +2,5 @@ import os
2
 
3
  os.system("pip install git+https://github.com/Wan-Video/Wan2.1")
4
  os.system("huggingface-cli download Wan-AI/Wan2.1-T2V-14B --local-dir ./Wan2.1-T2V-14B")
5
- os.system("python generate.py --task t2v-1.3B --size 832*480 --ckpt_dir ./Wan2.1-T2V-1.3B --offload_model True --t5_cpu --sample_shift 8 --sample_guide_scale 6 --prompt "Two anthropomorphic cats in comfy boxing gear and bright gloves fight intensely on a spotlighted stage."")
 
 
2
 
3
  os.system("pip install git+https://github.com/Wan-Video/Wan2.1")
4
  os.system("huggingface-cli download Wan-AI/Wan2.1-T2V-14B --local-dir ./Wan2.1-T2V-14B")
5
+ os.system('''python generate.py --task t2v-1.3B --size 832*480 --ckpt_dir ./Wan2.1-T2V-1.3B --offload_model True \
6
+ --t5_cpu --sample_shift 8 --sample_guide_scale 6 --prompt "Two anthropomorphic cats in comfy boxing gear and bright gloves fight intensely on a spotlighted stage."''')