Spaces:
Running
Running
| # Simplified requirements for Hugging Face Spaces CPU deployment | |
| torch>=2.0.0,<2.3.0 | |
| torchvision>=0.15.0,<0.18.0 | |
| torchaudio>=2.0.0,<2.3.0 | |
| numpy>=1.21.0,<1.27.0 | |
| scipy>=1.7.0 | |
| # Core dependencies | |
| diffusers>=0.24.0 | |
| timm>=0.9.0 | |
| accelerate>=0.20.0 | |
| transformers>=4.35.0,<4.50.0 | |
| sentencepiece>=0.1.99 | |
| # Audio processing - try to install from PyPI first | |
| # Note: descript-audiotools might need manual installation | |
| # pip install git+https://github.com/descriptinc/audiotools.git | |
| # Video/Image processing | |
| pillow>=8.3.0 | |
| av>=10.0.0 | |
| einops>=0.6.0 | |
| # Configuration and utilities | |
| pyyaml>=6.0 | |
| omegaconf>=2.3.0 | |
| easydict>=1.9.0 | |
| loguru>=0.6.0 | |
| tqdm>=4.64.0 | |
| setuptools>=65.0.0 | |
| # Data handling | |
| pandas>=1.3.0 | |
| pyarrow>=10.0.0 | |
| # Web interface | |
| gradio>=4.0.0,<5.0.0 | |
| # Network | |
| urllib3>=1.26.0,<3.0.0 | |
| # Hugging Face integration | |
| huggingface_hub>=0.16.0 | |
| datasets>=2.14.0 | |
| # Additional dependencies | |
| packaging>=21.0 | |
| typing-extensions>=4.0.0 | |
| psutil>=5.8.0 |