From 84e87dceb25b8e4f46820c5c5313096952c5c6e1 Mon Sep 17 00:00:00 2001 From: scott Date: Sun, 5 Apr 2026 10:34:42 -0400 Subject: [PATCH] Fix chatterbox deps to match official pyproject.toml - Update transformers to 5.2.0 (required by official chatterbox) - Add omegaconf (pulled by s3gen/flow.py) - Install resemble-perth from git source - Pin safetensors to 0.5.3 - Remove onnx (not a chatterbox dep) Co-Authored-By: Claude Sonnet 4.6 --- requirements-rocm.txt | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/requirements-rocm.txt b/requirements-rocm.txt index 3c6633f..bed48dc 100644 --- a/requirements-rocm.txt +++ b/requirements-rocm.txt @@ -1,21 +1,20 @@ # Audio processing -numpy +numpy>=1.24.0,<2.0.0 soundfile librosa==0.11.0 pyloudnorm # ML dependencies (pinned to match chatterbox without overwriting ROCm torch) -transformers==4.46.3 +transformers==5.2.0 diffusers==0.29.0 -safetensors +safetensors==0.5.3 huggingface-hub -accelerate +omegaconf # Chatterbox dependencies (installed separately since chatterbox uses --no-deps) -resemble-perth +resemble-perth @ git+https://github.com/resemble-ai/Perth.git@master conformer==0.3.2 -s3tokenizer==0.3.0 -onnx==1.16.0 +s3tokenizer spacy-pkuseg pykakasi==2.3.0