diff options
author | d8ahazard <d8ahazard@gmail.com> | 2022-09-26 15:27:18 +0000 |
---|---|---|
committer | d8ahazard <d8ahazard@gmail.com> | 2022-09-26 15:27:18 +0000 |
commit | 7d5c29b674bacc5654f8613af134632b7cbdb158 (patch) | |
tree | 08d8d267adf313ea15fdcfeae67f45ff430d4520 /.gitignore | |
parent | 740070ea9cdb254209f66417418f2a4af8b099d6 (diff) | |
download | stable-diffusion-webui-gfx803-7d5c29b674bacc5654f8613af134632b7cbdb158.tar.gz stable-diffusion-webui-gfx803-7d5c29b674bacc5654f8613af134632b7cbdb158.tar.bz2 stable-diffusion-webui-gfx803-7d5c29b674bacc5654f8613af134632b7cbdb158.zip |
Cleanup existing directories, fixes
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ __pycache__ /venv /tmp /model.ckpt +/models/**/* /models/*.ckpt /GFPGANv1.3.pth /gfpgan/weights/*.pth |