Skip to content

8.1.0

Compare
Choose a tag to compare
@AbdBarho AbdBarho released this 30 Jul 13:52
· 20 commits to master since this release
def7629

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