...
代码块 | ||
---|---|---|
| ||
# The location where your uploaded files are stored UPLOAD_LOCATION=./library IMMICH_MODEL=./immich_model # The Immich version to use. You can pin this to a specific version like "v1.71.0" IMMICH_VERSION=release # Connection secret for postgres. You should change it to a random password DB_PASSWORD=Www.lfang123.compassword # The values below this line do not need to be changed ################################################################################### DB_HOSTNAME=immich_postgres DB_USERNAME=immich DB_DATABASE_NAME=immich REDIS_HOSTNAME=immich_redis TZ=Asia/Shanghai |
...
参照上图的文件结构下载对应的模型文件并将挂载到 容器 /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;
} |