Skip to content

Commit

Permalink
fix: use known working version of comfyui
Browse files Browse the repository at this point in the history
  • Loading branch information
tazlin committed Mar 21, 2024
1 parent 8db05ff commit fde1a6d
Showing 1 changed file with 1 addition and 1 deletion.
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 = "0c55f16c9e66eaa4915e288b34e4f848fb2d949f"
COMFYUI_VERSION = "f81dbe26e2e363c28ad043db67b59c11bb33f446"
"""The exact version of ComfyUI version to load."""

REMOTE_PROXY = ""
Expand Down

0 comments on commit fde1a6d

Please sign in to comment.