mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-06-13 12:04:56 +03:00
14c4b36aff
### Update versions - auto: https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/3f417566b0bda8eab05d247567aebf001c1d1725 ### Breaking changes: * renamed `automatic-1111` service to `auto` * the `cache` folder is now deprecated, replaced with `data` (see migration guide below) * `embeddings` folder has been moved to `data/embeddings` * use GFPGAN 1.4 ### Migration Guide Note: in theory, running the command ``` docker compose --profile download up --build ``` is all you need to use the new version, however, this means you will also have to download everything again. A new script is available under `scripts/migratev1tov2.sh` that will copy models to the new structure and should get you most of the way, run ```bash ./scripts/migratev1tov2.sh ``` or you can manually inspect the script and copy the files After that, run ``` docker compose --profile download up --build ``` to validate everything.
14 lines
271 B
Plaintext
14 lines
271 B
Plaintext
# for all of the stuff downloaded by transformers, pytorch, and others
|
|
/.cache
|
|
# for all stable diffusion models (main, waifu diffusion, etc..)
|
|
/StableDiffusion
|
|
# others
|
|
/Codeformer
|
|
/GFPGAN
|
|
/ESRGAN
|
|
/BSRGAN
|
|
/RealESRGAN
|
|
/SwinIR
|
|
/LDSR
|
|
# TODO: add the embeddings folder here
|