Files
ComfyUI-Omnivoice/workflows/omnivoice_voice_cloning.json
T
Ethanfel f4697ae88f
Publish to ComfyUI Registry / publish (push) Has been cancelled
wf: update default workflow from ComfyUI export
Refreshed node IDs, positions and sizes from live session. Replaced
SaveAudio with PreviewAudio, added ref_text widget entry, updated
aux_id/ver properties.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-05 19:27:45 +02:00

247 lines
4.5 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"id": "85925298-bd01-4df7-b8e5-ac92f9d6582e",
"revision": 0,
"last_node_id": 6,
"last_link_id": 9,
"nodes": [
{
"id": 1,
"type": "OmniVoiceModelLoader",
"pos": [
32,
96
],
"size": [
320,
160
],
"flags": {},
"order": 0,
"mode": 0,
"inputs": [],
"outputs": [
{
"name": "model",
"type": "OMNIVOICE_MODEL",
"slot_index": 0,
"links": [
5
]
}
],
"properties": {
"aux_id": "ethanfel/ComfyUI-Omnivoice",
"ver": "9b62c9bda8469171025709e2fae3ce877ee0f059",
"Node name for S&R": "OmniVoiceModelLoader",
"ue_properties": {
"widget_ue_connectable": {},
"version": "7.8",
"input_ue_unconnectable": {}
}
},
"widgets_values": [
"cuda:0",
"float16",
false
]
},
{
"id": 2,
"type": "OmniVoiceVoicePreset",
"pos": [
32,
320
],
"size": [
320,
128
],
"flags": {},
"order": 1,
"mode": 0,
"inputs": [],
"outputs": [
{
"name": "ref_audio",
"type": "AUDIO",
"slot_index": 0,
"links": [
6
]
},
{
"name": "ref_text",
"type": "STRING",
"slot_index": 1,
"links": [
7
]
}
],
"properties": {
"aux_id": "ethanfel/ComfyUI-Omnivoice",
"ver": "9b62c9bda8469171025709e2fae3ce877ee0f059",
"Node name for S&R": "OmniVoiceVoicePreset",
"ue_properties": {
"widget_ue_connectable": {},
"version": "7.8",
"input_ue_unconnectable": {}
}
},
"widgets_values": [
"Shadowheart female, expressive (Chatterbox)"
]
},
{
"id": 5,
"type": "OmniVoiceGenerate",
"pos": [
416,
96
],
"size": [
384,
448
],
"flags": {},
"order": 2,
"mode": 0,
"inputs": [
{
"name": "model",
"type": "OMNIVOICE_MODEL",
"link": 5
},
{
"name": "ref_audio",
"shape": 7,
"type": "AUDIO",
"link": 6
},
{
"name": "ref_text",
"shape": 7,
"type": "STRING",
"widget": {
"name": "ref_text"
},
"link": 7
}
],
"outputs": [
{
"name": "audio",
"type": "AUDIO",
"links": [
9
]
}
],
"properties": {
"ue_properties": {
"widget_ue_connectable": {},
"input_ue_unconnectable": {}
},
"aux_id": "ethanfel/ComfyUI-Omnivoice",
"ver": "9b62c9bda8469171025709e2fae3ce877ee0f059",
"Node name for S&R": "OmniVoiceGenerate"
},
"widgets_values": [
"Hello! This is a test of the OmniVoice text-to-speech system.",
"voice_cloning",
"",
"",
1,
32,
42,
"fixed"
]
},
{
"id": 6,
"type": "PreviewAudio",
"pos": [
832,
96
],
"size": [
270,
88
],
"flags": {},
"order": 3,
"mode": 0,
"inputs": [
{
"name": "audio",
"type": "AUDIO",
"link": 9
}
],
"outputs": [],
"properties": {
"ue_properties": {
"widget_ue_connectable": {},
"input_ue_unconnectable": {}
},
"cnr_id": "comfy-core",
"ver": "0.18.1",
"Node name for S&R": "PreviewAudio"
},
"widgets_values": []
}
],
"links": [
[
5,
1,
0,
5,
0,
"OMNIVOICE_MODEL"
],
[
6,
2,
0,
5,
1,
"AUDIO"
],
[
7,
2,
1,
5,
2,
"STRING"
],
[
9,
5,
0,
6,
0,
"AUDIO"
]
],
"groups": [],
"config": {},
"extra": {
"ds": {
"scale": 1.201632379715383,
"offset": [
1340.797529638862,
246.44960712937743
]
},
"ue_links": [],
"links_added_by_ue": [],
"frontendVersion": "1.42.8",
"VHS_latentpreview": true,
"VHS_latentpreviewrate": 0,
"VHS_MetadataImage": true,
"VHS_KeepIntermediate": true
},
"version": 0.4
}