Respect --ckpt-dir command-line argument when merging models (#1261)

* Update .gitignore to ignore *all* checkpoint files in /models
* Fixed typo in UI
This commit is contained in:
William Moorehouse
2022-09-28 18:00:48 -04:00
committed by GitHub
parent 7acfaca05a
commit 041d2aefc0
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@@ -4,7 +4,7 @@ __pycache__
/venv
/tmp
/model.ckpt
/models/*.ckpt
/models/**/*.ckpt
/GFPGANv1.3.pth
/gfpgan/weights/*.pth
/ui-config.json