Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: use comfyui 73e3a9e6; feat: torch>=2.5.0 by default #354

Merged
merged 2 commits into from
Oct 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading