[GH-ISSUE #11414] Immich Smart search is not working. #2426

Closed
opened 2026-02-26 12:52:25 +03:00 by kerem · 5 comments
Owner

Originally created by @pafade89 on GitHub (Feb 1, 2026).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/11414

Originally assigned to: @vhsdream on GitHub.

Have you read and understood the above guidelines?

yes

🔎 Did you run the script with verbose mode enabled?

Yes, verbose mode was enabled and the output is included below

📜 What is the name of the script you are using?

Immich

📂 What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/immich.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 13

📈 Which Proxmox version are you on?

9.1.4

📝 Provide a clear and concise description of the issue.

Hi,

actual the smart ki search is not working and I’m not sure right now whether it’s a problem with Immich itself or something related to the update.

I found also the following in the immich repo:

https://github.com/immich-app/immich/discussions/25774

The only error which occurred is the following:

🔄 Steps to reproduce the issue.

Search in immich

Paste the full error output (if available).

Image

🖼️ Additional context (optional).

No response

Originally created by @pafade89 on GitHub (Feb 1, 2026). Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/11414 Originally assigned to: @vhsdream on GitHub. ### ✅ Have you read and understood the above guidelines? yes ### 🔎 Did you run the script with verbose mode enabled? Yes, verbose mode was enabled and the output is included below ### 📜 What is the name of the script you are using? Immich ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/immich.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 13 ### 📈 Which Proxmox version are you on? 9.1.4 ### 📝 Provide a clear and concise description of the issue. Hi, actual the smart ki search is not working and I’m not sure right now whether it’s a problem with Immich itself or something related to the update. I found also the following in the immich repo: https://github.com/immich-app/immich/discussions/25774 The only error which occurred is the following: ### 🔄 Steps to reproduce the issue. Search in immich ### ❌ Paste the full error output (if available). <img width="313" height="87" alt="Image" src="https://github.com/user-attachments/assets/7c8f8140-044c-477f-9d03-ed6567f13c66" /> ### 🖼️ Additional context (optional). _No response_
kerem 2026-02-26 12:52:25 +03:00
Author
Owner

@vhsdream commented on GitHub (Feb 1, 2026):

Come on, ya gotta post some logs or we're gonna get nowhere.

tail -f /var/log/immich/ml.log

Possibly related to #11240

<!-- gh-comment-id:3831178358 --> @vhsdream commented on GitHub (Feb 1, 2026): Come on, ya gotta post some logs or we're gonna get nowhere. `tail -f /var/log/immich/ml.log` Possibly related to #11240
Author
Owner

@pafade89 commented on GitHub (Feb 1, 2026):

Is that sufficient?

[02/01/26 13:42:22] INFO     Application shutdown complete.                     
[02/01/26 13:42:22] INFO     Finished server process [901]                      
[02/01/26 13:42:22] ERROR    Worker (pid:901) was sent SIGINT!                  
[02/01/26 13:42:22] INFO     Booting worker with pid: 1176                      
[02/01/26 13:42:24] INFO     Started server process [1176]                      
[02/01/26 13:42:24] INFO     Waiting for application startup.                   
[02/01/26 13:42:24] INFO     Created in-memory cache with unloading after 300s  
                             of inactivity.                                     
[02/01/26 13:42:24] INFO     Initialized request thread pool with 4 threads.    
[02/01/26 13:42:24] INFO     Application startup complete. 
<!-- gh-comment-id:3831774529 --> @pafade89 commented on GitHub (Feb 1, 2026): Is that sufficient? ``` [02/01/26 13:42:22] INFO Application shutdown complete. [02/01/26 13:42:22] INFO Finished server process [901] [02/01/26 13:42:22] ERROR Worker (pid:901) was sent SIGINT! [02/01/26 13:42:22] INFO Booting worker with pid: 1176 [02/01/26 13:42:24] INFO Started server process [1176] [02/01/26 13:42:24] INFO Waiting for application startup. [02/01/26 13:42:24] INFO Created in-memory cache with unloading after 300s of inactivity. [02/01/26 13:42:24] INFO Initialized request thread pool with 4 threads. [02/01/26 13:42:24] INFO Application startup complete. ```
Author
Owner

@vhsdream commented on GitHub (Feb 1, 2026):

No, it's not. That shows Machine-learning is working. How about showing the output from the log when you try performing a Smart Search and it fails?

Also, can you tell me about your ML config: using CPU-only, or Intel GPU with OpenVINO (and if so did you pass through your /dev/dri)?

<!-- gh-comment-id:3831875832 --> @vhsdream commented on GitHub (Feb 1, 2026): No, it's not. That shows Machine-learning is working. How about showing the output from the log when you try performing a Smart Search and it fails? Also, can you tell me about your ML config: using CPU-only, or Intel GPU with OpenVINO (and if so did you pass through your `/dev/dri`)?
Author
Owner

@pafade89 commented on GitHub (Feb 2, 2026):

Sorry, I don’t really know much about this, so I’m hoping for some help.

I am using a Intel GPU
Image

root@immich:~# tail -f /var/log/immich/ml.log
[02/02/26 07:36:21] INFO     Application shutdown complete.                     
[02/02/26 07:36:21] INFO     Finished server process [5694]                     
[02/02/26 07:36:22] ERROR    Worker (pid:5694) was sent SIGINT!                 
[02/02/26 07:36:22] INFO     Booting worker with pid: 5852                      
[02/02/26 07:36:23] INFO     Started server process [5852]                      
[02/02/26 07:36:23] INFO     Waiting for application startup.                   
[02/02/26 07:36:23] INFO     Created in-memory cache with unloading after 300s  
                             of inactivity.                                     
[02/02/26 07:36:23] INFO     Initialized request thread pool with 4 threads.    
[02/02/26 07:36:23] INFO     Application startup complete.                      
[02/02/26 09:48:57] INFO     Loading textual model 'ViT-B-16-SigLIP2__webli' to 
                             memory                                             
[02/02/26 09:48:57] INFO     Setting execution providers to                     
                             ['OpenVINOExecutionProvider',                      
                             'CPUExecutionProvider'], in descending order of    
                             preference                                         
[02/02/26 09:49:06] INFO     Handling signal: term                              
[02/02/26 09:49:07] ERROR    Worker (pid:5852) was sent SIGKILL! Perhaps out of 
                             memory?                                            
[02/02/26 09:49:07] INFO     Shutting down: Master                              
[02/02/26 09:49:08] INFO     Starting gunicorn 23.0.0                           
[02/02/26 09:49:08] INFO     Listening at: http://[::]:3003 (6417)              
[02/02/26 09:49:08] INFO     Using worker: immich_ml.config.CustomUvicornWorker 
[02/02/26 09:49:08] INFO     Booting worker with pid: 6421                      
[02/02/26 09:49:11] INFO     Started server process [6421]                      
[02/02/26 09:49:11] INFO     Waiting for application startup.                   
[02/02/26 09:49:11] INFO     Created in-memory cache with unloading after 300s  
                             of inactivity.                                     
[02/02/26 09:49:11] INFO     Initialized request thread pool with 4 threads.    
[02/02/26 09:49:11] INFO     Application startup complete.  

After the new Update out of memory ?

Image
<!-- gh-comment-id:3833813466 --> @pafade89 commented on GitHub (Feb 2, 2026): Sorry, I don’t really know much about this, so I’m hoping for some help. I am using a Intel GPU <img width="356" height="20" alt="Image" src="https://github.com/user-attachments/assets/1024cb3f-c1b5-4130-b163-f080dbc8aaf8" /> ``` root@immich:~# tail -f /var/log/immich/ml.log [02/02/26 07:36:21] INFO Application shutdown complete. [02/02/26 07:36:21] INFO Finished server process [5694] [02/02/26 07:36:22] ERROR Worker (pid:5694) was sent SIGINT! [02/02/26 07:36:22] INFO Booting worker with pid: 5852 [02/02/26 07:36:23] INFO Started server process [5852] [02/02/26 07:36:23] INFO Waiting for application startup. [02/02/26 07:36:23] INFO Created in-memory cache with unloading after 300s of inactivity. [02/02/26 07:36:23] INFO Initialized request thread pool with 4 threads. [02/02/26 07:36:23] INFO Application startup complete. [02/02/26 09:48:57] INFO Loading textual model 'ViT-B-16-SigLIP2__webli' to memory [02/02/26 09:48:57] INFO Setting execution providers to ['OpenVINOExecutionProvider', 'CPUExecutionProvider'], in descending order of preference [02/02/26 09:49:06] INFO Handling signal: term [02/02/26 09:49:07] ERROR Worker (pid:5852) was sent SIGKILL! Perhaps out of memory? [02/02/26 09:49:07] INFO Shutting down: Master [02/02/26 09:49:08] INFO Starting gunicorn 23.0.0 [02/02/26 09:49:08] INFO Listening at: http://[::]:3003 (6417) [02/02/26 09:49:08] INFO Using worker: immich_ml.config.CustomUvicornWorker [02/02/26 09:49:08] INFO Booting worker with pid: 6421 [02/02/26 09:49:11] INFO Started server process [6421] [02/02/26 09:49:11] INFO Waiting for application startup. [02/02/26 09:49:11] INFO Created in-memory cache with unloading after 300s of inactivity. [02/02/26 09:49:11] INFO Initialized request thread pool with 4 threads. [02/02/26 09:49:11] INFO Application startup complete. ``` After the new Update out of memory ? <img width="318" height="138" alt="Image" src="https://github.com/user-attachments/assets/eea6af0c-ae5a-4f32-a949-b53c31f2fba1" />
Author
Owner

@pafade89 commented on GitHub (Feb 2, 2026):

After the update, it seems that something changed with how the AI models are loaded. After I increased the RAM to 12 GB, it started working again. Thank you very much for your help 🙂 and sorry for my lack of knowledge.

<!-- gh-comment-id:3834059291 --> @pafade89 commented on GitHub (Feb 2, 2026): After the update, it seems that something changed with how the AI models are loaded. After I increased the RAM to 12 GB, it started working again. Thank you very much for your help 🙂 and sorry for my lack of knowledge.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#2426
No description provided.