Skip to content

Commit

Permalink
Bump ComfyUI to latest commit, Bump InvokeAT to version 4.2.7post1
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleykleynhans committed Aug 5, 2024
1 parent badada7 commit 979af32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Now with SDXL support.
* [Kohya_ss](https://github.com/bmaltais/kohya_ss) v24.1.6
* [ComfyUI](https://github.com/comfyanonymous/ComfyUI)
* [ComfyUI Manager](https://github.com/ltdrdata/ComfyUI-Manager)
* [InvokeAI](https://github.com/invoke-ai/InvokeAI) v4.2.7
* [InvokeAI](https://github.com/invoke-ai/InvokeAI) v4.2.7post1
* [sd_xl_base_1.0.safetensors](
https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/resolve/main/sd_xl_base_1.0.safetensors)
* [sd_xl_refiner_1.0.safetensors](
Expand Down
6 changes: 3 additions & 3 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 = "7.4.3"
default = "7.4.4"
}

variable "CU_VERSION" {
Expand Down Expand Up @@ -42,11 +42,11 @@ target "default" {
KOHYA_TORCH_VERSION = "2.1.2+cu${CU_VERSION}"
KOHYA_XFORMERS_VERSION = "0.0.23.post1"

INVOKEAI_VERSION = "4.2.7"
INVOKEAI_VERSION = "4.2.7post1"
INVOKEAI_TORCH_VERSION = "2.2.2+cu${CU_VERSION}"
INVOKEAI_XFORMERS_VERSION = "0.0.25.post1"

COMFYUI_COMMIT = "0a6b0081176c6233015ec00d004c534c088ddcb0"
COMFYUI_COMMIT = "a178e25912b01abf436eba1cfaab316ba02d272d"
COMFYUI_TORCH_VERSION = "2.4.0+cu${CU_VERSION}"
COMFYUI_XFORMERS_VERSION = "0.0.27.post2"

Expand Down

0 comments on commit 979af32

Please sign in to comment.