- nodes.py: temperature, cfg_coef, top_k, extend_stride Parameter - AudioUpsample Node: 16kHz/32kHz -> 48kHz fuer bessere Qualitaet - AudioPreview Node: Vorschau direkt in ComfyUI UI - workflow_game_audio.json: Template mit Musik + SFX Pipeline - Standardmodell: musicgen-stereo-medium (besserer Sound) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
139 lines
3.4 KiB
JSON
139 lines
3.4 KiB
JSON
{
|
|
"last_node_id": 6,
|
|
"last_link_id": 4,
|
|
"nodes": [
|
|
{
|
|
"id": 1,
|
|
"type": "MusicGen",
|
|
"pos": [50, 100],
|
|
"size": {"0": 420, "1": 370},
|
|
"flags": {},
|
|
"order": 0,
|
|
"mode": 0,
|
|
"inputs": [],
|
|
"outputs": [
|
|
{"name": "audio_file", "type": "AUDIO_PATH", "links": [1], "slot_index": 0}
|
|
],
|
|
"properties": {"Node name for S&R": "MusicGen"},
|
|
"widgets_values": [
|
|
"epic dark fantasy orchestral RPG main menu theme, war drums, deep brass horns, sweeping strings, ancient mysterious atmosphere, cinematic, 80 BPM",
|
|
30.0,
|
|
"facebook/musicgen-stereo-medium",
|
|
0,
|
|
0.9,
|
|
5.0,
|
|
250,
|
|
18.0
|
|
]
|
|
},
|
|
{
|
|
"id": 2,
|
|
"type": "AudioUpsample",
|
|
"pos": [520, 100],
|
|
"size": {"0": 300, "1": 120},
|
|
"flags": {},
|
|
"order": 1,
|
|
"mode": 0,
|
|
"inputs": [
|
|
{"name": "audio_file", "type": "AUDIO_PATH", "link": 1}
|
|
],
|
|
"outputs": [
|
|
{"name": "audio_file", "type": "AUDIO_PATH", "links": [2], "slot_index": 0}
|
|
],
|
|
"properties": {"Node name for S&R": "AudioUpsample"},
|
|
"widgets_values": [48000]
|
|
},
|
|
{
|
|
"id": 3,
|
|
"type": "AudioPreview",
|
|
"pos": [870, 100],
|
|
"size": {"0": 250, "1": 80},
|
|
"flags": {},
|
|
"order": 2,
|
|
"mode": 0,
|
|
"inputs": [
|
|
{"name": "audio_file", "type": "AUDIO_PATH", "link": 2}
|
|
],
|
|
"outputs": [],
|
|
"properties": {"Node name for S&R": "AudioPreview"},
|
|
"widgets_values": []
|
|
},
|
|
{
|
|
"id": 4,
|
|
"type": "AudioGen",
|
|
"pos": [50, 560],
|
|
"size": {"0": 420, "1": 330},
|
|
"flags": {},
|
|
"order": 3,
|
|
"mode": 0,
|
|
"inputs": [],
|
|
"outputs": [
|
|
{"name": "audio_file", "type": "AUDIO_PATH", "links": [3], "slot_index": 0}
|
|
],
|
|
"properties": {"Node name for S&R": "AudioGen"},
|
|
"widgets_values": [
|
|
"fast sword swing whoosh attack sound effect combat",
|
|
2.0,
|
|
0,
|
|
1.0,
|
|
4.0,
|
|
250
|
|
]
|
|
},
|
|
{
|
|
"id": 5,
|
|
"type": "AudioUpsample",
|
|
"pos": [520, 560],
|
|
"size": {"0": 300, "1": 120},
|
|
"flags": {},
|
|
"order": 4,
|
|
"mode": 0,
|
|
"inputs": [
|
|
{"name": "audio_file", "type": "AUDIO_PATH", "link": 3}
|
|
],
|
|
"outputs": [
|
|
{"name": "audio_file", "type": "AUDIO_PATH", "links": [4], "slot_index": 0}
|
|
],
|
|
"properties": {"Node name for S&R": "AudioUpsample"},
|
|
"widgets_values": [48000]
|
|
},
|
|
{
|
|
"id": 6,
|
|
"type": "AudioPreview",
|
|
"pos": [870, 560],
|
|
"size": {"0": 250, "1": 80},
|
|
"flags": {},
|
|
"order": 5,
|
|
"mode": 0,
|
|
"inputs": [
|
|
{"name": "audio_file", "type": "AUDIO_PATH", "link": 4}
|
|
],
|
|
"outputs": [],
|
|
"properties": {"Node name for S&R": "AudioPreview"},
|
|
"widgets_values": []
|
|
}
|
|
],
|
|
"links": [
|
|
[1, 1, 0, 2, 0, "AUDIO_PATH"],
|
|
[2, 2, 0, 3, 0, "AUDIO_PATH"],
|
|
[3, 4, 0, 5, 0, "AUDIO_PATH"],
|
|
[4, 5, 0, 6, 0, "AUDIO_PATH"]
|
|
],
|
|
"groups": [
|
|
{
|
|
"title": "Musik (MusicGen → Upsample → Preview)",
|
|
"bounding": [30, 65, 1120, 420],
|
|
"color": "#3d2a5a",
|
|
"font_size": 14
|
|
},
|
|
{
|
|
"title": "Sound Effects (AudioGen → Upsample → Preview)",
|
|
"bounding": [30, 525, 1120, 390],
|
|
"color": "#1a3a2a",
|
|
"font_size": 14
|
|
}
|
|
],
|
|
"config": {},
|
|
"extra": {},
|
|
"version": 0.4
|
|
}
|