aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2022-09-30 06:35:58 +0000
committerGitHub <noreply@github.com>2022-09-30 06:35:58 +0000
commit25414bcd05ef8072ce97056039bdd99379b74be9 (patch)
tree1fddc7e0921c0626e0b6310b915ab9ad7c65fdcd /.gitignore
parentf80c3696f63a181f720105559d42ee53453ed0eb (diff)
parent435fd2112aee9a0e61408ac56663e41beea1e446 (diff)
downloadstable-diffusion-webui-gfx803-25414bcd05ef8072ce97056039bdd99379b74be9.tar.gz
stable-diffusion-webui-gfx803-25414bcd05ef8072ce97056039bdd99379b74be9.tar.bz2
stable-diffusion-webui-gfx803-25414bcd05ef8072ce97056039bdd99379b74be9.zip
Merge pull request #1109 from d8ahazard/ModelLoader
Model Loader, Fixes
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 5 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index b71e1875..3532dab3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,10 +1,13 @@
__pycache__
-/ESRGAN
+*.ckpt
+*.pth
+/ESRGAN/*
+/SwinIR/*
/repositories
/venv
/tmp
/model.ckpt
-/models/**/*.ckpt
+/models/**/*
/GFPGANv1.3.pth
/gfpgan/weights/*.pth
/ui-config.json