From 5da8950b5c0c7a515b603c3c5fd80593c778c6c4 Mon Sep 17 00:00:00 2001 From: BigStationW Date: Wed, 7 May 2025 01:46:11 +0200 Subject: [PATCH] forgot that one --- comfy/sd.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/comfy/sd.py b/comfy/sd.py index 21049ca82..84f284e9a 100644 --- a/comfy/sd.py +++ b/comfy/sd.py @@ -216,7 +216,9 @@ class CLIP: pooled_dict["clip_start_percent"] = t_range[0] pooled_dict["clip_end_percent"] = t_range[1] + # add/update any keys with the provided add_dict pooled_dict.update(add_dict) + # add hooks stored on clip self.add_hooks_to_dict(pooled_dict) all_cond_pooled.append([cond, pooled_dict]) if show_pbar: