Skip to content

Commit

Permalink
Bumped ControlNet extension to version v1.1.442
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleykleynhans committed Mar 26, 2024
1 parent 8ea72e2 commit 86d880e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,11 @@ RUN git clone https://github.com/d8ahazard/sd_dreambooth_extension.git extension

# Install dependencies for Deforum, ControlNet, ReActor, Infinite Image Browsing,
# After Detailer, and CivitAI Browser+ extensions
ARG CONTROLNET_COMMIT
RUN source /venv/bin/activate && \
pip3 install basicsr && \
cd /stable-diffusion-webui/extensions/sd-webui-controlnet && \
git checkout ${CONTROLNET_COMMIT} && \
pip3 install -r requirements.txt && \
cd /stable-diffusion-webui/extensions/deforum && \
pip3 install -r requirements.txt && \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Now with SDXL support.
* [Dreambooth extension](
https://github.com/d8ahazard/sd_dreambooth_extension) 1.0.14
* [ControlNet extension](
https://github.com/Mikubill/sd-webui-controlnet) v1.1.441
https://github.com/Mikubill/sd-webui-controlnet) v1.1.442
* [After Detailer extension](
https://github.com/Bing-su/adetailer) v24.3.0
* [Locon extension](
Expand Down
3 changes: 2 additions & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ variable "APP" {
}

variable "RELEASE" {
default = "4.2.9"
default = "4.2.10"
}

variable "CU_VERSION" {
Expand All @@ -23,6 +23,7 @@ target "default" {
TORCH_VERSION = "2.1.2+cu${CU_VERSION}"
XFORMERS_VERSION = "0.0.23.post1+cu${CU_VERSION}"
WEBUI_VERSION = "v1.8.0"
CONTROLNET_COMMIT = "0b90426254debf78bfc09d88c064d2caf0935282"
DREAMBOOTH_COMMIT = "30bfbc289a1d90153a3e5a5ab92bf5636e66b210"
KOHYA_VERSION = "v23.0.15"
RUNPODCTL_VERSION = "v1.14.2"
Expand Down

0 comments on commit 86d880e

Please sign in to comment.