Spaces:
Running on Zero
Running on Zero
| # Core Dependencies | |
| torch>=2.0.0 | |
| torchaudio>=2.0.0 | |
| gradio==5.9.1 | |
| transformers>=4.35.0 | |
| diffusers>=0.25.0 | |
| accelerate>=0.25.0 | |
| spaces>=0.25.0 | |
| sentencepiece>=0.1.99 | |
| protobuf>=3.20.0 | |
| loguru>=0.7.0 | |
| # ACE-Step 1.5 Dependencies (included as local module) | |
| xformers>=0.0.20 | |
| omegaconf>=2.3.0 | |
| hydra-core>=1.3.0 | |
| # Audio Processing | |
| librosa>=0.10.0 | |
| soundfile>=0.12.0 | |
| scipy>=1.11.0 | |
| pydub>=0.25.0 | |
| # Model Components | |
| einops>=0.7.0 | |
| timm>=0.9.0 | |
| safetensors>=0.4.0 | |
| vector-quantize-pytorch>=1.0.0 | |
| # Utilities | |
| numpy>=1.24.0 | |
| pandas>=2.0.0 | |
| tqdm>=4.65.0 | |
| pyyaml>=6.0 | |
| matplotlib>=3.7.0 | |
| # Optional: for LoRA training | |
| peft>=0.7.0 | |
| datasets>=2.14.0 | |
| wandb>=0.15.0 | |
| # HuggingFace Hub | |
| huggingface-hub>=0.19.0 | |