fix: use correct DiffRhythm parameter order from UI testing
All checks were successful
Build and Push RunPod Docker Image / build-and-push (push) Successful in 14s
All checks were successful
Build and Push RunPod Docker Image / build-and-push (push) Successful in 14s
Correct widgets_values order (11 parameters): 0: model (string) 1: prompt/style_prompt (text) 2: unload_model (boolean) 3: odeint_method (enum) 4: steps (int) 5: cfg (int) 6: quality_or_speed (enum) 7: seed (int) 8: control_after_generate (string) 9: edit (boolean) 10: segments/edit_segments (text) Updated all four workflows: - diffrhythm-simple-t2m-v1.json - diffrhythm-random-generation-v1.json - diffrhythm-reference-based-v1.json - diffrhythm-full-length-t2m-v1.json 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -21,17 +21,17 @@
|
|||||||
"Node name for S&R": "DiffRhythmRun"
|
"Node name for S&R": "DiffRhythmRun"
|
||||||
},
|
},
|
||||||
"widgets_values": [
|
"widgets_values": [
|
||||||
false,
|
|
||||||
"cfm_full_model.pt",
|
"cfm_full_model.pt",
|
||||||
"Cinematic orchestral piece with soaring strings, powerful brass, and emotional piano melodies building to an epic crescendo",
|
"Cinematic orchestral piece with soaring strings, powerful brass, and emotional piano melodies building to an epic crescendo",
|
||||||
"",
|
true,
|
||||||
"[-1, 20], [60, -1]",
|
|
||||||
"euler",
|
"euler",
|
||||||
30,
|
30,
|
||||||
4,
|
4,
|
||||||
"quality",
|
"quality",
|
||||||
true,
|
123,
|
||||||
123
|
"randomize",
|
||||||
|
false,
|
||||||
|
"[-1, 20], [60, -1]"
|
||||||
],
|
],
|
||||||
"title": "DiffRhythm Full-Length Text-to-Music (4m45s)"
|
"title": "DiffRhythm Full-Length Text-to-Music (4m45s)"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -21,17 +21,17 @@
|
|||||||
"Node name for S&R": "DiffRhythmRun"
|
"Node name for S&R": "DiffRhythmRun"
|
||||||
},
|
},
|
||||||
"widgets_values": [
|
"widgets_values": [
|
||||||
false,
|
|
||||||
"cfm_model_v1_2.pt",
|
"cfm_model_v1_2.pt",
|
||||||
"",
|
"",
|
||||||
"",
|
true,
|
||||||
"[-1, 20], [60, -1]",
|
|
||||||
"euler",
|
"euler",
|
||||||
30,
|
30,
|
||||||
1,
|
1,
|
||||||
"speed",
|
"speed",
|
||||||
true,
|
-1,
|
||||||
-1
|
"randomize",
|
||||||
|
false,
|
||||||
|
"[-1, 20], [60, -1]"
|
||||||
],
|
],
|
||||||
"title": "DiffRhythm Random Generation (No Prompt)"
|
"title": "DiffRhythm Random Generation (No Prompt)"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -51,17 +51,17 @@
|
|||||||
"Node name for S&R": "DiffRhythmRun"
|
"Node name for S&R": "DiffRhythmRun"
|
||||||
},
|
},
|
||||||
"widgets_values": [
|
"widgets_values": [
|
||||||
false,
|
|
||||||
"cfm_model_v1_2.pt",
|
"cfm_model_v1_2.pt",
|
||||||
"Energetic rock music with driving guitar riffs and powerful drums",
|
"Energetic rock music with driving guitar riffs and powerful drums",
|
||||||
"",
|
true,
|
||||||
"[-1, 20], [60, -1]",
|
|
||||||
"euler",
|
"euler",
|
||||||
30,
|
30,
|
||||||
5,
|
5,
|
||||||
"speed",
|
"speed",
|
||||||
true,
|
456,
|
||||||
456
|
"randomize",
|
||||||
|
false,
|
||||||
|
"[-1, 20], [60, -1]"
|
||||||
],
|
],
|
||||||
"title": "DiffRhythm Reference-Based Generation"
|
"title": "DiffRhythm Reference-Based Generation"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -21,17 +21,17 @@
|
|||||||
"Node name for S&R": "DiffRhythmRun"
|
"Node name for S&R": "DiffRhythmRun"
|
||||||
},
|
},
|
||||||
"widgets_values": [
|
"widgets_values": [
|
||||||
false,
|
|
||||||
"cfm_model_v1_2.pt",
|
"cfm_model_v1_2.pt",
|
||||||
"Upbeat electronic dance music with energetic beats and synthesizer melodies",
|
"Upbeat electronic dance music with energetic beats and synthesizer melodies",
|
||||||
"",
|
true,
|
||||||
"[-1, 20], [60, -1]",
|
|
||||||
"euler",
|
"euler",
|
||||||
30,
|
30,
|
||||||
4,
|
4,
|
||||||
"speed",
|
"speed",
|
||||||
true,
|
42,
|
||||||
42
|
"randomize",
|
||||||
|
false,
|
||||||
|
"[-1, 20], [60, -1]"
|
||||||
],
|
],
|
||||||
"title": "DiffRhythm Text-to-Music (95s)"
|
"title": "DiffRhythm Text-to-Music (95s)"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user