mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-06-12 01:07:30 +08:00
Update model_base.py
This commit is contained in:
parent
41eccdd8af
commit
15ddf5f6e5
@ -1513,6 +1513,10 @@ class WAN21_SCAIL(WAN21):
|
||||
if ref_latents is not None:
|
||||
out['reference_latent'] = list([1, 16, sum(map(lambda a: math.prod(a.size()), ref_latents)) // 16])
|
||||
|
||||
pose_latents = kwargs.get("pose_video_latent", None)
|
||||
if pose_latents is not None:
|
||||
out['pose_latents'] = pose_latents.shape
|
||||
|
||||
return out
|
||||
|
||||
class Hunyuan3Dv2(BaseModel):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user