Skip to content

Commit

Permalink
Bump A1111 to version 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleykleynhans committed Jul 27, 2024
1 parent 5341c73 commit 63aa9f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* [Jupyter Lab](https://github.com/jupyterlab/jupyterlab)
* [code-server](https://github.com/coder/code-server)
* [Automatic1111 Stable Diffusion Web UI](
https://github.com/AUTOMATIC1111/stable-diffusion-webui) 1.9.4
https://github.com/AUTOMATIC1111/stable-diffusion-webui) 1.10.0
* [ControlNet extension](
https://github.com/Mikubill/sd-webui-controlnet) v1.1.455
* [After Detailer extension](
Expand Down
4 changes: 2 additions & 2 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ variable "APP" {
}

variable "RELEASE" {
default = "1.9.4"
default = "1.10.0"
}

variable "CU_VERSION" {
Expand Down Expand Up @@ -40,7 +40,7 @@ variable "PYTHON_VERSION" {

target "default" {
dockerfile = "Dockerfile"
tags = ["${REGISTRY}/${REGISTRY_USER}/${APP}:${RELEASE}.post8"]
tags = ["${REGISTRY}/${REGISTRY_USER}/${APP}:${RELEASE}"]
args = {
RELEASE = "${RELEASE}"
BASE_IMAGE = "${BASE_IMAGE_REPOSITORY}:${BASE_IMAGE_VERSION}-python${PYTHON_VERSION}-cuda${CUDA_VERSION}-torch${TORCH_VERSION}"
Expand Down

0 comments on commit 63aa9f7

Please sign in to comment.