LM/ComfyUI

From Fundamental Ramen
< LM
Revision as of 02:51, 17 September 2026 by Tacoball (talk | contribs) (Created page with "<syntaxhighlight lang="bash"> git clone https://github.com/comfyanonymous/ComfyUI.git ~/ComfyUI cd ~/ComfyUI python3 -m venv .venv source .venv/bin/activate pip install --upgrade pip wheel </syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
git clone https://github.com/comfyanonymous/ComfyUI.git ~/ComfyUI
cd ~/ComfyUI
python3 -m venv .venv
source .venv/bin/activate
pip install --upgrade pip wheel