From d6fd71f36f33763f3a8d1d98f815e1e6a979e13e Mon Sep 17 00:00:00 2001 From: William Moorehouse Date: Thu, 22 Sep 2022 16:31:28 -0400 Subject: [PATCH] Update .gitignore to ignore downloaded GFPGAN models --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 18017239..9d78853a 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ __pycache__ /model.ckpt /models/*.ckpt /GFPGANv1.3.pth +/gfpgan/weights/*.pth /ui-config.json /outputs /config.json