2.0.0
What's Changed
- Docker compose override example file + .gitignore update by @DevilaN in #100
- Update / Disable lstein Temporarily by @AbdBarho in #106
- v2 in #108
Update versions
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
Full Changelog: 1.2.0...2.0.0