WebUI/.gitignore

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

40 lines
495 B
Plaintext
Raw Permalink Normal View History

2022-09-05 05:57:32 +00:00
__pycache__
2022-09-26 15:30:39 +00:00
*.ckpt
2022-11-21 15:58:57 +00:00
*.safetensors
2022-09-26 15:30:39 +00:00
*.pth
/ESRGAN/*
/SwinIR/*
2022-09-05 05:57:32 +00:00
/repositories
/venv
/tmp
/model.ckpt
2022-09-26 15:27:18 +00:00
/models/**/*
2022-09-05 05:57:32 +00:00
/GFPGANv1.3.pth
/gfpgan/weights/*.pth
2022-09-05 05:57:32 +00:00
/ui-config.json
2022-09-06 08:51:34 +00:00
/outputs
/config.json
/log
/webui.settings.bat
/embeddings
/styles.csv
2022-10-09 03:57:19 +00:00
/params.txt
/styles.csv.bak
/webui-user.bat
2022-09-13 13:28:37 +00:00
/webui-user.sh
2022-09-11 15:48:36 +00:00
/interrogate
2022-09-17 13:28:19 +00:00
/user.css
2022-09-26 15:34:26 +00:00
/.idea
notification.mp3
2022-09-26 21:18:57 +00:00
/SwinIR
/textual_inversion
2022-10-20 15:58:52 +00:00
.vscode
2022-10-22 10:34:49 +00:00
/extensions
/test/stdout.txt
/test/stderr.txt
2023-03-30 14:57:54 +00:00
/cache.json*
2023-03-29 23:32:54 +00:00
/config_states/
/node_modules
2023-05-11 18:57:43 +00:00
/package-lock.json
/.coverage*