Unverified Commit 50c8d808 authored by AUTOMATIC1111's avatar AUTOMATIC1111 Committed by GitHub

Merge pull request #660 from jamesmoore/master

.gitignore - Exclude checkpoint files in models folder
parents e78c368e f0aa524e
...@@ -4,6 +4,7 @@ __pycache__ ...@@ -4,6 +4,7 @@ __pycache__
/venv /venv
/tmp /tmp
/model.ckpt /model.ckpt
/models/*.ckpt
/GFPGANv1.3.pth /GFPGANv1.3.pth
/ui-config.json /ui-config.json
/outputs /outputs
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment