2.0.0
版本发布时间: 2022-10-01 19:04:18
AbdBarho/stable-diffusion-webui-docker最新发布版本:9.0.0(2024-06-23 17:29:42)
What's Changed
- Docker compose override example file + .gitignore update by @DevilaN in https://github.com/AbdBarho/stable-diffusion-webui-docker/pull/100
- Update / Disable lstein Temporarily by @AbdBarho in https://github.com/AbdBarho/stable-diffusion-webui-docker/pull/106
- v2 in https://github.com/AbdBarho/stable-diffusion-webui-docker/pull/108
Update versions
- auto: https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/3f417566b0bda8eab05d247567aebf001c1d1725
- hlky https://github.com/sd-webui/stable-diffusion-webui/commit/aaa3be16e0e66f07c63dbdb49b9b7cac8fef5cfb
Breaking changes
- renamed
automatic-1111
service toauto
-
lstein
is disabled temporarily - the
cache
folder is now deprecated, replaced withdata
(see migration guide below) -
embeddings
folder has been moved todata/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.
If you want to save time: a new script is available under scripts/migratev1tov2.sh
that will copy files to the new structure and should get you most of the way there, run
./scripts/migratev1tov2.sh
in the root of the repo, or you can manually inspect the script and copy the files.
After that, run
docker compose --profile download up --build
to validate everything.
New Contributors
- @DevilaN made their first contribution in https://github.com/AbdBarho/stable-diffusion-webui-docker/pull/100
Full Changelog: https://github.com/AbdBarho/stable-diffusion-webui-docker/compare/1.2.0...2.0.0