mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-04 06:34:19 +01:00
Update ignores
This commit is contained in:
parent
e599fce0ed
commit
a42a1f1b8f
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -3,4 +3,4 @@
|
||||||
|
|
||||||
# VSCode specific
|
# VSCode specific
|
||||||
*.code-workspace
|
*.code-workspace
|
||||||
/.vscode/settings.json
|
/.vscode
|
||||||
|
|
|
||||||
31
data/.gitignore
vendored
31
data/.gitignore
vendored
|
|
@ -1,5 +1,26 @@
|
||||||
# Ignore all
|
# for all of the stuff downloaded by transformers, pytorch, and others
|
||||||
*
|
/.cache
|
||||||
|
# for UIs
|
||||||
# Whitelist
|
/config
|
||||||
!/.gitignore
|
# for all stable diffusion models (main, waifu diffusion, etc..)
|
||||||
|
/StableDiffusion
|
||||||
|
# others
|
||||||
|
/Codeformer
|
||||||
|
/GFPGAN
|
||||||
|
/ESRGAN
|
||||||
|
/BSRGAN
|
||||||
|
/RealESRGAN
|
||||||
|
/SwinIR
|
||||||
|
/MiDaS
|
||||||
|
/BLIP
|
||||||
|
/ScuNET
|
||||||
|
/LDSR
|
||||||
|
/Deepdanbooru
|
||||||
|
/Hypernetworks
|
||||||
|
/VAE
|
||||||
|
/embeddings
|
||||||
|
/Lora
|
||||||
|
/ControlNet
|
||||||
|
/openpose
|
||||||
|
/ModelScope
|
||||||
|
/LyCORIS
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue