From 2ba2cd37dc84ec1dc9c30fc33694cac7b0d6a025 Mon Sep 17 00:00:00 2001 From: City <125218114+city96@users.noreply.github.com> Date: Sun, 13 Apr 2025 22:31:35 +0200 Subject: [PATCH] Forgot to remove breakpoint from testing --- nodes.py | 1 - 1 file changed, 1 deletion(-) diff --git a/nodes.py b/nodes.py index 75d478951..e591bfa84 100644 --- a/nodes.py +++ b/nodes.py @@ -958,7 +958,6 @@ class DualCLIPLoader: DESCRIPTION = "[Recipes]\n\nsdxl: clip-l, clip-g\nsd3: clip-l, clip-g / clip-l, t5 / clip-g, t5\nflux: clip-l, t5" def load_clip(self, clip_name1, clip_name2, type, device="default"): - breakpoint() clip_type = getattr(comfy.sd.CLIPType, type.upper(), comfy.sd.CLIPType.STABLE_DIFFUSION) clip_path1 = folder_paths.get_full_path_or_raise("text_encoders", clip_name1)