kijai / ComfyUI-CogVideoXWrapper

1.02k stars 61 forks source link

windows use torch no image generate #215

Open lestersssss opened 2 weeks ago

lestersssss commented 2 weeks ago

1111

kijai commented 2 weeks ago

Are you using torch 2.5.1?

lestersssss commented 2 weeks ago

Are you using torch 2.5.1?

Yes,dear KJ. Torch2.5.1+cu124

KrakeyMTL commented 2 weeks ago

Don't take this as fact but i heard there are problems with cu124 and the onnxruntime having incorrect/incompatible version issues. we would need to see the console error log the end part to narrow this down Lester.

this was the quote I found in some other thread concerning the comfyui issue and 124

alt thread quote "I had the same issue. CUDA 12.4, The issue is with onnxruntime. With the update to CUDA 12.1 or 12.4 it will update onnxruntime-gpu to 1.18.1, but you have to update onnxruntime also! pip uninstall onnxruntime pip install onnxruntime it will update onnxruntime to 1.19.2 which works perfectly afterwords._" /endqote