kijai / ComfyUI-DynamiCrafterWrapper

Wrapper to use DynamiCrafter models in ComfyUI
Other
489 stars 15 forks source link

XFormers not available, it is required for ToonCrafter decoder. #70

Open ai-rtist opened 3 weeks ago

ai-rtist commented 3 weeks ago

XFormers not available, it is required for ToonCrafter decoder. Alternatively you can use a standard VAE Decode -node instead, but this has a negative effect on the image quality though.

kijai commented 3 weeks ago

What's unclear about that?

FemBoxbrawl commented 3 weeks ago

What's unclear about that?

I for some reason had to reinstall comfyui, and then this popped up again for me too, despite having xformers installed.

kijai commented 3 weeks ago

What's unclear about that?

I for some reason had to reinstall comfyui, and then this popped up again for me too, despite having xformers installed.

Well it simply uses comfy's xformers check, which passes if it's installed and can be imported, and that it's not disabled by the command line argument --disable-xformers.

Dreamweaveress commented 2 weeks ago

What's unclear about that?

I for some reason had to reinstall comfyui, and then this popped up again for me too, despite having xformers installed.

Well it simply uses comfy's xformers check, which passes if it's installed and can be imported, and that it's not disabled by the command line argument --disable-xformers.

Thx! Tried to change that in main.py but could not find it there, you know to change the argument?