From fde1a6d74e68bd39cf581687751941d894195e6c Mon Sep 17 00:00:00 2001 From: tazlin Date: Wed, 20 Mar 2024 20:00:24 -0400 Subject: [PATCH] fix: use known working version of comfyui --- hordelib/consts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hordelib/consts.py b/hordelib/consts.py index eaec533c..c6334082 100644 --- a/hordelib/consts.py +++ b/hordelib/consts.py @@ -6,7 +6,7 @@ from hordelib.config_path import get_hordelib_path -COMFYUI_VERSION = "0c55f16c9e66eaa4915e288b34e4f848fb2d949f" +COMFYUI_VERSION = "f81dbe26e2e363c28ad043db67b59c11bb33f446" """The exact version of ComfyUI version to load.""" REMOTE_PROXY = ""