mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-06-13 12:04:56 +03:00
3682303355
### Update versions - auto: https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/03d62538aebeff51713619fe808c953bdb70193d - History Tab IS NOT WORKING YET! #138 - hlky: https://github.com/sd-webui/stable-diffusion-webui/commit/fd51bab1ec03543eb57faa954caab879ef2bafe7 - lstein: https://github.com/invoke-ai/InvokeAI/commit/fe2a2cfc8b6156805c420c026c5ef8bbb256899e Closes #102 the config file has been moved to `data/config/auto`
18 lines
285 B
Plaintext
18 lines
285 B
Plaintext
# for all of the stuff downloaded by transformers, pytorch, and others
|
|
/.cache
|
|
# for UIs
|
|
/config
|
|
# for all stable diffusion models (main, waifu diffusion, etc..)
|
|
/StableDiffusion
|
|
# others
|
|
/Codeformer
|
|
/GFPGAN
|
|
/ESRGAN
|
|
/BSRGAN
|
|
/RealESRGAN
|
|
/SwinIR
|
|
/ScuNET
|
|
/LDSR
|
|
/Hypernetworks
|
|
/embeddings
|