mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-07-06 22:51:18 +08:00
Fix return statement
This commit is contained in:
parent
18dd46b2eb
commit
dad713dc65
@ -1589,6 +1589,7 @@ class WAN21_SCAIL(WAN21):
|
|||||||
pose_latents = kwargs.get("pose_video_latent", None)
|
pose_latents = kwargs.get("pose_video_latent", None)
|
||||||
if pose_latents is not None:
|
if pose_latents is not None:
|
||||||
out['pose_latents'] = [pose_latents.shape[0], 20, *pose_latents.shape[2:]]
|
out['pose_latents'] = [pose_latents.shape[0], 20, *pose_latents.shape[2:]]
|
||||||
|
return out
|
||||||
|
|
||||||
class Hunyuan3Dv2(BaseModel):
|
class Hunyuan3Dv2(BaseModel):
|
||||||
def __init__(self, model_config, model_type=ModelType.FLOW, device=None):
|
def __init__(self, model_config, model_type=ModelType.FLOW, device=None):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user