mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-22 12:20:16 +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…
Reference in New Issue
Block a user