aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorWilliam Moorehouse <moorehousew@gmail.com>2022-09-28 22:00:48 +0000
committerGitHub <noreply@github.com>2022-09-28 22:00:48 +0000
commit041d2aefc082c2883aa7e28ee3e4a990b3be9758 (patch)
treeb1ffe3127955e7d20c15965c21f906449f872862 /.gitignore
parent7acfaca05a13352a7d86d281db6ad64dfd9350e0 (diff)
downloadstable-diffusion-webui-gfx803-041d2aefc082c2883aa7e28ee3e4a990b3be9758.tar.gz
stable-diffusion-webui-gfx803-041d2aefc082c2883aa7e28ee3e4a990b3be9758.tar.bz2
stable-diffusion-webui-gfx803-041d2aefc082c2883aa7e28ee3e4a990b3be9758.zip
Respect --ckpt-dir command-line argument when merging models (#1261)
* Update .gitignore to ignore *all* checkpoint files in /models * Fixed typo in UI
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 69ea78c5..b71e1875 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,7 +4,7 @@ __pycache__
/venv
/tmp
/model.ckpt
-/models/*.ckpt
+/models/**/*.ckpt
/GFPGANv1.3.pth
/gfpgan/weights/*.pth
/ui-config.json