kijai / ComfyUI-CogVideoXWrapper

980 stars 59 forks source link

XDPM is much better then DDIM(default) #270

Open ptits opened 1 day ago

ptits commented 1 day ago

kijai, thanks a lot, it works like a blast from the first try (ubuntu A100)

I got MUCH better results with XDPM then with DDIM

found this in their docs:

We recommend using CogVideoXDDIMScheduler for CogVideoX-2B.

# using `CogVideoXDPMScheduler` for CogVideoX-5B / CogVideoX-5B-I2V.

indeed, see below

https://github.com/user-attachments/assets/4a14e250-9e64-4dbc-a6ea-774407560d18

https://github.com/user-attachments/assets/edd2eeae-550b-4404-a27d-b25e85b8bc51

kijai commented 1 day ago

Technically it is better yes, but in reality I find it varies on the task. Different schedulers should absolutely be tested and my defaults aren't really meant to be universal defaults. Thanks for sharing this comparison!

DmytroSokhach commented 12 hours ago

@ptits hey, do you notice that "speed" of animation is different between DDIM and XDPM? I find that XDPM(default) is more natural on 24fps, and DDIM is like 2-3 times faster.