Open BoosterCore opened 1 week ago
Finally, turn off "enable_tiling" in CogVideo ImageEncode node solved my problem.
I have the same error, unchecking enable_tiling didn't help :/
This is possibly because of the fix for the tiled_encode for diffusers 0.31.0, maybe it broke it for the old ones, works for me on the latest version of the nodes and diffusers though.
I activated the tiled decoding and it worked (I also changed other settings so it may be another one, anyway now it's working for me too).
Still not working for me after disabling tiling, any other ideas??
Still not working for me after disabling tiling, any other ideas??
With the nodes and diffusers both at latest version?
The custom nodes and comfy are the latest. How do I check the diffusers?
The custom nodes and comfy are the latest. How do I check the diffusers?
Depends on how your comfy is setup, you'd do pip show diffusers
:
For portable:
And to update:
python_embeded\python.exe -m pip install -U diffusers
Anyway I updated the nodes now with possible backwards compatibility version, so that might work for you as well.
Thank you it seems to work now, probably due to your latest update. 👍👍
Also had the issue but fixed now!
The custom nodes and comfy are the latest. How do I check the diffusers?
Depends on how your comfy is setup, you'd do
pip show diffusers
:For portable:
And to update:
python_embeded\python.exe -m pip install -U diffusers
Anyway I updated the nodes now with possible backwards compatibility version, so that might work for you as well.
It turns out I have diffusers 0.30.0
When I try to update it with the command you gave me, I get a window saying " This app cant run on your pc" to find a version for your PC, check the software publisher. Is it a problem with Python? or something else?
I tried cogvideox_I2V_example_01.json, and the image is 720X480, but...
CogVideoImageEncode Node got this error :"too many indices for tensor of dimension 4"