Skip to content

Commit 003fef2

Browse files
Bump ComfyUI to version v0.3.71
1 parent 299dbe7 commit 003fef2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Now with SDXL support.
3838
* [CivitAI Browser+ extension](https://github.com/BlafKing/sd-civitai-browser-plus)
3939
* [Stable Diffusion Dynamic Thresholding (CFG Scale Fix) extension](https://github.com/mcmonkeyprojects/sd-dynamic-thresholding)
4040
* [Kohya_ss](https://github.com/bmaltais/kohya_ss) v25.2.1
41-
* [ComfyUI](https://github.com/comfyanonymous/ComfyUI) v0.3.70
41+
* [ComfyUI](https://github.com/comfyanonymous/ComfyUI) v0.3.71
4242
* [ComfyUI Manager](https://github.com/ltdrdata/ComfyUI-Manager)
4343
* [InvokeAI](https://github.com/invoke-ai/InvokeAI) v6.9.0
4444
* [inswapper_128.onnx](

docker-bake.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ variable "APP" {
1111
}
1212

1313
variable "RELEASE" {
14-
default = "8.9.24"
14+
default = "8.9.25"
1515
}
1616

1717
variable "CU_VERSION" {
@@ -49,7 +49,7 @@ target "default" {
4949
INVOKEAI_TORCH_VERSION = "2.7.1+cu${CU_VERSION}"
5050
INVOKEAI_XFORMERS_VERSION = "0.0.31.post1"
5151

52-
COMFYUI_VERSION = "v0.3.70"
52+
COMFYUI_VERSION = "v0.3.71"
5353
COMFYUI_TORCH_VERSION = "2.6.0+cu${CU_VERSION}"
5454
COMFYUI_XFORMERS_VERSION = "0.0.29.post3"
5555

0 commit comments

Comments
 (0)