NEXUS_Visual_Weaver / requirements.txt
specimba's picture
fix: remove ALL SDK-managed packages from requirements.txt (gradio, torch, uvicorn, websockets, spaces) to resolve 6.12.0 vs 6.18.0 conflict
8117149 unverified
Raw
History Blame Contribute Delete
523 Bytes
# 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