chatterbox workflow
This commit is contained in:
8
justfile
8
justfile
@@ -21,9 +21,17 @@ 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
|
||||
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
|
||||
|
||||
# Run ComfyUI
|
||||
run:
|
||||
#!/usr/bin/env bash
|
||||
source venv-comfyui/bin/activate
|
||||
python ComfyUI/main.py
|
||||
|
||||
# Run ComfyUI
|
||||
run-cpu:
|
||||
#!/usr/bin/env bash
|
||||
source venv-comfyui/bin/activate
|
||||
python ComfyUI/main.py --cpu
|
||||
|
||||
Reference in New Issue
Block a user