chore: remove unused lama-cleaner, add seam-carving to GPU requirements

lama-cleaner is pip-installed but never imported in any Python script.
inpaint.py uses OpenCV TELEA. Removing saves ~100+ MB of image size.
Also added seam-carving to requirements-gpu.txt where it was missing.
This commit is contained in:
Siddharth Kumar Sah
2026-04-10 00:18:14 +08:00
parent fa9569c920
commit 592a9cbf08
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,5 @@
rembg==2.0.62
realesrgan==0.3.0
lama-cleaner==1.2.5
paddleocr==2.9.1
paddlepaddle-gpu==3.0.0
mediapipe==0.10.21
@@ -8,3 +7,4 @@ onnxruntime-gpu==1.20.1
numpy==1.26.4
Pillow==11.1.0
opencv-python-headless==4.10.0.84
seam-carving==1.1.0
-1
View File
@@ -1,6 +1,5 @@
rembg[cpu]==2.0.62
realesrgan==0.3.0
lama-cleaner==1.2.5
paddleocr==2.9.1
paddlepaddle==3.0.0
mediapipe==0.10.21