Skip to content

Commit

Permalink
Bumped Kohya_ss to version v24.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleykleynhans committed Apr 27, 2024
1 parent 1cfeb62 commit 8a5a8b8
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 extension](https://github.com/civitai/sd_civitai_extension)
* [CivitAI Browser+ extension](https://github.com/BlafKing/sd-civitai-browser-plus)
* [TensorRT extension](https://github.com/NVIDIA/Stable-Diffusion-WebUI-TensorRT)
* [Kohya_ss](https://github.com/bmaltais/kohya_ss) v24.0.7
* [Kohya_ss](https://github.com/bmaltais/kohya_ss) v24.0.8
* [ComfyUI](https://github.com/comfyanonymous/ComfyUI)
* [ComfyUI Manager](https://github.com/ltdrdata/ComfyUI-Manager)
* [sd_xl_base_1.0.safetensors](
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 = "5.3.1"
default = "5.3.2"
}

variable "CU_VERSION" {
Expand Down Expand Up @@ -47,7 +47,7 @@ target "default" {
CONTROLNET_COMMIT = "59d5998823daabd73d6339b3d21c9cdda27b0286"
DREAMBOOTH_COMMIT = "45a12fe5950bf93205b6ef2b7511eb94052a241f"
CIVITAI_BROWSER_PLUS_VERSION = "v3.5.4"
KOHYA_VERSION = "v24.0.7"
KOHYA_VERSION = "v24.0.8"
APP_MANAGER_VERSION = "1.0.2"
CIVITAI_DOWNLOADER_VERSION = "2.1.0"
VENV_PATH = "/workspace/venvs/${APP}"
Expand Down

0 comments on commit 8a5a8b8

Please sign in to comment.