Commit Graph

12 Commits

Author SHA1 Message Date
Adrian Corduneanu
7b58015ee8 Fix assertion error in UniPC scheduler for high step counts
This fixes an edge case in the FlowUniPCMultistepScheduler where using high sampling step counts (> 50) would cause an assertion error in the last step. The issue was that with lower_order_final=True, the order calculation could become 0 when step_index equals len(timesteps), causing 'assert self.this_order > 0' to fail.

The fix ensures this_order is always at least 1, maintaining stability while allowing higher quality generation with increased step counts.

🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
2025-02-27 18:22:53 -10:00
Didier Durand
a326079926
Update README.md: fixing spelling errors / typos (#88)
Hi,
As title says: fixing some issues in the README text. See commit diff for all details.

Best,
Didier
2025-02-28 09:42:41 +08:00
章谨
6797c48002 update comfyui 2025-02-27 12:56:36 +08:00
Yingda Chen
190e928681
add modelscope download cli 2025-02-26 22:31:12 +08:00
WanX-Video
d7b01803de
update gradio (#58) 2025-02-26 20:33:18 +08:00
cocktailpeanut
89b065f4fe
os.path.sep instead of / (#12) 2025-02-26 18:57:30 +08:00
Adrian Corduneanu
0e3c42a830
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
73648654c5
Update requirements.txt 2025-02-26 12:02:30 +08:00
WanX-Video
a815a48c3e
Update README.md 2025-02-26 11:18:26 +08:00
WanX-Video
04e8653c99
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