update gradio (#58)

This commit is contained in:
WanX-Video 2025-02-26 20:33:18 +08:00 committed by GitHub
parent 89b065f4fe
commit d7b01803de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,7 +46,7 @@ def t2v_generation(txt2vid_prompt, resolution, sd_steps, guide_scale,
guide_scale=guide_scale,
n_prompt=n_prompt,
seed=seed,
offload_model=False)
offload_model=True)
cache_video(
tensor=video[None],