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
|
||||
|
||||
164
workflows/Chatterbox.json
Normal file
164
workflows/Chatterbox.json
Normal file
@@ -0,0 +1,164 @@
|
||||
{
|
||||
"id": "c2725919-e4f4-4a1f-a38f-4fdbed701587",
|
||||
"revision": 0,
|
||||
"last_node_id": 13,
|
||||
"last_link_id": 12,
|
||||
"nodes": [
|
||||
{
|
||||
"id": 8,
|
||||
"type": "PreviewAudio",
|
||||
"pos": [
|
||||
837.7674560546875,
|
||||
646.344970703125
|
||||
],
|
||||
"size": [
|
||||
270,
|
||||
88
|
||||
],
|
||||
"flags": {},
|
||||
"order": 2,
|
||||
"mode": 0,
|
||||
"inputs": [
|
||||
{
|
||||
"name": "audio",
|
||||
"type": "AUDIO",
|
||||
"link": 11
|
||||
}
|
||||
],
|
||||
"outputs": [],
|
||||
"properties": {
|
||||
"cnr_id": "comfy-core",
|
||||
"ver": "0.3.35",
|
||||
"Node name for S&R": "PreviewAudio"
|
||||
},
|
||||
"widgets_values": []
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"type": "ChatterboxTTS",
|
||||
"pos": [
|
||||
320.82171630859375,
|
||||
648.6416625976562
|
||||
],
|
||||
"size": [
|
||||
400,
|
||||
256
|
||||
],
|
||||
"flags": {},
|
||||
"order": 1,
|
||||
"mode": 0,
|
||||
"inputs": [
|
||||
{
|
||||
"name": "audio_prompt",
|
||||
"shape": 7,
|
||||
"type": "AUDIO",
|
||||
"link": 10
|
||||
}
|
||||
],
|
||||
"outputs": [
|
||||
{
|
||||
"name": "audio",
|
||||
"type": "AUDIO",
|
||||
"links": [
|
||||
11
|
||||
]
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"cnr_id": "comfyui-chatterboxtts",
|
||||
"ver": "1.0.1",
|
||||
"Node name for S&R": "ChatterboxTTS"
|
||||
},
|
||||
"widgets_values": [
|
||||
"resembleai_default_voice",
|
||||
"Hello, this is a test of Chatterbox TTS in ComfyUI.",
|
||||
0.5,
|
||||
0.8,
|
||||
0.5,
|
||||
246240136038943,
|
||||
"randomize",
|
||||
"cpu"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"type": "LoadAudio",
|
||||
"pos": [
|
||||
-61.7349739074707,
|
||||
651.48583984375
|
||||
],
|
||||
"size": [
|
||||
270,
|
||||
136
|
||||
],
|
||||
"flags": {},
|
||||
"order": 0,
|
||||
"mode": 0,
|
||||
"inputs": [],
|
||||
"outputs": [
|
||||
{
|
||||
"name": "AUDIO",
|
||||
"type": "AUDIO",
|
||||
"links": [
|
||||
10
|
||||
]
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"cnr_id": "comfy-core",
|
||||
"ver": "0.3.35",
|
||||
"Node name for S&R": "LoadAudio"
|
||||
},
|
||||
"widgets_values": [
|
||||
"male_old_movie.flac",
|
||||
null,
|
||||
null
|
||||
]
|
||||
}
|
||||
],
|
||||
"links": [
|
||||
[
|
||||
10,
|
||||
7,
|
||||
0,
|
||||
13,
|
||||
0,
|
||||
"AUDIO"
|
||||
],
|
||||
[
|
||||
11,
|
||||
13,
|
||||
0,
|
||||
8,
|
||||
0,
|
||||
"AUDIO"
|
||||
]
|
||||
],
|
||||
"groups": [
|
||||
{
|
||||
"id": 3,
|
||||
"title": "Chatterbox TTS",
|
||||
"bounding": [
|
||||
-111.30979919433594,
|
||||
536.842041015625,
|
||||
1273.989990234375,
|
||||
808.4199829101562
|
||||
],
|
||||
"color": "#3f789e",
|
||||
"font_size": 24,
|
||||
"flags": {}
|
||||
}
|
||||
],
|
||||
"config": {},
|
||||
"extra": {
|
||||
"ds": {
|
||||
"scale": 0.751314800901578,
|
||||
"offset": [
|
||||
847.545456650236,
|
||||
-195.31900231122643
|
||||
]
|
||||
},
|
||||
"frontendVersion": "1.21.7"
|
||||
},
|
||||
"version": 0.4
|
||||
}
|
||||
Reference in New Issue
Block a user