mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user