Add missing case to CLIPLoader.

This commit is contained in:
comfyanonymous 2025-01-21 08:57:04 -05:00
parent eb64454c08
commit 574ff33d4d

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