Skip to content
Discussion options

You must be logged in to vote

If you use the packages produced by TheRock, I don't believe you should need any of those additional options to run comfyui python, see:

In my own testing I do roughly what's in those docs:

py -3.12 -m venv .venv
.venv\Scripts\activate
python -m pip install --index-url https://repo.amd.com/rocm/whl/gfx110X-all/ torch torchvision torchaudio

git clone https://github.com/comfyanonymous/ComfyUI.git
pip install -r ComfyUI\requirements.txt
python ComfyUI\main.py

(with no additional environment variables, though I do usually have Visual Studio Buil…

Replies: 3 comments 6 replies

Comment options

You must be logged in to vote
3 replies
@Tpal12
Comment options

@ScottTodd
Comment options

Answer selected by Tpal12
@Tpal12
Comment options

Comment options

You must be logged in to vote
2 replies
@astrelsky
Comment options

@Tpal12
Comment options

Comment options

You must be logged in to vote
1 reply
@astrelsky
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants