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>
43 lines
576 B
Plaintext
43 lines
576 B
Plaintext
torch
|
|
torchvision
|
|
torchaudio
|
|
transformers
|
|
diffusers>=0.31.0
|
|
accelerate
|
|
safetensors
|
|
omegaconf
|
|
einops
|
|
kornia
|
|
spandrel
|
|
soundfile
|
|
scikit-image
|
|
piexif
|
|
segment-anything
|
|
GitPython
|
|
opencv-python-headless
|
|
insightface
|
|
onnxruntime
|
|
pyyaml
|
|
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
|