| # --- Core UI/runtime --- | |
| gradio==4.44.0 | |
| gradio_client>=1.3.0 | |
| # --- Sci/IO --- | |
| numpy==1.26.4 | |
| Pillow | |
| scipy | |
| tqdm | |
| requests | |
| huggingface_hub | |
| safetensors | |
| accelerate==0.31.0 | |
| # --- Diffusers / Transformers --- | |
| diffusers==0.29.2 | |
| transformers==4.43.4 | |
| opencv-python-headless==4.10.0.84 | |
| imageio | |
| scikit-image | |
| # --- Background removal --- | |
| rembg==2.0.56 | |
| onnxruntime==1.18.0 | |
| # --- Inpainting (라이트) --- | |
| simple-lama-inpainting # ← 원하면 유지, 없으면 OpenCV만 폴백 | |
| # --- 3D 렌더/출력 --- | |
| trimesh | |
| pyrender | |
| PyOpenGL | |
| PyOpenGL-accelerate | |
| pyglet | |
| # --- ControlNet 보조 --- | |
| controlnet-aux | |
| # --- DINO / SAM (git 소스 설치) --- | |
| pycocotools>=2.0.7 | |
| git+https://github.com/IDEA-Research/GroundingDINO.git@main#egg=groundingdino | |
| git+https://github.com/facebookresearch/segment-anything.git#egg=segment-anything | |