From 8af5c6571ea03e4d3bbdf267a94c8057729cb15a Mon Sep 17 00:00:00 2001 From: BigStationW Date: Wed, 7 May 2025 01:42:29 +0200 Subject: [PATCH] forgot that legacy comment --- comfy/sd.py | 1 + 1 file changed, 1 insertion(+) diff --git a/comfy/sd.py b/comfy/sd.py index e1e42a2ad..21049ca82 100644 --- a/comfy/sd.py +++ b/comfy/sd.py @@ -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])