Add missing case to CLIPLoader.

This commit is contained in:
comfyanonymous 2025-01-21 08:57:04 -05:00
parent fb2ad645a3
commit d303cb5341

View File

@ -937,6 +937,8 @@ class CLIPLoader:
clip_type = comfy.sd.CLIPType.LTXV
elif type == "pixart":
clip_type = comfy.sd.CLIPType.PIXART
elif type == "cosmos":
clip_type = comfy.sd.CLIPType.COSMOS
else:
clip_type = comfy.sd.CLIPType.STABLE_DIFFUSION