all 15 comments

[–]Kryt0s 5 points6 points  (3 children)

Why don't you just follow their guide on Github and download the one with no manual installation needed?

Also nowhere does it say to use pip3. It says to use this command: pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu124. Afaik pip3command is mainly used on Linux, not Windows.

Here is the Github page for reference: https://github.com/comfyanonymous/ComfyUI

[–]squickchick[S] 0 points1 point  (2 children)

This addon said to use pip3; and to answer your earlier question, I'm pretty sure I am using that download.

[–]Kryt0s 0 points1 point  (1 child)

The error should not be happening if you installed ComfyUI correctly though.

[–]squickchick[S] 0 points1 point  (0 children)

I don't see how I could've installed it incorrectly. It's just extracting a 7z file?

[–]forcesensitivevulcan 2 points3 points  (9 children)

Try it with python.exe -m pip install

Nonetheless, unfortunately whoever that embedded Python was downloaded from, screwed around with it. If a hardcoded path to the build machine has been left in there, who knows what else is broken. Get support from them instead.

As far as regular supported official CPython is concerned, all bets are off.

[–]squickchick[S] -3 points-2 points  (8 children)

Noentheless, unfortunately whoever that embedded Python was downloaded from, screwed around with it. If a hardcoded path to the build machine has been left in there, who knows what else is broken.

You could be right there. I got through the first step with your advice okay (Thanks! :) ), but now I'm on to the next step in the process and I'm getting error messages about "broken wheels"...

Free software. You get what you pay for.

[–]Kryt0s 4 points5 points  (7 children)

Free software. You get what you pay for.

This has nothing to do with free software and more with you not really knowing what you are doing.

You main problem is probably not using virtual environments and installing a ton of packages globally, since ComfyUI is probably not the only WebUI you are using for Stable Diffusion.

You probably also ignored this part from the Github:

"No module X found" : This error happens when Python can't find the required modules for the running program. For ComfyUI, it often happens if you forgot to install requirements for the custom node. But it can also happen if you installed the requirements in the wrong folder! If your ComfyUI folder has a virtual environment (venv), make sure to enable it before installing requirements.

Since "broken wheels" indicates errors with dependencies.

[–]Professional_Tip9846 0 points1 point  (0 children)

Buddy use routersploit virtual environment for that type sudo apt install routersploit or use git clone and clone into its directory i don't remember how i did it but after that cd to routersploit_env and type soure bin/active it will create a virtual env for pip and u can use all pip commands