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:
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user