diff --git a/README.md b/README.md index 65406b8..26542fe 100644 --- a/README.md +++ b/README.md @@ -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]( diff --git a/docker-bake.hcl b/docker-bake.hcl index 2b26a81..3a238f4 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -11,7 +11,7 @@ variable "APP" { } variable "RELEASE" { - default = "7.4.3" + default = "7.4.4" } variable "CU_VERSION" { @@ -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"