diff --git a/hordelib/consts.py b/hordelib/consts.py index 212f165e..6966a96b 100644 --- a/hordelib/consts.py +++ b/hordelib/consts.py @@ -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 = "" diff --git a/hordelib/horde.py b/hordelib/horde.py index fe273add..f6e2b088 100644 --- a/hordelib/horde.py +++ b/hordelib/horde.py @@ -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 diff --git a/requirements.txt b/requirements.txt index 861f5d3c..5c6b137e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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