-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Can not search contents eventhough the models are downloaded by manul #4839
Comments
We change the type of models in 1.84 so you don't have to manually download the model anymore, it should automatically download the new model |
@alextran1502 thank you for reply! Can I download it somewhere manully?I think I still need such a way, cuz the network in my country is isolated, and proxy in container is not doing well... |
Hello you can find the new models here https://huggingface.co/immich-app |
@alextran1502 It's runnig well since I have downloaded new models, but now comming a new issue, no matter what I search, I always returns all photos(like following result), before this I have rerun all the machine_learning jobs . Someone seems to have same problem in an other issue:#4707 |
Maybe you will need to run clip encoding again |
yeah I did so, tried many times for all jobs, but still can't get correct result |
Which model were you using? Do you have any dogs? |
@alextran1502 My current CLIP model is "M-CLIP/XLM Robertsa Large Vit B-16Plus". After upgrading to 1.84, do I need to fill in a new name? "Immich app/XLM Robertsa Large Vit B-16Plus" ro "XLM Robertsa Large Vit B-16Plus"? thanks |
@nodis yes |
@alextran1502 Can you tell me which name to fill in, please? "Immich app/XLM Robertsa Large Vit B-16Plus" ro "XLM Robertsa Large Vit B-16Plus"? |
@alextran1502 my clip model is ViT-B-32__openai as before, which is downlaoded from https://huggingface.co/immich-app. |
@Linjianfengccc Right so this is expected, we return the most relevant results. Since there are only two photos in the whole album, it will return those two |
hi @nodis May I know how did you use another CLIP model? I didn't find any config to do so |
@alextran1502 icic, thanks so much for your replies |
The bug
The immich web returens 500 code in seconds when I try to search some contents, from maching_learning logs, it seems to be failure when downloading CLIP. I have read the thread [](#4117 (comment)), follow the suggestion of @alextran1502 to download them and copy to volume path, but it's stiill not working. Once I start the machine_learning service and search for something, it starts to fetch the model without recgonizing the exisiting files, once the download fails, it will clean the cache path and retries to download.
The OS that Immich Server is running on
Debian
Version of Immich Server
v1.84.0
Version of Immich Mobile App
v1.82.1
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
1. Stop machine_learning 2. cp model folders(facial-recognition, clip, image-classification) to /var/lib/docker/volumes/docker_model-cache/_data 3. Start machine_learning 4. Search some content in web
Additional information
The text was updated successfully, but these errors were encountered: