Files
ComfyUI-Omnivoice/requirements.txt
T
Ethanfel 9f2683cd54 fix: add torchcodec to requirements for torchaudio backend
Newer torchaudio versions default to the TorchCodec backend for loading
audio files. Without it installed, omnivoice fails with ImportError when
loading reference audio.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-09 23:31:40 +02:00

10 lines
104 B
Plaintext

transformers>=4.40.0
accelerate
soundfile
numpy
pydub
tensorboardx
webdataset
beautifulsoup4
torchcodec