This commit is contained in:
2025-06-17 21:40:58 +02:00
parent 544e904746
commit e63efbe4ef
3 changed files with 912 additions and 2 deletions

View File

@@ -13,6 +13,11 @@ fmt:
fix:
bc-fix
# Set up new Scaleway GPU instance
setup-scaleway:
apt get python3-full
just setup
# Install ComfyUI
setup:
#!/usr/bin/env bash
@@ -21,8 +26,9 @@ setup:
pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu128
git clone git@github.com:comfyanonymous/ComfyUI.git
pip install -r ComfyUI/requirements.txt
pip install -r chatterbox_requirements.txt
git clone https://github.com/ltdrdata/ComfyUI-Manager ComfyUI/custom_nodes/comfyui-manager
git clone https://github.com/hayden-fr/ComfyUI-Model-Manager.git ComfyUI/custom_nodes/ComfyUI-Model-Manager
# git clone https://github.com/hayden-fr/ComfyUI-Model-Manager.git ComfyUI/custom_nodes/ComfyUI-Model-Manager
# Run ComfyUI
run:
@@ -30,7 +36,7 @@ run:
source venv-comfyui/bin/activate
python ComfyUI/main.py
# Run ComfyUI
# Run ComfyUI on CPU
run-cpu:
#!/usr/bin/env bash
source venv-comfyui/bin/activate