From 05550647eb3810a2bd06b64d2183a26376f667c4 Mon Sep 17 00:00:00 2001 From: bo0tzz Date: Tue, 12 Dec 2023 22:39:56 +0100 Subject: [PATCH] docs: FAQ for thumbnail jobs (#5661) --- docs/docs/FAQ.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/FAQ.md b/docs/docs/FAQ.md index 13d3276b2e..27906660e7 100644 --- a/docs/docs/FAQ.md +++ b/docs/docs/FAQ.md @@ -60,6 +60,10 @@ This is fixed by running the storage migration job. The default image tagging model is relatively small. You can change this for a larger model like `google/vit-base-patch16-224` by setting the model name under Settings > Machine Learning Settings > Image Tagging. You can then re-run the Image Tagging job to get improved tags. +### Why are there so many thumbnail generation jobs? + +Immich generates three thumbnails for each asset (blurred, small, and large), as well as a thumbnail for each recognized face. + ### How can I see Immich logs? Most Immich components are typically deployed using docker. To see logs for deployed docker containers, you can use the [Docker CLI](https://docs.docker.com/engine/reference/commandline/cli/), specifically the `docker logs` command. For examples, see [Docker Help](/docs/guides/docker-help.md)