Skip to content

Commit

Permalink
Merge pull request #299 from Haidra-Org/main
Browse files Browse the repository at this point in the history
feat: use comfyui 1c08bf35; fix: post processors no longer overwrite gen_metadata
  • Loading branch information
tazlin authored Aug 8, 2024
2 parents 311d667 + e812f47 commit bbc28a5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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
2 changes: 1 addition & 1 deletion hordelib/horde.py
Original file line number Diff line number Diff line change
Expand Up @@ -1476,7 +1476,7 @@ def _default_progress_callback(comfyui_progress: ComfyUIProgress, message: str)

post_processed = []
for ret in return_list:
single_image_faults = []
single_image_faults = faults[:]
final_image = ret.image
final_rawpng = ret.rawpng

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 bbc28a5

Please sign in to comment.