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 <noreply@anthropic.com>
This commit is contained in:
2026-03-28 11:11:20 +01:00
parent 62a3c5d0dc
commit 681d230b0c
+112 -21
View File
@@ -1,67 +1,158 @@
{ {
"id": "a1c3e5f7-b2d4-4e6a-8c0f-1a3b5c7d9e2f",
"revision": 0,
"last_node_id": 3, "last_node_id": 3,
"last_link_id": 2, "last_link_id": 2,
"nodes": [ "nodes": [
{ {
"id": 1, "id": 1,
"type": "PrismAudioModelLoader", "type": "PrismAudioModelLoader",
"pos": [50, 280], "pos": [
"size": {"0": 280, "1": 82}, -160,
-224
],
"size": [
288,
96
],
"flags": {}, "flags": {},
"order": 0, "order": 0,
"mode": 0, "mode": 0,
"inputs": [], "inputs": [],
"outputs": [ "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"}, "properties": {
"widgets_values": ["auto", "auto"] "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, "id": 2,
"type": "PrismAudioTextOnly", "type": "PrismAudioTextOnly",
"pos": [380, 100], "pos": [
"size": {"0": 400, "1": 198}, 192,
-224
],
"size": [
480,
222
],
"flags": {}, "flags": {},
"order": 1, "order": 1,
"mode": 0, "mode": 0,
"inputs": [ "inputs": [
{"name": "model", "type": "PRISMAUDIO_MODEL", "link": 1} {
"name": "model",
"type": "PRISMAUDIO_MODEL",
"link": 1
}
], ],
"outputs": [ "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": [ "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, 10.0,
24, 100,
5.0, 7.0,
0 0,
"randomize"
] ]
}, },
{ {
"id": 3, "id": 3,
"type": "PreviewAudio", "type": "PreviewAudio",
"pos": [830, 260], "pos": [
"size": {"0": 300, "1": 76}, 736,
-224
],
"size": [
300,
76
],
"flags": {}, "flags": {},
"order": 2, "order": 2,
"mode": 0, "mode": 0,
"inputs": [ "inputs": [
{"name": "audio", "type": "AUDIO", "link": 2} {
"name": "audio",
"type": "AUDIO",
"link": 2
}
], ],
"outputs": [], "outputs": [],
"properties": {"Node name for S&R": "PreviewAudio"}, "properties": {
"Node name for S&R": "PreviewAudio"
},
"widgets_values": [] "widgets_values": []
} }
], ],
"links": [ "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": [], "groups": [],
"config": {}, "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 "version": 0.4
} }