setup
This commit is contained in:
10
justfile
10
justfile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user