# NEXUS Visual Weaver - Clean HF Space Dependencies torch==2.11.0 Pillow>=11.1.0 # HF Core (pinned for stability) huggingface_hub>=0.30.0 diffusers==0.30.3 transformers>=4.40 accelerate>=0.30 peft>=0.13.0 safetensors # Gradio (stable version for Spaces + MCP/OAuth) gradio[oauth,mcp]==6.12.0 # Runtime uvicorn>=0.14.0 websockets>=10.4 spaces==0.50.4 # Note: Do NOT install 'modal' inside the Space container. # Modal functions are called from outside via the Modal client.