Skip to content

Commit 979af32

Browse files
Bump ComfyUI to latest commit, Bump InvokeAT to version 4.2.7post1
1 parent badada7 commit 979af32

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Now with SDXL support.
4141
* [Kohya_ss](https://github.com/bmaltais/kohya_ss) v24.1.6
4242
* [ComfyUI](https://github.com/comfyanonymous/ComfyUI)
4343
* [ComfyUI Manager](https://github.com/ltdrdata/ComfyUI-Manager)
44-
* [InvokeAI](https://github.com/invoke-ai/InvokeAI) v4.2.7
44+
* [InvokeAI](https://github.com/invoke-ai/InvokeAI) v4.2.7post1
4545
* [sd_xl_base_1.0.safetensors](
4646
https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/resolve/main/sd_xl_base_1.0.safetensors)
4747
* [sd_xl_refiner_1.0.safetensors](

docker-bake.hcl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ variable "APP" {
1111
}
1212

1313
variable "RELEASE" {
14-
default = "7.4.3"
14+
default = "7.4.4"
1515
}
1616

1717
variable "CU_VERSION" {
@@ -42,11 +42,11 @@ target "default" {
4242
KOHYA_TORCH_VERSION = "2.1.2+cu${CU_VERSION}"
4343
KOHYA_XFORMERS_VERSION = "0.0.23.post1"
4444

45-
INVOKEAI_VERSION = "4.2.7"
45+
INVOKEAI_VERSION = "4.2.7post1"
4646
INVOKEAI_TORCH_VERSION = "2.2.2+cu${CU_VERSION}"
4747
INVOKEAI_XFORMERS_VERSION = "0.0.25.post1"
4848

49-
COMFYUI_COMMIT = "0a6b0081176c6233015ec00d004c534c088ddcb0"
49+
COMFYUI_COMMIT = "a178e25912b01abf436eba1cfaab316ba02d272d"
5050
COMFYUI_TORCH_VERSION = "2.4.0+cu${CU_VERSION}"
5151
COMFYUI_XFORMERS_VERSION = "0.0.27.post2"
5252

0 commit comments

Comments
 (0)