From efb392fba0e9e9f6181dbcb74a74f88c57e449dd Mon Sep 17 00:00:00 2001 From: Ashley Kleynhans Date: Fri, 2 Aug 2024 18:05:33 +0200 Subject: [PATCH] Bumped Kohya_ss GUI to version v24.1.6 --- README.md | 2 +- docker-bake.hcl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0c07767..65406b8 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Now with SDXL support. * [CivitAI Browser+ extension](https://github.com/BlafKing/sd-civitai-browser-plus) * [TensorRT extension](https://github.com/NVIDIA/Stable-Diffusion-WebUI-TensorRT) * [Stable Diffusion Dynamic Thresholding (CFG Scale Fix) extension](https://github.com/mcmonkeyprojects/sd-dynamic-thresholding) -* [Kohya_ss](https://github.com/bmaltais/kohya_ss) v24.1.5 +* [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 diff --git a/docker-bake.hcl b/docker-bake.hcl index cfa2028..4f080e9 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -11,7 +11,7 @@ variable "APP" { } variable "RELEASE" { - default = "7.3.0" + default = "7.4.0" } variable "CU_VERSION" { @@ -38,7 +38,7 @@ target "default" { BASE_IMAGE = "${BASE_IMAGE_REPOSITORY}:${BASE_IMAGE_VERSION}" INDEX_URL = "https://download.pytorch.org/whl/cu${CU_VERSION}" - KOHYA_VERSION = "v24.1.5" + KOHYA_VERSION = "v24.1.6" KOHYA_TORCH_VERSION = "2.1.2+cu${CU_VERSION}" KOHYA_XFORMERS_VERSION = "0.0.23.post1"