Files
runpod/comfyui
Sebastian Krüger 1981b7b256
All checks were successful
Build and Push RunPod Docker Image / build-and-push (push) Successful in 14s
fix: monkey-patch DiffRhythm infer function to force chunked=False
The previous approach of overriding diffrhythmgen wasn't working because
ComfyUI doesn't pass the chunked parameter when it's not in INPUT_TYPES.
This fix monkey-patches the infer() function at module level to always
force chunked=False, preventing the tensor dimension mismatch error.

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

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