Update .gitignore to ignore downloaded GFPGAN models

master
William Moorehouse 3 years ago committed by AUTOMATIC1111
parent 7ef361dfc3
commit d6fd71f36f

1
.gitignore vendored

@ -6,6 +6,7 @@ __pycache__
/model.ckpt
/models/*.ckpt
/GFPGANv1.3.pth
/gfpgan/weights/*.pth
/ui-config.json
/outputs
/config.json

Loading…
Cancel
Save