Sound-AI-SFX-modification / requirements.txt
jacob-c's picture
diffuserfix
85adb4e
raw
history blame contribute delete
806 Bytes
# Core PyTorch dependencies
torch==2.0.1
torchaudio==2.0.2
torchvision==0.15.2
# Hugging Face ecosystem - pinned to compatible versions
diffusers>=0.24.0
huggingface_hub>=0.23.4
bigvgan>=2.4.1
transformers==4.27.0
accelerate==0.21.0
datasets==2.1.0
safetensors==0.3.2
# Audio processing
librosa==0.9.2
soundfile==0.12.1
torchlibrosa==0.1.0
wavio==0.0.7
resampy==0.4.2
ssr_eval==0.0.6
# Data processing and visualization
numpy==1.23.0
pandas==1.4.1
matplotlib==3.5.2
scikit_image==0.19.3
scikit_learn==1.2.2
scipy==1.8.0
# Utils and others
einops==0.6.1
h5py==3.8.0
importlib_metadata==6.3.0
omegaconf==2.3.0
packaging==23.1
progressbar33==2.4
protobuf==3.20.3
sentencepiece==0.1.99
tqdm==4.63.1
wandb==0.12.14
ipython==8.12.0
gradio>=4.3.0
# Dependencies needed by audio processing
ffmpeg-python
ninja