mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-09 01:37:02 +08:00
Forgot to remove breakpoint from testing
This commit is contained in:
parent
4b92f09e58
commit
2ba2cd37dc
1
nodes.py
1
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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user