LM/ComfyUI: Difference between revisions
< LM
Jump to navigation
Jump to search
(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>") |
No edit summary |
||
| Line 1: | Line 1: | ||
= References = | |||
https://docs.comfy.org/zh/installation/desktop/linux | |||
= Installation = | |||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
git clone https://github.com/comfyanonymous/ComfyUI.git ~/ComfyUI | git clone https://github.com/comfyanonymous/ComfyUI.git ~/ComfyUI | ||
Revision as of 02:53, 17 September 2026
References
https://docs.comfy.org/zh/installation/desktop/linux
Installation
git clone https://github.com/comfyanonymous/ComfyUI.git ~/ComfyUI
cd ~/ComfyUI
python3 -m venv .venv
source .venv/bin/activate
pip install --upgrade pip wheel