Skip to content

Releases: AbdBarho/stable-diffusion-webui-docker

8.2.0

01 Jan 17:48
60c4832
Compare
Choose a tag to compare

Happy new year! 🎉

This release contains some updates and bug fixes for auto and comfy.

Unfortunately, a total rework of invoke is necessary for v3, have not made that yet

Also, might abandon the idea of sharing the models between the UIs since it is causing more maintenance hassle. Let's see what happens.

What's Changed

New Contributors

Full Changelog: 8.1.0...8.2.0

8.1.0

30 Jul 13:52
def7629
Compare
Choose a tag to compare

Notable changes

Now with SDXL 1.0 support, thanks to @mashb1t!

For now, only the base model is supported, which you can download from https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/blob/main/sd_xl_base_1.0.safetensors and put in data/models/Stable-diffusion

It is possible to use the refiner, but you would need an extension in the time being, more info in the PR #560 and in A1111 docs here
https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Features#sd-xl

What's Changed

  • Modify installation extension dependencies by @KagurazakaNyaa in #518
  • Create dirs if not exist in #520
  • Allow setting port through env WEBUI_PORT in #521
  • Add build-essential package by @KagurazakaNyaa in #522
  • Auto 1.4.0 in #507
  • Upgrade k-diffusion to Release 0.0.15 to get access to DPM++ (2M) SDE sampler. by @cloudaxes in #537
  • Add startup script for comfy in #552
  • Update Automatic1111 to 1.5.1 to add compatibility for SDXL by @mashb1t in #560

New Contributors

Full Changelog: 8.0.0...8.1.0

8.0.0

24 Jun 08:07
cdde93b
Compare
Choose a tag to compare

Breaking changes

Due to the increasing number of models and folders required for the UIs and extensions, the folder structure have been changed, now it looks something like this:

.
├── data
│   ├── .cache         # cache for intermediary packages
│   ├── config         # UI specific config
│   ├── embeddings     # embeddings
│   └── models         # all the models that were previously scattered around in /data
                       # this folder will be mounted replacing `auto`s model folder, so any extensions
                       # that write or read from this folder should see it

There is a migration script that would restructure the files for you, you can run it in bash or in WSL from the root of this repo:

sudo ./.devscripts/migratev7tov8.sh

Notes

  • Now automatically installs extension dependencies in auto if any are found, the startup.sh script will still be executed AFTER the installation finishes.
  • Bump comfy to torch 2.0.1

Full Changelog: 7.0.0...8.0.0

7.0.0

02 Jun 19:30
660c098
Compare
Choose a tag to compare

Breaking changes

Updated the compute capabilities in the docker compose file from gpu to [compute, utility], if you face any problems, please create an issue and specify your GPU.

What's Changed

  • Add extension dependencies in #485
  • Update auto to 1.3.0 in #490
  • InvokeAI 2.3.5.post2 in #491
  • Change capabilities in docker-compose in #497

Full Changelog: 6.0.0...7.0.0

6.0.0

16 May 17:21
1106274
Compare
Choose a tag to compare

Breaking changes

Maybe a short story:

It was shortly after stable diffusion 1.4 was announced, August of 2022, and I was really excited to try it out myself. I was surprised to see the community working on a UI for using stable diffusion.

I did not want to mess up my system setup with python, virtualenv and such. I was (and still am) learning how to use containers. So I built the webui in the container, and decided to publish it on github, maybe someone else needs it. And it took off! This web UI kept getting cool and new features, and keeping up to date was fun, challenging, and exciting.

This lasted for about 2 months, until A1111 took over. This previous UI started to get less and less users, features, and maintenance started to become harder. For months, the UI remained still with no updates, to this day, there are almost no changes anymore.

This UI was renamed to become https://github.com/Sygil-Dev/sygil-webui, it was the UI that started this repo. It was a long and wonderful journey, and I am sad to see this end. Thanks to everyone who worked on this awesome project.

Deprecate Sygil in #450

What's Changed

  • Update auto to pytorch 2 in #442
  • Only run if changed in #444
  • Fix overwriting existing values in config.json in auto by @wookiefriseur in #418
  • Invoke 2.3.5 in #449
  • Update/fix mounts for comfyUI by @LEv145 in #432
  • Add ClipEncoder in #458
  • Create custom_nodes dir in #461
  • Update Auto to 1.2.1 in #466
  • Deprecate Sygil in #450

New Contributors

Full Changelog: 5.0.3...6.0.0

5.0.3

04 May 19:27
2efaeb4
Compare
Choose a tag to compare

Changes

Comfy UI support

Thanks to @PassiveLemon, this repo now has support for comfy UI. This is still in early phases so expect bugs and please report them so we can work on them!

Auto update

This will be the final release where auto uses pytorch 1.13.1, moving forward, all new releases will use pytorch 2.0.0

What's Changed

New Contributors

Full Changelog: 5.0.2...5.0.3

5.0.2

16 Apr 09:04
10c16e1
Compare
Choose a tag to compare

Notes

  • Auto won't be bumped to latest version yet, because it is very unstable #379
  • The invoke team has been working hard on making the installation process as seamless as possible, which includes downloading models from huggingFace semi-automatically, using the models from data/StableDiffusion is harder and much finiky, however, you can still use the UI to achieve that.
    • it might be the case that the current setup does a lot of prefetching on start up, please open an issue if you notice that is the case.

What's Changed

  • Add libgoogle-perftools-dev in #341
  • Fix preload for Invoke in #346
  • enable ControlNet mounts for AUTOMATIC1111 by @gmasil in #385
  • add mounts for openpose by @gmasil in #387
  • Make Dockerfiles OCI compliant by @RedTopper in #408
  • Refactor invoke in #405

New Contributors

Full Changelog: 5.0.1...5.0.2

5.0.1

18 Feb 08:00
67c9d11
Compare
Choose a tag to compare

What's Changed

  • Mount scripts instead of copy in #298
  • Fix link order in #299
  • Add Lora support in #306
  • Add missing mkdir in #310
  • Always serve static files in #314
  • Auto: hot fix fastapi in #328
  • Update versions by in #332

Full Changelog: 5.0.0...5.0.1

5.0.0

13 Jan 20:30
9b1ea3c
Compare
Choose a tag to compare

Breaking Changes

  • Update auto to torch==1.13.1+cu117 in #290, This might break your extensions!

Full Changelog: 4.1.0...5.0.0

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)