mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-07-15 23:36:58 +08:00
forgot that one
This commit is contained in:
parent
8af5c6571e
commit
5da8950b5c
@ -216,7 +216,9 @@ class CLIP:
|
|||||||
|
|
||||||
pooled_dict["clip_start_percent"] = t_range[0]
|
pooled_dict["clip_start_percent"] = t_range[0]
|
||||||
pooled_dict["clip_end_percent"] = t_range[1]
|
pooled_dict["clip_end_percent"] = t_range[1]
|
||||||
|
# add/update any keys with the provided add_dict
|
||||||
pooled_dict.update(add_dict)
|
pooled_dict.update(add_dict)
|
||||||
|
# add hooks stored on clip
|
||||||
self.add_hooks_to_dict(pooled_dict)
|
self.add_hooks_to_dict(pooled_dict)
|
||||||
all_cond_pooled.append([cond, pooled_dict])
|
all_cond_pooled.append([cond, pooled_dict])
|
||||||
if show_pbar:
|
if show_pbar:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user