mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-07-14 23:36:59 +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]
|
cond, pooled = o[:2]
|
||||||
|
|
||||||
pooled_dict = {"pooled_output": pooled}
|
pooled_dict = {"pooled_output": pooled}
|
||||||
|
# add clip_start_percent and clip_end_percent in pooled
|
||||||
if len(o) > 2 and isinstance(o[2], dict):
|
if len(o) > 2 and isinstance(o[2], dict):
|
||||||
pooled_dict.update(o[2])
|
pooled_dict.update(o[2])
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user