Spaces:
Running
on
L40S
Running
on
L40S
Update app.py
Browse files
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", "
|
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",
|