diff options
| author | James Moore <jamesmoore@users.noreply.github.com> | 2022-09-18 15:20:46 +0100 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-18 15:20:46 +0100 | 
| commit | f0aa524ee1fc3526e8110ec12aa1304b9ac822eb (patch) | |
| tree | 93e9f7c6028537ff603b20321800156ee0ee18f4 /.gitignore | |
| parent | e78c368eb3931ec51000d3653ec0a9538e4cadf1 (diff) | |
| download | stable-diffusion-webui-gfx803-f0aa524ee1fc3526e8110ec12aa1304b9ac822eb.tar.gz | |
Exclude checkpoint files in models
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 | 
