Files
runpod/models/comfyui/workflows/text-to-music/musicgen-medium-t2m-production-v1.json
Sebastian Krüger 45f71e646d fix: update workflow schema validation and node names
- Add missing last_link_id and links fields to all workflows
- Update node name mappings:
  - AudioSave → SaveAudio (MusicGen workflows)
  - AnimateDiffSampler → ADE_AnimateDiffSampler
  - SeedGenerator → ImpactInt
  - BatchKSampler → KSampler
  - ImageBatchToList → GetImageSize
- Fix schema validation errors across all 20 workflows

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-22 15:38:38 +01:00

136 lines
2.4 KiB
JSON

{
"last_node_id": 6,
"nodes": [
{
"id": 1,
"type": "MusicGenLoader",
"pos": [
50,
100
],
"widgets_values": [
"facebook/musicgen-medium"
],
"title": "MusicGen Medium Loader",
"flags": {},
"order": 0,
"mode": 0,
"properties": {
"Node name for S&R": "MusicGenLoader"
},
"size": {
"0": 350,
"1": 100
}
},
{
"id": 2,
"type": "MusicGenTextEncode",
"pos": [
400,
100
],
"widgets_values": [
"Upbeat electronic dance music"
],
"title": "API Music Prompt",
"flags": {},
"order": 1,
"mode": 0,
"properties": {
"Node name for S&R": "MusicGenTextEncode"
},
"size": {
"0": 400,
"1": 200
}
},
{
"id": 3,
"type": "MusicGenSampler",
"pos": [
750,
100
],
"widgets_values": [
42,
"fixed",
30.0,
250,
3.0
],
"title": "MusicGen Sampler",
"flags": {},
"order": 2,
"mode": 0,
"properties": {
"Node name for S&R": "MusicGenSampler"
},
"size": {
"0": 315,
"1": 474
}
},
{
"id": 4,
"type": "SaveAudio",
"pos": [
1100,
100
],
"widgets_values": [
"musicgen_medium_output",
"wav"
],
"title": "API Audio Output",
"flags": {},
"order": 3,
"mode": 0,
"properties": {
"Node name for S&R": "AudioSave"
},
"size": {
"0": 315,
"1": 100
}
}
],
"extra": {
"workflow_info": {
"name": "MusicGen Medium Text-to-Music",
"version": "1.0.0",
"category": "text-to-music",
"tags": [
"musicgen",
"medium",
"t2m"
],
"requirements": {
"models": [
"musicgen-medium"
],
"custom_nodes": [
"comfyui-sound-lab"
],
"vram_min": "10GB"
},
"parameters": {
"prompt": {
"node_id": 2,
"type": "string"
},
"duration": {
"node_id": 3,
"default": 30.0
}
},
"performance": {
"avg_generation_time": "25-40 seconds",
"vram_usage": "~8-10GB"
}
}
},
"version": 0.4,
"links": [],
"last_link_id": 0
}