docs: update for unified Docker image

Rewrite docker-tags.md for single image with GPU auto-detection.
Update deployment.md to remove variant table and lite/cuda references.
Replace LaMa Cleaner references with OpenCV in architecture and AI docs.
Add migration notes for users on :lite and :cuda tags.
This commit is contained in:
Siddharth Kumar Sah
2026-04-10 00:25:28 +08:00
parent b385a2eabb
commit ff37bb769a
4 changed files with 49 additions and 104 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ Supported operations:
- **Upscaling** -- RealESRGAN
- **OCR** -- PaddleOCR
- **Face detection/blurring** -- MediaPipe
- **Object erasing (inpainting)** -- LaMa Cleaner
- **Object erasing (inpainting)** -- OpenCV
Python scripts live in `packages/ai/python/`. The Docker image pre-downloads all model weights during the build so the container works offline.