Skip to content

Commit

Permalink
feat: use comfyui 1c08bf35
Browse files Browse the repository at this point in the history
  • Loading branch information
tazlin committed Aug 7, 2024
1 parent bbcecff commit e812f47
Show file tree
Hide file tree
Showing 2 changed files with 4 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 = "2dc84d14447782683862616eaf8c19c0c1feacf3"
COMFYUI_VERSION = "1c08bf35b49879115dedd8ec6bc92d9e8d8fd871"
"""The exact version of ComfyUI version to load."""

REMOTE_PROXY = ""
Expand Down
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ torchdiffeq
torchsde
einops
open-clip-torch
transformers>=4.25.1
transformers>=4.28.1
tokenizers>=0.13.3
sentencepiece
safetensors>=0.4.2
pytorch_lightning
pynvml
Expand Down

0 comments on commit e812f47

Please sign in to comment.