Skip to content

2.0.0

Compare
Choose a tag to compare
@AbdBarho AbdBarho released this 01 Oct 11:04
· 146 commits to master since this release
14c4b36

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 to auto
  • lstein is disabled temporarily
  • 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.

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