LM/ComfyUI: Difference between revisions
< LM
Jump to navigation
Jump to search
No edit summary |
|||
| (3 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
= Installation = | = Installation = | ||
== AppImage == | |||
* Download | |||
* chmod +x | |||
* install libfuse2 | |||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
sudo apt install | |||
sudo apt install libfuse2 | |||
</syntaxhighlight> | </syntaxhighlight> | ||
* Run | |||
<syntaxhighlight lang="bash"> | |||
./comfyui-desktop-2-1.0.47x86_64.AppImage --no-sandbox | |||
</syntaxhighlight> | |||
* Select GPU type | |||
* Create Instance | |||
Latest revision as of 03:10, 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
- Select GPU type
- Create Instance