diff options
author | William Moorehouse <moorehousew@gmail.com> | 2022-09-22 16:31:28 -0400 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2022-09-23 09:23:16 +0300 |
commit | d6fd71f36f33763f3a8d1d98f815e1e6a979e13e (patch) | |
tree | 98d7373f76db196d643cd0538bba3530ce9936e8 | |
parent | 7ef361dfc3442956d5dbbf9e702445c0d452d38d (diff) |
Update .gitignore to ignore downloaded GFPGAN models
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ __pycache__ /model.ckpt /models/*.ckpt /GFPGANv1.3.pth +/gfpgan/weights/*.pth /ui-config.json /outputs /config.json |