mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 06:40:48 +08:00
Mochi variable now correctly ferenced
This commit is contained in:
parent
b3ceeebf94
commit
45299987f3
@ -934,7 +934,7 @@ class CLIPLoader:
|
||||
elif type == "stable_audio":
|
||||
clip_type = sd.CLIPType.STABLE_AUDIO
|
||||
elif type == "mochi":
|
||||
clip_type = comfy.sd.CLIPType.MOCHI
|
||||
clip_type = sd.CLIPType.MOCHI
|
||||
else:
|
||||
logging.warning(f"Unknown clip type argument passed: {type} for model {clip_name}")
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user