From db489aba6ec405cfce776cf6cb35e17b121d047d Mon Sep 17 00:00:00 2001 From: tazlin Date: Wed, 18 Oct 2023 09:39:48 -0400 Subject: [PATCH] fix: pin torch to prevent xformers mismatches xformers is required in the packaged comfyui version with hordelib 1.6.6 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ce07c518..06a20ee7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ --extra-index-url https://download.pytorch.org/whl/cu118 -torch # We have to place it here otherwise it installs the CPU version +torch==2.0.1 # We have to place it here otherwise it installs the CPU version Pillow>=10.0.1 pydantic==1.10.12 horde_model_reference~=0.2.2