diff options
| author | Jairo Correa <jn.j41r0@gmail.com> | 2022-09-30 18:58:51 -0300 | 
|---|---|---|
| committer | Jairo Correa <jn.j41r0@gmail.com> | 2022-09-30 18:58:51 -0300 | 
| commit | ad1fbbae93fa17f797a76bc59220d074990b85b4 (patch) | |
| tree | 79ff375c07afee8597598bbcc6fb693ff912dab4 /.gitignore | |
| parent | c2d5b29040132c171bc4d77f1f63da972306f22c (diff) | |
| parent | 84e97a98c5233119d0f444e0a3a0f6391da23677 (diff) | |
| download | stable-diffusion-webui-gfx803-ad1fbbae93fa17f797a76bc59220d074990b85b4.tar.gz | |
Merge branch 'master' into fix-vram
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 7 | 
1 files changed, 5 insertions, 2 deletions
| @@ -1,10 +1,13 @@  __pycache__ -/ESRGAN +*.ckpt +*.pth +/ESRGAN/* +/SwinIR/*  /repositories  /venv  /tmp  /model.ckpt -/models/**/*.ckpt +/models/**/*  /GFPGANv1.3.pth  /gfpgan/weights/*.pth  /ui-config.json | 
