LM/ComfyUI

From Fundamental Ramen
< LM
Jump to navigation Jump to search

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