diff options
| author | AUTOMATIC1111 <16777216c@gmail.com> | 2022-09-18 17:52:11 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-18 17:52:11 +0300 |
| commit | 50c8d808c022c0b9e33f6ed9604fb0475b391934 (patch) | |
| tree | 93e9f7c6028537ff603b20321800156ee0ee18f4 /.gitignore | |
| parent | e78c368eb3931ec51000d3653ec0a9538e4cadf1 (diff) | |
| parent | f0aa524ee1fc3526e8110ec12aa1304b9ac822eb (diff) | |
| download | stable-diffusion-webui-gfx803-50c8d808c022c0b9e33f6ed9604fb0475b391934.tar.gz | |
Merge pull request #660 from jamesmoore/master
.gitignore - Exclude checkpoint files in models folder
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ __pycache__ /venv /tmp /model.ckpt +/models/*.ckpt /GFPGANv1.3.pth /ui-config.json /outputs |
