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,
|
"id": 2,
|
||||||
"type": "PreviewAudio",
|
"type": "AudioPlay",
|
||||||
"pos": [500, 100],
|
"pos": [500, 100],
|
||||||
"size": [315, 100],
|
"size": [315, 100],
|
||||||
"flags": {},
|
"flags": {},
|
||||||
@@ -46,7 +46,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"properties": {
|
"properties": {
|
||||||
"Node name for S&R": "PreviewAudio"
|
"Node name for S&R": "AudioPlay"
|
||||||
},
|
},
|
||||||
"title": "API Audio Output"
|
"title": "API Audio Output"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 2,
|
"id": 2,
|
||||||
"type": "PreviewAudio",
|
"type": "AudioPlay",
|
||||||
"pos": [500, 100],
|
"pos": [500, 100],
|
||||||
"size": [315, 100],
|
"size": [315, 100],
|
||||||
"flags": {},
|
"flags": {},
|
||||||
@@ -46,7 +46,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"properties": {
|
"properties": {
|
||||||
"Node name for S&R": "PreviewAudio"
|
"Node name for S&R": "AudioPlay"
|
||||||
},
|
},
|
||||||
"title": "API Audio Output"
|
"title": "API Audio Output"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 2,
|
"id": 2,
|
||||||
"type": "PreviewAudio",
|
"type": "AudioPlay",
|
||||||
"pos": [500, 100],
|
"pos": [500, 100],
|
||||||
"size": [315, 100],
|
"size": [315, 100],
|
||||||
"flags": {},
|
"flags": {},
|
||||||
@@ -46,7 +46,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"properties": {
|
"properties": {
|
||||||
"Node name for S&R": "PreviewAudio"
|
"Node name for S&R": "AudioPlay"
|
||||||
},
|
},
|
||||||
"title": "API Audio Output"
|
"title": "API Audio Output"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 2,
|
"id": 2,
|
||||||
"type": "PreviewAudio",
|
"type": "AudioPlay",
|
||||||
"pos": [500, 100],
|
"pos": [500, 100],
|
||||||
"size": [315, 100],
|
"size": [315, 100],
|
||||||
"flags": {},
|
"flags": {},
|
||||||
@@ -46,7 +46,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"properties": {
|
"properties": {
|
||||||
"Node name for S&R": "PreviewAudio"
|
"Node name for S&R": "AudioPlay"
|
||||||
},
|
},
|
||||||
"title": "API Audio Output"
|
"title": "API Audio Output"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user