Replies: 1 comment
-
We are all aware of the issue and are making progress step by step to resolve it. This is not merely a technical issue but also involves policy-related concerns. That's why ComfyRegistry is being created for the policy management of node packs, and tools like comfy-cli are being developed alongside it. https://github.com/Comfy-Org/rfcs |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It has been quite sometime I've been trying to install comfy. I'm using Linux, Debian12, Intel, core i3.
It has several versions conflicts between torch, torchvision, torchaudio, and the python itself. In the first step of the installing guide, the error is "torch compiled without CUDA", (expected to happen and the step explained in the guide) I remove and reinstall using the annoying "conda", and now the complaint is "no NVIDIA driver found". (my machine uses intel graphic card. It is not supposed to require NVIDIA/CUDA in the first place!!!)
With:
pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/xpu
entering "python main.py" I get:
With:
conda install libuv pip install torch==2.3.1.post0+cxx11.abi torchvision==0.18.1.post0+cxx11.abi torchaudio==2.3.1.post0+cxx11.abi intel-extension-for-pytorch==2.3.110.post0+xpu --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/ --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/cn/
entering "python main.py" I get:
Other attempts of installation:
Without "conda":
With "conda":
Whenever I have problems to install, like "to even get started", for a week long, I start hating the product without even trying it!
When will we have something, as simple as "pip install comfy"; or "pip install comfy --fix-missing"; or "pip install comfy --i-dont-care-just-get-it-working"?
Seriously, my experience with Comfy, so far, what I have to say about it, is: "Comfy is a bad joke!"
Sincerely,
R
Beta Was this translation helpful? Give feedback.
All reactions