mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 14:50:49 +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":
|
elif type == "stable_audio":
|
||||||
clip_type = sd.CLIPType.STABLE_AUDIO
|
clip_type = sd.CLIPType.STABLE_AUDIO
|
||||||
elif type == "mochi":
|
elif type == "mochi":
|
||||||
clip_type = comfy.sd.CLIPType.MOCHI
|
clip_type = sd.CLIPType.MOCHI
|
||||||
else:
|
else:
|
||||||
logging.warning(f"Unknown clip type argument passed: {type} for model {clip_name}")
|
logging.warning(f"Unknown clip type argument passed: {type} for model {clip_name}")
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user