Releases: ashleykleynhans/stable-diffusion-docker
Releases · ashleykleynhans/stable-diffusion-docker
7.4.4
7.4.3
- ComfyUI: Fix issue with some custom nodes.
7.4.2
- ComfyUI: Bumped ComfyUI to latest commit.
7.4.0
- KOHYA_SS: Bumped Kohya_ss GUI to version v24.1.6.
7.3.0
- Changed base image to
ashleykza/a1111
so A1111 the common A1111 code can be shared. - Updated venv path to
/workspace/venvs/a1111
.
7.2.2
- Bumped Docker base image to version 2.2.3.
- Bumped ComfyUI to latest commit.
7.2.1
- Default to not using compression for sync.
7.2.0
- Bumped base Docker image to version 2.2.2.
- Fixed bug in ControlNet extension.
- Install ControlNet after all other extensions so that they can't break its dependencies.
- Set protobuf to version 3.20.0 so that SD3 models can be used.
- Improved installation for Inpaint anything extension.
- Improved container logs.
- Use
zstd
compression instead ofpigz
. - Point
HF_HOME
to/workspace
.
7.1.1
- Docker: Use different types of syncing for NFS/network storage and normal persistent storage.
- A1111: Added
--skip-install
back towebui-user.sh
otherwise A1111 installs a version of protobuf which causes issues with loading SD3 models. - InvokeAI: Added args for
INVOKEAI_TORCH_VERSION
andINVOKEAI_XFORMERS_VERSION
todocker-bake.hcl
so that torch and xformers don't have to be reinstalled and get installed correctly.
7.1.0
- Docker: Bumped base Docker image to version 2.2.1.
- Docker: Improved syncing across NFS/network storage.
- A1111: Removed Dreambooth extension for A1111 in favour of Kohya_ss for training.
- ComfyUI: Bumped ComfyUI to latest commit.