Spaces:
Runtime error
Runtime error
Update wan2_fast.py
Browse files- wan2_fast.py +1 -1
wan2_fast.py
CHANGED
|
@@ -248,7 +248,7 @@ def get_duration(
|
|
| 248 |
@spaces.GPU(duration=get_duration)
|
| 249 |
def generate_video(prompt, height, width,
|
| 250 |
negative_prompt=default_negative_prompt, duration_seconds = 2,
|
| 251 |
-
guidance_scale = 0, steps =
|
| 252 |
seed = 42, randomize_seed = False,
|
| 253 |
progress=gr.Progress(track_tqdm=True)):
|
| 254 |
|
|
|
|
| 248 |
@spaces.GPU(duration=get_duration)
|
| 249 |
def generate_video(prompt, height, width,
|
| 250 |
negative_prompt=default_negative_prompt, duration_seconds = 2,
|
| 251 |
+
guidance_scale = 0, steps = 50,
|
| 252 |
seed = 42, randomize_seed = False,
|
| 253 |
progress=gr.Progress(track_tqdm=True)):
|
| 254 |
|