Merge branch 'comfyanonymous:master' into master

This commit is contained in:
patientx 2025-01-21 18:12:30 +03:00 committed by GitHub
commit fb765b79e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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