stable-melodyflow / requirements.txt
thecollabagepatch's picture
pydantic req
92a1521
raw
history blame contribute delete
369 Bytes
# Core ML dependencies
torch>=2.5.0
torchaudio>=2.5.0
einops
transformers
accelerate
diffusers
scipy
librosa
soundfile
huggingface-hub
# Gradio and HF Spaces
gradio
gradio-client
spaces
# Additional utilities
numpy
# Install stable-audio-tools directly from GitHub
git+https://github.com/Stability-AI/stable-audio-tools.git
pydantic==2.10.6