update gradio (#58)

This commit is contained in:
WanX-Video 2025-02-26 20:33:18 +08:00 committed by Bakhtiyor Sulaymonov
parent 18818168ff
commit 3f0dde1f81

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],