fffiloni commited on
Commit
127b8cb
·
verified ·
1 Parent(s): f0e665d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -124,7 +124,7 @@ def infer(prompt, cond_image_path, cond_audio_path):
124
  "--ckpt_dir", "weights/Wan2.1-I2V-14B-480P",
125
  "--wav2vec_dir", "weights/chinese-wav2vec2-base",
126
  "--input_json", "./examples/single_example_1.json",
127
- "--sample_steps", "25",
128
  "--motion_frame", "2",
129
  "--num_persistent_param_in_dit", str(USED_VRAM_PARAMS),
130
  "--mode", "streaming",
 
124
  "--ckpt_dir", "weights/Wan2.1-I2V-14B-480P",
125
  "--wav2vec_dir", "weights/chinese-wav2vec2-base",
126
  "--input_json", "./examples/single_example_1.json",
127
+ "--sample_steps", "2",
128
  "--motion_frame", "2",
129
  "--num_persistent_param_in_dit", str(USED_VRAM_PARAMS),
130
  "--mode", "streaming",