chatterbox workflow

This commit is contained in:
2025-06-17 21:27:11 +02:00
parent dca66c040b
commit 544e904746
2 changed files with 172 additions and 0 deletions

View File

@@ -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