Releases: ashleykleynhans/a1111-docker
Releases · ashleykleynhans/a1111-docker
1.10.0.post7
- Bumped base Docker image to version 2.2.3.
- Improve logging.
1.10.0.post6
- Default to not using compression for sync.
1.10.0.post5
- 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 different kinds of syncing methods depending on whether the persistent storage is NFS/network storage or regular persistent storage.
- Point
HF_HOME
to/workspace
.
1.10.0.post3
- Use different types of syncing for NFS/network storage and normal persistent storage.
- Added
--skip-install
back towebui-user.sh
otherwise A1111 installs a version of protobuf which causes issues with loading SD3 models.
1.10.0.post2
- Bumped base Docker image to version 2.2.1.
- Improved syncing over NFS/network storage using
pigz
compression. - Write template config to
template.json
and force sync if the template name is different than the current template name.
1.10.0.post1
- Bumped base Docker image to version 2.2.0 which includes tools such as
pigz
for faster sync. - Moved default venv path to
/workspace/venvs/a1111
to prevent conflicts with other templates. - Updated
ui-config.json
. - Faster sync to network storage using
tar
.
1.10.0
- Bumped A1111 Web UI to version 1.10.0.
1.9.4.post8
- Bumped base Docker image to version 2.1.1.
- Bumped torch to version 2.4.0.
- Bumped xformers to version 0.0.27.post2.
1.9.4.post7
- Bumped ControlNet extension for A1111 to version v1.1.455.
1.9.4.post6
- Bumped base Docker image to version 2.0.0.
- Bumped ControlNet extension to latest commit.