Skip to content

Commit

Permalink
docs: FAQ for thumbnail jobs (immich-app#5661)
Browse files Browse the repository at this point in the history
  • Loading branch information
bo0tzz authored and jonhnet committed Dec 15, 2023
1 parent 03ff368 commit 78c8593
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 78c8593

Please sign in to comment.