Spaces:
Runtime error
Runtime error
| # NEXUS Visual Weaver - HF Space Dependencies | |
| # NOTE: Do NOT include gradio, torch, uvicorn, websockets, or spaces here. | |
| # The HF Spaces SDK installs these automatically (currently gradio==6.18.0, torch<=2.11.0). | |
| # Adding them here creates version conflicts with the SDK. | |
| # HF Core | |
| huggingface_hub>=0.30.0 | |
| # ML | |
| accelerate>=1.12.0 | |
| transformers>=4.57.1 | |
| Pillow>=11.1.0 | |
| git+https://github.com/huggingface/diffusers.git | |
| peft>=0.13.0 | |
| safetensors | |
| # Modal client (calls external GPU functions, not installed inside Space) | |
| modal | |