All checks were successful
Build and Push RunPod Docker Image / build-and-push (push) Successful in 14s
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>
3.9 KiB
3.9 KiB