# CCIP + figure detection (ONNX models, auto-downloaded from HuggingFace). dghs-imgutils>=0.4 # GPU inference for the ONNX models. Swap to onnxruntime (CPU) for a slow # server-side fallback run. onnxruntime-gpu # The crop EMBEDDER (concept bag). torch is installed separately in the # Dockerfile from the CUDA-12.4 wheel index so the GPU build is deterministic; # transformers loads whatever SigLIP-family model the server announces. transformers>=4.45 # Crop PROPOSERS — small YOLO detectors (booru_yolo anatomy, COCO person, comic # panel) that decide where to crop. Uses the torch already installed above. ultralytics>=8.3 # Control surface + HTTP. fastapi uvicorn[standard] requests pillow numpy