stem-0-web-dev / requirements.txt
fcolooo's picture
dev space: r2c 65k via FULLFT_SUBDIR
2f9dfba verified
Raw
History Blame Contribute Delete
558 Bytes
# NOTE: deliberately NOT installing ace-step as a package, and NOT installing torch/gradio.
# ace-step pins gradio==6.2.0 and exact torch==2.10.0+cu128 wheels; reinstalling torch inside a
# ZeroGPU Space fights the torch build that ZeroGPU patches. We vendor the acestep SOURCE at
# startup instead (app.py) and rely on the Space's own torch + gradio.
torchaudio
transformers>=4.51.0,<4.58.0
diffusers>=0.37.0
accelerate>=1.0.0
peft>=0.13
safetensors
soundfile
librosa
scipy
loguru
einops
diskcache
vector-quantize-pytorch
numba
huggingface_hub>=0.25
spaces