mirror of
https://github.com/immich-app/immich.git
synced 2024-12-29 15:11:58 +00:00
Adding the new models to the whitelist (#5736)
This commit is contained in:
parent
94e11d52dc
commit
7839be3b49
2 changed files with 7 additions and 1 deletions
|
@ -26,6 +26,9 @@ _OPENCLIP_MODELS = {
|
||||||
"ViT-L-14-336__openai",
|
"ViT-L-14-336__openai",
|
||||||
"ViT-H-14__laion2b-s32b-b79k",
|
"ViT-H-14__laion2b-s32b-b79k",
|
||||||
"ViT-g-14__laion2b-s12b-b42k",
|
"ViT-g-14__laion2b-s12b-b42k",
|
||||||
|
"ViT-L-14-quickgelu__dfn2b",
|
||||||
|
"ViT-H-14-quickgelu__dfn5b",
|
||||||
|
"ViT-H-14-378-quickgelu__dfn5b",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -34,6 +37,9 @@ _MCLIP_MODELS = {
|
||||||
"XLM-Roberta-Large-Vit-B-32",
|
"XLM-Roberta-Large-Vit-B-32",
|
||||||
"XLM-Roberta-Large-Vit-B-16Plus",
|
"XLM-Roberta-Large-Vit-B-16Plus",
|
||||||
"XLM-Roberta-Large-Vit-L-14",
|
"XLM-Roberta-Large-Vit-L-14",
|
||||||
|
"XLM-Roberta-Large-ViT-H-14__frozen_laion5b_s13b_b90k",
|
||||||
|
"nllb-clip-base-siglip__v1",
|
||||||
|
"nllb-clip-large-siglip__v1",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -81,7 +81,7 @@ export const CLIP_MODEL_INFO: Record<string, ModelInfo> = {
|
||||||
'ViT-H-14-quickgelu__dfn5b': {
|
'ViT-H-14-quickgelu__dfn5b': {
|
||||||
dimSize: 1024,
|
dimSize: 1024,
|
||||||
},
|
},
|
||||||
'ViT-H-14-378-quickgelu__dfn5b ': {
|
'ViT-H-14-378-quickgelu__dfn5b': {
|
||||||
dimSize: 1024,
|
dimSize: 1024,
|
||||||
},
|
},
|
||||||
'ViT-g-14__laion2b-s12b-b42k': {
|
'ViT-g-14__laion2b-s12b-b42k': {
|
||||||
|
|
Loading…
Reference in a new issue