Skip to content

Releases: ashleykleynhans/stable-diffusion-docker

3.0.0

04 Sep 20:11
2228bcf
Compare
Choose a tag to compare
  • Bumped A1111 ControlNet extension to version 1.1.400 - SDXL support has finally arrived! 🚀

2.1.0

03 Sep 19:44
9f5d9db
Compare
Choose a tag to compare
  • Bumped Kohya_ss to version 21.8.9.
  • Bumped A1111 After Detailer extension to version 23.9.1.
  • Bumped xformers to version 0.0.21.

2.0.0

02 Sep 10:57
928560b
Compare
Choose a tag to compare
  • Added an Application Manager to stop and start the various different applications.

1.9.2

31 Aug 19:35
b27b0b5
Compare
Choose a tag to compare
  • Added back Deforum extension which is now working with A1111 1.6.0.

1.9.0

31 Aug 10:23
389c35a
Compare
Choose a tag to compare
  • Bumped Automatic1111 to version 1.6.0.
  • Bumped ControlNet extension to version 1.1.313.
  • Bumped After Detailer extension to version 23.8.1.
  • Bumped Dreambooth extension to latest commit.
  • Bumped versions of requirements.
  • Install some extra packages such as git-lfs, inetutils-ping, plocate.
  • Install speedtest CLI.
  • Install ComfyUI Manager.
  • Removed SDXL Refiner extension since its now built into A1111.
  • Removed Deforum extension since it no longer works with A1111 version 1.6.0.
  • Models are now loaded directly from disk instead of downloading them within the Dockerfile.
  • Improved nginx cache handling.

1.8.2

23 Aug 19:41
8c1ef51
Compare
Choose a tag to compare
  • Bumped Automatic1111 to version 1.5.2.
  • Bumped Kohya_ss to version 21.8.8.
  • Bumped ControlNet to version 1.1.306.

1.8.1

23 Aug 10:41
0f52539
Compare
Choose a tag to compare
  • Bumped commit of Dreambooth extension to one with working REST APIs.
  • Added dos2unix.
  • Switched roop extension to my own fork to resolve issue with missing model on Hugginface.
  • Added croc.
  • Updated Cloudflare 502 page to try to make it clearer to understand.
  • Redirect tensorboard output to a log file so that the container logs don't get cluttered.

1.8.0

16 Aug 20:18
0dfbff8
Compare
Choose a tag to compare
  • Added ComfyUI on port 3020.
  • Upgraded Kohya_ss to v21.8.7.
  • Installed Torch and xformers in the system site packages so that they don't have to be installed for each application, thus reducing the size of the Docker image.
  • Upgraded A1111 ControlNet extension to v1.1.238.
  • Upgraded A1111 After Detailer extension to v23.8.0.
  • Include the SDXL models in the image by default.
  • Restructured the layout of the repo.

1.7.0

12 Aug 16:10
21664c9
Compare
Choose a tag to compare
  • Upgraded ControlNet to v1.1.237.
  • Added After Detailer extension.
  • Only git clone a depth of 1 for most extensions.
  • Added progress bar for rsync.
  • Changed handing of DOWNLOAD_SDXL to check for a value of 1 so the default can be set to 0.

1.6.8

11 Aug 22:05
42ee842
Compare
Choose a tag to compare
  • Added a better VAE for SDXL to the SDXL download script.
  • Added --no-half-vae to the start up arguments to resolve issues loading the VAE.
  • Added additional config for the SDXL Refiner extension.
  • Fixed issue with websockets in NGINX config for Kohya_ss.
  • Reverted Kohya_ss to version V21.8.5 since there are issues with bitsandbytes training SD 1.5 Dreambooth (bmaltais/kohya_ss#1342).