Skip to content

Commit

Permalink
Bumped Kohya_ss GUI to version v24.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleykleynhans committed Aug 2, 2024
1 parent f229234 commit efb392f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 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.3.0"
default = "7.4.0"
}

variable "CU_VERSION" {
Expand All @@ -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"

Expand Down

0 comments on commit efb392f

Please sign in to comment.