mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-06 19:42:34 +08:00
forgot that legacy comment
This commit is contained in:
parent
df8a1b1107
commit
8af5c6571e
@ -205,6 +205,7 @@ class CLIP:
|
||||
cond, pooled = o[:2]
|
||||
|
||||
pooled_dict = {"pooled_output": pooled}
|
||||
# add clip_start_percent and clip_end_percent in pooled
|
||||
if len(o) > 2 and isinstance(o[2], dict):
|
||||
pooled_dict.update(o[2])
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user