From 681d230b0c01115bc183a2413a15fb1f5a450c2e Mon Sep 17 00:00:00 2001 From: Ethanfel Date: Sat, 28 Mar 2026 11:11:20 +0100 Subject: [PATCH] chore: update T2A workflow to match V2A style and current defaults Steps=100, cfg=7.0, randomize seed, consistent node format with aux_id/ver/ue_properties. Co-Authored-By: Claude Sonnet 4.6 --- workflows/text_to_audio.json | 133 +++++++++++++++++++++++++++++------ 1 file changed, 112 insertions(+), 21 deletions(-) diff --git a/workflows/text_to_audio.json b/workflows/text_to_audio.json index 5fbe7e6..5ac0685 100644 --- a/workflows/text_to_audio.json +++ b/workflows/text_to_audio.json @@ -1,67 +1,158 @@ { + "id": "a1c3e5f7-b2d4-4e6a-8c0f-1a3b5c7d9e2f", + "revision": 0, "last_node_id": 3, "last_link_id": 2, "nodes": [ { "id": 1, "type": "PrismAudioModelLoader", - "pos": [50, 280], - "size": {"0": 280, "1": 82}, + "pos": [ + -160, + -224 + ], + "size": [ + 288, + 96 + ], "flags": {}, "order": 0, "mode": 0, "inputs": [], "outputs": [ - {"name": "model", "type": "PRISMAUDIO_MODEL", "links": [1], "slot_index": 0} + { + "name": "model", + "type": "PRISMAUDIO_MODEL", + "slot_index": 0, + "links": [ + 1 + ] + } ], - "properties": {"Node name for S&R": "PrismAudioModelLoader"}, - "widgets_values": ["auto", "auto"] + "properties": { + "aux_id": "ethanfel/ComfyUI-Prismaudio", + "ver": "62a3c5d", + "Node name for S&R": "PrismAudioModelLoader", + "ue_properties": { + "widget_ue_connectable": {}, + "version": "7.8", + "input_ue_unconnectable": {} + } + }, + "widgets_values": [ + "auto", + "auto" + ] }, { "id": 2, "type": "PrismAudioTextOnly", - "pos": [380, 100], - "size": {"0": 400, "1": 198}, + "pos": [ + 192, + -224 + ], + "size": [ + 480, + 222 + ], "flags": {}, "order": 1, "mode": 0, "inputs": [ - {"name": "model", "type": "PRISMAUDIO_MODEL", "link": 1} + { + "name": "model", + "type": "PRISMAUDIO_MODEL", + "link": 1 + } ], "outputs": [ - {"name": "audio", "type": "AUDIO", "links": [2], "slot_index": 0} + { + "name": "audio", + "type": "AUDIO", + "slot_index": 0, + "links": [ + 2 + ] + } ], - "properties": {"Node name for S&R": "PrismAudioTextOnly"}, + "properties": { + "aux_id": "ethanfel/ComfyUI-Prismaudio", + "ver": "62a3c5d", + "Node name for S&R": "PrismAudioTextOnly", + "ue_properties": { + "widget_ue_connectable": {}, + "version": "7.8", + "input_ue_unconnectable": {} + } + }, "widgets_values": [ - "cinematic orchestral score with dramatic strings and sweeping brass", + "A large dog barks sharply twice in an outdoor setting, with ambient background noise of rustling leaves and a gentle breeze. The sound is clear and close, recorded at ground level.", 10.0, - 24, - 5.0, - 0 + 100, + 7.0, + 0, + "randomize" ] }, { "id": 3, "type": "PreviewAudio", - "pos": [830, 260], - "size": {"0": 300, "1": 76}, + "pos": [ + 736, + -224 + ], + "size": [ + 300, + 76 + ], "flags": {}, "order": 2, "mode": 0, "inputs": [ - {"name": "audio", "type": "AUDIO", "link": 2} + { + "name": "audio", + "type": "AUDIO", + "link": 2 + } ], "outputs": [], - "properties": {"Node name for S&R": "PreviewAudio"}, + "properties": { + "Node name for S&R": "PreviewAudio" + }, "widgets_values": [] } ], "links": [ - [1, 1, 0, 2, 0, "PRISMAUDIO_MODEL"], - [2, 2, 0, 3, 0, "AUDIO"] + [ + 1, + 1, + 0, + 2, + 0, + "PRISMAUDIO_MODEL" + ], + [ + 2, + 2, + 0, + 3, + 0, + "AUDIO" + ] ], "groups": [], "config": {}, - "extra": {"ds": {"scale": 1.0, "offset": [0, 0]}}, + "extra": { + "ds": { + "scale": 1.1674071890328979, + "offset": [ + 1814.5534800416863, + 500.0421331448515 + ] + }, + "ue_links": [], + "links_added_by_ue": [], + "frontendVersion": "1.42.8" + }, "version": 0.4 }