Skip to content

Commit

Permalink
Merge pull request #354 from Haidra-Org/main
Browse files Browse the repository at this point in the history
feat: use comfyui `73e3a9e6`; feat: torch>=2.5.0 by default
  • Loading branch information
tazlin authored Oct 20, 2024
2 parents e17d0e4 + 366ca85 commit 2811d1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hordelib/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ""
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2811d1c

Please sign in to comment.