Files
runpod/comfyui/workflows/text-to-music/diffrhythm-full-length-t2m-v1.json
Sebastian Krüger 56476f4230
All checks were successful
Build and Push RunPod Docker Image / build-and-push (push) Successful in 14s
fix: add missing edit_song and edit_lyrics parameters to DiffRhythm workflows
Fix "edit song, edit lyrics, edit segments must be provided" error by adding
the two missing parameters to all three DiffRhythm workflow files:

- diffrhythm-random-generation-v1.json
- diffrhythm-reference-based-v1.json
- diffrhythm-full-length-t2m-v1.json

Added empty string parameters at positions 9 and 10 in widgets_values array:
- edit_song: "" (empty when edit=false)
- edit_lyrics: "" (empty when edit=false)

The DiffRhythmRun node requires 12 parameters total, not 10. These workflows
use edit=false (no editing), so the edit parameters should be empty strings.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-24 12:55:58 +01:00

3.9 KiB