LM/ComfyUI: Difference between revisions
< LM
Jump to navigation
Jump to search
No edit summary |
|||
| Line 3: | Line 3: | ||
= Installation = | = Installation = | ||
== AppImage == | |||
* Download | |||
* chmod +x | |||
* install libfuse2 | |||
<syntaxhighlight lang="bash"> | |||
sudo apt install | |||
sudo apt install libfuse2 | |||
</syntaxhighlight> | |||
== from source == | |||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
Revision as of 03:00, 17 September 2026
References
https://docs.comfy.org/zh/installation/desktop/linux
Installation
AppImage
- Download
- chmod +x
- install libfuse2
sudo apt install
sudo apt install libfuse2
from source
git clone https://github.com/comfyanonymous/ComfyUI.git ~/ComfyUI
cd ~/ComfyUI
python3 -m venv .venv
source .venv/bin/activate
pip install --upgrade pip wheel