Arioch
Arioch
IImmich
Created by Arioch on 5/5/2025 in #help-desk-support
memories not showing up
today all of a sudden memories showed up, maybe that job scheduler just needs a couple of days to process the data
5 replies
IImmich
Created by Dididididi on 12/28/2024 in #help-desk-support
Trying to get immich remote machine learning working.
which model do you use? i have a 3090
54 replies
IImmich
Created by Dididididi on 12/28/2024 in #help-desk-support
Trying to get immich remote machine learning working.
thanks for all the help, i am gonna keep those values at 50 for now unless there is some recommended values per gpu somewhere 🙂
54 replies
IImmich
Created by Dididididi on 12/28/2024 in #help-desk-support
Trying to get immich remote machine learning working.
i do want to add an ssd to the nas for caching... i am trying to find the docs for how to point immich thumbnails to that, do i just remap /thumbs in the volume?
54 replies
IImmich
Created by Dididididi on 12/28/2024 in #help-desk-support
Trying to get immich remote machine learning working.
hdd
54 replies
IImmich
Created by Dididididi on 12/28/2024 in #help-desk-support
Trying to get immich remote machine learning working.
No description
54 replies
IImmich
Created by Dididididi on 12/28/2024 in #help-desk-support
Trying to get immich remote machine learning working.
seems to be working without errors after the reboot, still only between 10-20% on the gpu tho
54 replies
IImmich
Created by Dididididi on 12/28/2024 in #help-desk-support
Trying to get immich remote machine learning working.
maybe i need to reboot
54 replies
IImmich
Created by Dididididi on 12/28/2024 in #help-desk-support
Trying to get immich remote machine learning working.
same issue after killing the container and restarting it
54 replies
IImmich
Created by Dididididi on 12/28/2024 in #help-desk-support
Trying to get immich remote machine learning working.
i did update the nvidia drivers right now after i started the container, let me kill it and restart it
54 replies
IImmich
Created by Dididididi on 12/28/2024 in #help-desk-support
Trying to get immich remote machine learning working.
i just installed it
54 replies
IImmich
Created by Dididididi on 12/28/2024 in #help-desk-support
Trying to get immich remote machine learning working.
those errors make me think there is something else going on there... [05/03/25 00:06:59] ERROR Worker (pid:4325) was sent code 139!
54 replies
IImmich
Created by Dididididi on 12/28/2024 in #help-desk-support
Trying to get immich remote machine learning working.
this is my config
name: immich_remote_ml

services:
immich-machine-learning:
container_name: immich_machine_learning
# Note the `-cuda` at the end
image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}-cuda
# Note the lack of an `extends` section
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: 1
capabilities:
- gpu
volumes:
- model-cache:/cache
restart: always
ports:
- 3003:3003

volumes:
model-cache:
name: immich_remote_ml

services:
immich-machine-learning:
container_name: immich_machine_learning
# Note the `-cuda` at the end
image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}-cuda
# Note the lack of an `extends` section
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: 1
capabilities:
- gpu
volumes:
- model-cache:/cache
restart: always
ports:
- 3003:3003

volumes:
model-cache:
54 replies
IImmich
Created by Dididididi on 12/28/2024 in #help-desk-support
Trying to get immich remote machine learning working.
No description
54 replies
IImmich
Created by Dididididi on 12/28/2024 in #help-desk-support
Trying to get immich remote machine learning working.
i am trying the same thing, i see similar things in the log, my GPU seems to be only used 7-8%, did you ever figure this out? looks like it's running but it could run a lot faster? my data is on a synology nas
54 replies
IImmich
Created by Arioch on 5/1/2025 in #help-desk-support
Migrating from Synology Photos - best practices
next i am syncing my current phone library so i can ditch synology photos: - i went into the backup menu and selected the "Camera" folder and a few other folders (e.g. screenshots) - enabled the foreground sync - it's going 1 by 1 on the upload, it looks like it's skipping everything that is there already and i see "cloud with checkmark" icons appearing slowly in the library - everything was done in an extra ~15-20 min for ~1k pictures, it looks like most of them matched and only ~40 were uploaded (probably from some other folder i selected)
15 replies
IImmich
Created by Arioch on 5/1/2025 in #help-desk-support
Migrating from Synology Photos - best practices
after a while the processing was done and i can see all my images in the library. overall for my 5GB test it took ~15 min to upload and another ~15 min for the job to process them (i have disabled machine learning for now, i am planning on doing it after the fact on a separate pc)
15 replies
IImmich
Created by Arioch on 5/1/2025 in #help-desk-support
Migrating from Synology Photos - best practices
No description
15 replies
IImmich
Created by Arioch on 5/1/2025 in #help-desk-support
Migrating from Synology Photos - best practices
i am guessing to do this for multiple users you need to get the api key for each user and re run the immich login, but to get those API keys looks like you actually have to login as those users locally?
15 replies
IImmich
Created by Arioch on 5/1/2025 in #help-desk-support
Migrating from Synology Photos - best practices
just as a reference on how to do this if other people run into question in the future: - make sure your external library is accessible in the immich server container as an additional volume mapping (e.g. in my "volumes" mapping i have an extra "/volume2/homes:/homes/users:ro" so i can access all user's synology photos libraries through "/homes/users/whatever_username/Photos" later in the container) - ssh into your nas - run "sudo docker exec -it Immich-SERVER /bin/bash" (Immich-SERVER is the name of my container, you might need to change it) - run "immich login http://127.0.0.1:2283/api XXX" where XXX is the API KEY (check immich cli documentation on how to get that); you might need to change the port (2283) based on what you mapped the server to in your docker config - you can verify the asset count that you have in the folder you want to upload with "find /path/to/my/folder/ -type f -not -path "/@eaDir/" -not -name "Thumbs.db" | wc -l" - you can verify the number of assets that will be uploaded by running "immich upload --dry-run --ignore "/@eaDir/" --recursive /path/to/my/folder" (the path in my case was "/homes/users/whatever_username/Photos") - once you are ready run the above command without the "--dry-run" option uploading this way seems to take ~3 minutes per 1 GB and uses ~25-50% cpu on my DS923+, i also see ffmpeg spiking to ~40% using basically all my cpu (i am guessing when it's processing videos during upload?)
15 replies