mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-10 13:32:36 +08:00
Use the correct sigclip output...
This commit is contained in:
parent
5ffcc184fe
commit
5d640eb407
@ -1593,6 +1593,6 @@ class HunyuanVideo15(HunyuanVideo):
|
|||||||
|
|
||||||
clip_vision_output = kwargs.get("clip_vision_output", None)
|
clip_vision_output = kwargs.get("clip_vision_output", None)
|
||||||
if clip_vision_output is not None:
|
if clip_vision_output is not None:
|
||||||
out['clip_fea'] = comfy.conds.CONDRegular(clip_vision_output.penultimate_hidden_states)
|
out['clip_fea'] = comfy.conds.CONDRegular(clip_vision_output.last_hidden_state)
|
||||||
|
|
||||||
return out
|
return out
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user