comfyui
Installation
SKILL.md
ComfyUI
Installation
# install.sh — Clone and set up ComfyUI
git clone https://github.com/comfyanonymous/ComfyUI.git
cd ComfyUI
# Install dependencies (NVIDIA GPU)
pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu121
pip install -r requirements.txt
# Start the server
python main.py --listen 0.0.0.0 --port 8188
# Visit http://localhost:8188
Model Setup
Related skills