Requirements.txt needs to be changed. **transformers>=4.49.0 (will not work, it installs newer incompatible version)** to this: (double equals, for exclusive version) ### transformers==4.49.0 Resolves this problem: https://github.com/billwuhao/ComfyUI_DiffRhythm/issues/44 https://github.com/billwuhao/ComfyUI_DiffRhythm/issues/48
Requirements.txt needs to be changed.
transformers>=4.49.0 (will not work, it installs newer incompatible version)
to this: (double equals, for exclusive version)
transformers==4.49.0
Resolves this problem:
#44
#48