LM/ComfyUI: Difference between revisions
< LM
Jump to navigation
Jump to search
| Line 13: | Line 13: | ||
sudo apt install | sudo apt install | ||
sudo apt install libfuse2 | sudo apt install libfuse2 | ||
</syntaxhighlight> | |||
* Run | |||
<syntaxhighlight lang="bash"> | |||
./comfyui-desktop-2-1.0.47x86_64.AppImage --no-sandbox | |||
</syntaxhighlight> | </syntaxhighlight> | ||
Revision as of 03:03, 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
- Run
./comfyui-desktop-2-1.0.47x86_64.AppImage --no-sandbox
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