Open boricuapab opened 1 month ago
Is there any more error information, and if it exists at the same time, what error will the console report?
There isn't an error reported, the cli window just hangs and doesn't launch comfy, but after I disable reactor comfy is able to launch with the llm party custom node pack installed.
If anyone has encountered a similar problem, they should simply downgrade torch to version 2.2 or in my case 2.1.1 worked
pip install torch==2.1.1 torchaudio torchvision
I see, I've been using torch nightly as I'm using some of the recent video models such as cog video x and mochi locally
I have to disable the comfy reactor node to be able to use llm party in my env, and vice versa, though I'm not sure which python packages are conflicting between the two custom nodes.