Spaces:
Running on Zero
Running on Zero
File size: 724 Bytes
5d0bada 369d427 5d0bada 369d427 5d0bada 369d427 5d0bada 0e89ded | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | # ZeroGPU provides the CUDA torch build; do not pin torch hard. # Modern set — paired with a recent Gradio (installed by HF from README `sdk_version`). # Do NOT add a `gradio` line here; it conflicts with the Spaces runtime. # The api_info "bool is not iterable" bug is handled by a monkeypatch in app.py. spaces torch torchvision diffusers>=0.31.0 transformers>=4.44.0 accelerate>=0.33.0 peft>=0.12.0 safetensors>=0.4.3 huggingface_hub>=0.25.0 sentencepiece protobuf Pillow numpy opencv-python-headless # Face-identity mode (IP-Adapter FaceID). Heavy; comment out if you don't use Face mode. insightface==0.7.3 onnxruntime # Pose lock mode (ControlNet OpenPose) — pose detection from the uploaded image. controlnet_aux |