docs: add CUDA/GPU documentation and benchmarks

- Add :cuda tag to Docker Tags docs with setup, benchmarks, compose example
- Add GPU acceleration tip to AI engine docs
- Include benchmark table from RTX 4070 testing
This commit is contained in:
Siddharth Kumar Sah
2026-04-05 20:04:04 +08:00
parent 29a382e9e0
commit 9381564269
2 changed files with 64 additions and 1 deletions
+4
View File
@@ -8,6 +8,10 @@ All model weights are bundled in the Docker image during the build. No downloads
AI tools are not available in the `:lite` Docker image. The API returns `501 Not Available` for these endpoints when running the lite variant. Use `:latest` for AI features. See [Docker Tags](/guide/docker-tags) for details.
:::
::: tip GPU acceleration
The `:cuda` Docker image includes GPU-accelerated versions of the ML libraries. Background removal, upscaling, and OCR all benefit from NVIDIA GPU acceleration. The image auto-detects your GPU and falls back to CPU if none is available. See [Docker Tags](/guide/docker-tags) for setup.
:::
## Background removal
Removes the background from an image and returns a transparent PNG.