Commit Graph

8 Commits

Author SHA1 Message Date
WanX-Video
4169800a95 update gradio (#58) 2025-02-26 20:33:18 +08:00
cocktailpeanut
4c503a8bc2 os.path.sep instead of / (#12) 2025-02-26 18:57:30 +08:00
Adrian Corduneanu
fb6dbad54c Update text2video.py to reduce GPU memory by emptying cache (#44)
* Update text2video.py to reduce GPU memory by emptying cache

If offload_model is set, empty_cache() must be called after the model is moved to CPU to actually free the GPU. I verified on a RTX 4090 that without calling empty_cache the model remains in memory and the subsequent vae decoding never finishes.

* Update text2video.py only one empty_cache needed before vae decode
2025-02-26 18:56:57 +08:00
WanX-Video
9ab8f963c8 Update requirements.txt 2025-02-26 12:02:30 +08:00
WanX-Video
656b9157c7 Update README.md 2025-02-26 11:18:26 +08:00
WanX-Video
c132cc08a4 Update README.md 2025-02-25 22:54:11 +08:00
WanX-Video-1
5512ca4b33 init upload 2025-02-25 22:27:54 +08:00
WanX-Video-1
65386b2e03 init upload 2025-02-25 22:07:47 +08:00