Explicit path to GFPGAN model (#91)

Refs #89
This commit is contained in:
AbdBarho
2022-09-23 16:38:50 +02:00
committed by GitHub
parent 556a50f49b
commit 15a61a99d6
2 changed files with 1 additions and 3 deletions

View File

@@ -68,4 +68,4 @@ WORKDIR ${WORKDIR}
EXPOSE 7860
# run, -u to not buffer stdout / stderr
CMD /docker/mount.sh && \
python3 -u ../../webui.py --listen --port 7860 --hide-ui-dir-config --ckpt-dir /cache/custom-models --ckpt /cache/models/model.ckpt ${CLI_ARGS}
python3 -u ../../webui.py --listen --port 7860 --hide-ui-dir-config --ckpt-dir /cache/custom-models --ckpt /cache/models/model.ckpt --gfpgan-model /cache/models/GFPGANv1.3.pth ${CLI_ARGS}