...
参照上图的文件结构下载对应的模型文件并将挂载到 容器 /cache 目录下
图片中文搜索支持 https://huggingface.co/immich-app/XLM-Roberta-Large-Vit-B-16Plus/tree/main
参考
代码块 |
---|
docker exec -it immich_postgres psql immich immich |
隐藏 license 的显示
在管理界面的【Theme】中添加自定义的 css 代码
代码块 | ||
---|---|---|
| ||
.license-status {
display: none !important;
} |