From 8fe87064f856c0da336f777069740b283fb11b2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Mon, 24 Nov 2025 10:51:50 +0100 Subject: [PATCH] feat: add DiffRhythm dependencies to ComfyUI requirements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- comfyui/requirements.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/comfyui/requirements.txt b/comfyui/requirements.txt index 39969b2..efe8532 100644 --- a/comfyui/requirements.txt +++ b/comfyui/requirements.txt @@ -19,3 +19,24 @@ 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