feat: add DiffRhythm dependencies to ComfyUI requirements
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
Added all required packages for ComfyUI_DiffRhythm extension: - torchdiffeq: ODE solvers for diffusion models - x-transformers: Transformer architecture components - librosa: Audio analysis and feature extraction - pandas, pyarrow: Data handling - ema-pytorch, prefigure: Training utilities - muq: Music quality model - mutagen: Audio metadata handling - pykakasi, jieba, cn2an, pypinyin: Chinese/Japanese text processing - Unidecode, phonemizer, inflect: Text normalization and phonetic conversion - py3langid: Language identification These dependencies enable the DiffRhythm node to load and function properly in ComfyUI, fixing the "ModuleNotFoundError: No module named 'infer_utils'" error. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -19,3 +19,24 @@ insightface
|
|||||||
onnxruntime
|
onnxruntime
|
||||||
pyyaml
|
pyyaml
|
||||||
imageio-ffmpeg
|
imageio-ffmpeg
|
||||||
|
|
||||||
|
# DiffRhythm dependencies
|
||||||
|
torchdiffeq==0.2.5
|
||||||
|
x-transformers==2.1.2
|
||||||
|
librosa==0.10.2.post1
|
||||||
|
pyarrow==19.0.1
|
||||||
|
pandas==2.2.3
|
||||||
|
pylance==0.23.2
|
||||||
|
ema-pytorch==0.7.7
|
||||||
|
prefigure==0.0.10
|
||||||
|
bitsandbytes
|
||||||
|
muq==0.1.0
|
||||||
|
mutagen==1.47.0
|
||||||
|
pykakasi==2.3.0
|
||||||
|
jieba==0.42.1
|
||||||
|
cn2an==0.5.23
|
||||||
|
pypinyin==0.53.0
|
||||||
|
Unidecode==1.3.8
|
||||||
|
phonemizer==3.3.0
|
||||||
|
inflect==7.5.0
|
||||||
|
py3langid
|
||||||
|
|||||||
Reference in New Issue
Block a user