Skip to content

Commit fee0d3e

Browse files
Bumped ComfyUI to version v0.3.67 and pinned sageattention dependency for ComfyUI to version 1.0.6 to resolve issues with torch not being found in 2.x.x releases
1 parent 705d157 commit fee0d3e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build/install_comfyui.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pip3 install --no-cache-dir xformers==${COMFYUI_XFORMERS_VERSION} --index-url ${
1717
# Install requirements
1818
pip3 install -r requirements.txt
1919
pip3 install accelerate
20-
pip3 install sageattention
20+
pip3 install sageattention==1.0.6
2121
pip install setuptools --upgrade
2222

2323
# Install ComfyUI Custom Nodes

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.19"
14+
default = "8.9.20"
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.66"
52+
COMFYUI_VERSION = "v0.3.67"
5353
COMFYUI_TORCH_VERSION = "2.6.0+cu${CU_VERSION}"
5454
COMFYUI_XFORMERS_VERSION = "0.0.29.post3"
5555

0 commit comments

Comments
 (0)