Spaces:
Running
Running
| # Core dependencies | |
| gradio>=5.16.1 | |
| fastapi>=0.104.0 | |
| uvicorn[standard]>=0.29.0 | |
| pydantic>=2.0 | |
| httpx>=0.25.0 | |
| python-multipart>=0.0.6 | |
| # ML stack | |
| torch>=2.0.0 | |
| diffusers>=0.21.4 | |
| transformers>=4.30.0 | |
| safetensors>=0.3.1 | |
| xformers>=0.0.22 # Compatible with torch 2.0+ | |
| # Utilities | |
| psutil>=5.9.0 | |
| requests>=2.31.0 | |
| tqdm>=4.65.0 | |
| gdown>=4.7.1 | |
| huggingface-hub>=0.15.0 |