aptol commited on
Commit
194fba1
·
verified ·
1 Parent(s): e819ff1

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -5
requirements.txt CHANGED
@@ -23,9 +23,8 @@ scikit-image
23
  rembg==2.0.56
24
  onnxruntime==1.18.0
25
 
26
- # --- Inpainting (둘 중 하나만 사용) ---
27
- lama-cleaner==1.2.5 # ← 코드가 lama_cleaner.ModelManager를 쓰면 이거만 남기세요
28
- # simple-lama-inpainting # ← 쓰지 않으면 주석 처리(둘 다 넣지 마세요)
29
 
30
  # --- 3D 렌더/출력 ---
31
  trimesh
@@ -34,10 +33,10 @@ PyOpenGL
34
  PyOpenGL-accelerate
35
  pyglet
36
 
37
- # --- ControlNet 보조(OpenPose 등) ---
38
  controlnet-aux
39
 
40
- # --- DINO / SAM: 반드시 Git 소스에서 설치 (PyPI 버전 없음) ---
41
  pycocotools>=2.0.7
42
  git+https://github.com/IDEA-Research/GroundingDINO.git@main#egg=groundingdino
43
  git+https://github.com/facebookresearch/segment-anything.git#egg=segment-anything
 
23
  rembg==2.0.56
24
  onnxruntime==1.18.0
25
 
26
+ # --- Inpainting (라이트) ---
27
+ simple-lama-inpainting # ← 원하면 유지, 없으면 OpenCV만 폴백
 
28
 
29
  # --- 3D 렌더/출력 ---
30
  trimesh
 
33
  PyOpenGL-accelerate
34
  pyglet
35
 
36
+ # --- ControlNet 보조 ---
37
  controlnet-aux
38
 
39
+ # --- DINO / SAM (git 소스 설치) ---
40
  pycocotools>=2.0.7
41
  git+https://github.com/IDEA-Research/GroundingDINO.git@main#egg=groundingdino
42
  git+https://github.com/facebookresearch/segment-anything.git#egg=segment-anything