From 7d5c29b674bacc5654f8613af134632b7cbdb158 Mon Sep 17 00:00:00 2001 From: d8ahazard Date: Mon, 26 Sep 2022 10:27:18 -0500 Subject: Cleanup existing directories, fixes --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 9d78853a..57fa2506 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ __pycache__ /venv /tmp /model.ckpt +/models/**/* /models/*.ckpt /GFPGANv1.3.pth /gfpgan/weights/*.pth -- cgit v1.2.3 From 8604e469fdec4c484780937cd1737b40c0ad3d4b Mon Sep 17 00:00:00 2001 From: d8ahazard Date: Mon, 26 Sep 2022 10:30:39 -0500 Subject: Update .gitignore --- .gitignore | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 57fa2506..653b9d05 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,15 @@ __pycache__ -/ESRGAN +*.ckpt +*.pth +/ESRGAN/ +/SwinIR/ +/ESRGAN/* +/SwinIR/* /repositories /venv /tmp /model.ckpt /models/**/* -/models/*.ckpt -/GFPGANv1.3.pth -/gfpgan/weights/*.pth /ui-config.json /outputs /config.json -- cgit v1.2.3 From f860f94c64d98ff575132396b0636cc3e08f8332 Mon Sep 17 00:00:00 2001 From: d8ahazard Date: Mon, 26 Sep 2022 10:34:26 -0500 Subject: Cleanup gitignore, old files --- .gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 653b9d05..2e188eec 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,6 @@ __pycache__ *.ckpt *.pth -/ESRGAN/ -/SwinIR/ /ESRGAN/* /SwinIR/* /repositories @@ -22,4 +20,4 @@ __pycache__ /webui-user.sh /interrogate /user.css -/.idea \ No newline at end of file +/.idea -- cgit v1.2.3