mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-05-18 15:47:02 +08:00
Merge branch 'comfyanonymous:master' into master
This commit is contained in:
commit
fb765b79e8
2
nodes.py
2
nodes.py
@ -937,6 +937,8 @@ class CLIPLoader:
|
|||||||
clip_type = comfy.sd.CLIPType.LTXV
|
clip_type = comfy.sd.CLIPType.LTXV
|
||||||
elif type == "pixart":
|
elif type == "pixart":
|
||||||
clip_type = comfy.sd.CLIPType.PIXART
|
clip_type = comfy.sd.CLIPType.PIXART
|
||||||
|
elif type == "cosmos":
|
||||||
|
clip_type = comfy.sd.CLIPType.COSMOS
|
||||||
else:
|
else:
|
||||||
clip_type = comfy.sd.CLIPType.STABLE_DIFFUSION
|
clip_type = comfy.sd.CLIPType.STABLE_DIFFUSION
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user