diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-09-05 05:57:32 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-09-05 05:57:32 +0000 |
commit | e45e1862adfcc589135eec3c78ad981ff81c84a4 (patch) | |
tree | 2d7a4e6da26441031c7090c599a81c10846f3c6a | |
parent | a8a58dbac7b205ae90664c3b249d60e4baa2855c (diff) | |
download | stable-diffusion-webui-gfx803-e45e1862adfcc589135eec3c78ad981ff81c84a4.tar.gz stable-diffusion-webui-gfx803-e45e1862adfcc589135eec3c78ad981ff81c84a4.tar.bz2 stable-diffusion-webui-gfx803-e45e1862adfcc589135eec3c78ad981ff81c84a4.zip |
added gitignore as per #67
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..dc87da46 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +__pycache__ +/ESRGAN +/repositories +/venv +/tmp +/model.ckpt +/GFPGANv1.3.pth +/ui-config.json |