From 89ae3deb41b63a87564315474eb24dbda280fd76 Mon Sep 17 00:00:00 2001 From: tazlin Date: Sun, 20 Oct 2024 09:11:15 -0400 Subject: [PATCH 1/2] feat: use comfyui `73e3a9e6` --- hordelib/consts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hordelib/consts.py b/hordelib/consts.py index cc9b782..b0921e2 100644 --- a/hordelib/consts.py +++ b/hordelib/consts.py @@ -6,7 +6,7 @@ from hordelib.config_path import get_hordelib_path -COMFYUI_VERSION = "3bb4dec720bd3be13a6fd381f641929386476efc" +COMFYUI_VERSION = "73e3a9e67654d5b20054da02c6a77311af527364" """The exact version of ComfyUI version to load.""" REMOTE_PROXY = "" From 366ca85ed650b94b602228c9ed48924751581c06 Mon Sep 17 00:00:00 2001 From: tazlin Date: Sun, 20 Oct 2024 09:11:41 -0400 Subject: [PATCH 2/2] feat: use torch>=2.5.0 by default --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 591b9e9..1b6dc6a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ horde_sdk>=0.15.0 horde_model_reference>=0.9.1 pydantic numpy==1.26.4 -torch>=2.4.1 +torch>=2.5.0 # xformers>=0.0.19 torchvision # torchaudio