fix: replace PreviewAudio with AudioPlay in MusicGen workflows

Sound Lab's Musicgen_ node outputs AUDIO format that is only compatible with Sound Lab nodes like AudioPlay, not the built-in ComfyUI audio nodes (SaveAudio/PreviewAudio).
This commit is contained in:
2025-11-23 11:20:15 +01:00
parent b6ab524b79
commit f1788f88ca
4 changed files with 8 additions and 8 deletions

View File

@@ -32,7 +32,7 @@
},
{
"id": 2,
"type": "PreviewAudio",
"type": "AudioPlay",
"pos": [500, 100],
"size": [315, 100],
"flags": {},
@@ -46,7 +46,7 @@
}
],
"properties": {
"Node name for S&R": "PreviewAudio"
"Node name for S&R": "AudioPlay"
},
"title": "API Audio Output"
}

View File

@@ -32,7 +32,7 @@
},
{
"id": 2,
"type": "PreviewAudio",
"type": "AudioPlay",
"pos": [500, 100],
"size": [315, 100],
"flags": {},
@@ -46,7 +46,7 @@
}
],
"properties": {
"Node name for S&R": "PreviewAudio"
"Node name for S&R": "AudioPlay"
},
"title": "API Audio Output"
}

View File

@@ -32,7 +32,7 @@
},
{
"id": 2,
"type": "PreviewAudio",
"type": "AudioPlay",
"pos": [500, 100],
"size": [315, 100],
"flags": {},
@@ -46,7 +46,7 @@
}
],
"properties": {
"Node name for S&R": "PreviewAudio"
"Node name for S&R": "AudioPlay"
},
"title": "API Audio Output"
}

View File

@@ -32,7 +32,7 @@
},
{
"id": 2,
"type": "PreviewAudio",
"type": "AudioPlay",
"pos": [500, 100],
"size": [315, 100],
"flags": {},
@@ -46,7 +46,7 @@
}
],
"properties": {
"Node name for S&R": "PreviewAudio"
"Node name for S&R": "AudioPlay"
},
"title": "API Audio Output"
}