Spaces:
Runtime error
Runtime error
Update wan2_fast.py
Browse files- wan2_fast.py +1 -1
wan2_fast.py
CHANGED
|
@@ -415,7 +415,7 @@ def generate_video(prompt, height, width,
|
|
| 415 |
with tempfile.NamedTemporaryFile(suffix=".mp4", delete=False) as tmpfile:
|
| 416 |
video_path = tmpfile.name
|
| 417 |
export_to_video(output_frames_list, video_path, fps=FIXED_OUTPUT_FPS)
|
| 418 |
-
upscale_and_upload_4k(video_path, prompt)
|
| 419 |
return video_path, current_seed
|
| 420 |
|
| 421 |
|
|
|
|
| 415 |
with tempfile.NamedTemporaryFile(suffix=".mp4", delete=False) as tmpfile:
|
| 416 |
video_path = tmpfile.name
|
| 417 |
export_to_video(output_frames_list, video_path, fps=FIXED_OUTPUT_FPS)
|
| 418 |
+
#upscale_and_upload_4k(video_path, prompt)
|
| 419 |
return video_path, current_seed
|
| 420 |
|
| 421 |
|