feat: add demo workflows for text-to-audio and video-to-audio
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,67 @@
|
||||
{
|
||||
"last_node_id": 3,
|
||||
"last_link_id": 2,
|
||||
"nodes": [
|
||||
{
|
||||
"id": 1,
|
||||
"type": "PrismAudioModelLoader",
|
||||
"pos": [50, 280],
|
||||
"size": {"0": 280, "1": 82},
|
||||
"flags": {},
|
||||
"order": 0,
|
||||
"mode": 0,
|
||||
"inputs": [],
|
||||
"outputs": [
|
||||
{"name": "model", "type": "PRISMAUDIO_MODEL", "links": [1], "slot_index": 0}
|
||||
],
|
||||
"properties": {"Node name for S&R": "PrismAudioModelLoader"},
|
||||
"widgets_values": ["auto", "auto"]
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"type": "PrismAudioTextOnly",
|
||||
"pos": [380, 100],
|
||||
"size": {"0": 400, "1": 198},
|
||||
"flags": {},
|
||||
"order": 1,
|
||||
"mode": 0,
|
||||
"inputs": [
|
||||
{"name": "model", "type": "PRISMAUDIO_MODEL", "link": 1}
|
||||
],
|
||||
"outputs": [
|
||||
{"name": "audio", "type": "AUDIO", "links": [2], "slot_index": 0}
|
||||
],
|
||||
"properties": {"Node name for S&R": "PrismAudioTextOnly"},
|
||||
"widgets_values": [
|
||||
"cinematic orchestral score with dramatic strings and sweeping brass",
|
||||
10.0,
|
||||
24,
|
||||
5.0,
|
||||
0
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"type": "PreviewAudio",
|
||||
"pos": [830, 260],
|
||||
"size": {"0": 300, "1": 76},
|
||||
"flags": {},
|
||||
"order": 2,
|
||||
"mode": 0,
|
||||
"inputs": [
|
||||
{"name": "audio", "type": "AUDIO", "link": 2}
|
||||
],
|
||||
"outputs": [],
|
||||
"properties": {"Node name for S&R": "PreviewAudio"},
|
||||
"widgets_values": []
|
||||
}
|
||||
],
|
||||
"links": [
|
||||
[1, 1, 0, 2, 0, "PRISMAUDIO_MODEL"],
|
||||
[2, 2, 0, 3, 0, "AUDIO"]
|
||||
],
|
||||
"groups": [],
|
||||
"config": {},
|
||||
"extra": {"ds": {"scale": 1.0, "offset": [0, 0]}},
|
||||
"version": 0.4
|
||||
}
|
||||
Reference in New Issue
Block a user