Skip to content

Releases: AbdBarho/stable-diffusion-webui-docker

4.1.0

13 Jan 05:59
b5cdf29
Compare
Choose a tag to compare

What's Changed

  • Alpha support for sd v2.x in auto in #244
  • Auto: clean up interrogators in #265
  • Smaller xformers wheel in #271

Full Changelog: 4.0.0...4.1.0

This release will be shortly followed up by 5.0.0 (with breaking changes)

4.0.0

04 Dec 10:11
87a51e9
Compare
Choose a tag to compare

Breaking Changes

  • hlky has been renamed to sygil
    • a new entry has been added: sygil-sl which runs the streamlit version of the UI
    • note: the streamlit version is still in dev and has bugs!
  • lstein has been renamed to invoke
  • the structure of the output folder has changed to
    • img2img, txt2img, extras used by auto & sygill
    • invoke is subfolder exclusively for invoke since the output folders of this UI are not customizable.

Migration Guide

Make sure you use the new names when running the corresponding UIs

For the output folder:

  • create a backup
  • create a new folder in output with any name you want and move everything in the output folder to it
  • you can use the script migratev3tov4.sh to do this for you:
bash ./.devscripts/migratev3tov4.sh

What's Changed

  • Enable extensions by default in #243
  • Update versions in #246
  • Invoke 2.2.3 in #250
  • Fix mounting in Lstein in #253
  • [BREAKING] Rename UIs in #254

Full Changelog: 3.2.0...4.0.0

3.2.0

25 Nov 12:29
d20b873
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.1.0...3.2.0

Even though Stable Diffusion 2.0 was released, it is unfortunately not backwards compatible, and will require some time to be implemented by the different UI's...

3.1.0

30 Oct 10:37
a5218b8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.0...3.1.0

The attached xformers compiled binary was created for python3.10 and the following cuda archs: 5.0 5.2 5.3 6.0 6.1 6.2 7.0 7.2 7.5 8.0 8.6

3.0.0 Support SD v1.5

22 Oct 08:45
3c544dd
Compare
Choose a tag to compare

SD v1.5 is now available and enabled per default in auto and hlky.

Update versions

What's Changed

  • Expose auto ui config in #149
  • New Url by in #161
  • SD 1.5 by in #164

Full Changelog: 2.1.0...3.0.0

Migration Guide

Running

docker compose --profile download  up --build

should suffice

2.1.0

16 Oct 14:42
111825a
Compare
Choose a tag to compare

What's Changed

Update versions

New Contributors

Full Changelog: 2.0.1...2.1.0

The attached xformers compiled binary was created for python3.10 and the following cuda archs: "5.0;5.2;5.3;6.0;6.1;6.2;7.0;7.2;7.5;8.0;8.6"

2.0.1

07 Oct 07:47
710280c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.0.1

2.0.0

01 Oct 11:04
14c4b36
Compare
Choose a tag to compare

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

1.2.0

26 Sep 06:33
43a5e5e
Compare
Choose a tag to compare

Versions:

What's Changed

  • Fix CLIP model caching #88 in #95
  • Adding embeddings volume for auto textual inversion by @rgriffogoes in #98

New Contributors

Full Changelog: 1.1.1...1.2.0

1.1.1

19 Sep 20:14
83b78fe
Compare
Choose a tag to compare