mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-03-03 04:11:30 -08:00
Merge pull request #660 from jamesmoore/master
.gitignore - Exclude checkpoint files in models folder
This commit is contained in:
commit
50c8d808c0
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -4,6 +4,7 @@ __pycache__
|
|||
/venv
|
||||
/tmp
|
||||
/model.ckpt
|
||||
/models/*.ckpt
|
||||
/GFPGANv1.3.pth
|
||||
/ui-config.json
|
||||
/outputs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue