You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when input single Ref Image,
repeats should be self.vae_scale_factor_temporal without +4.
+4 will lead to this error.
RuntimeError: Sizes of tensors must match except in dimension 1. Expected size 22 but got siz
e 21 for tensor number 1 in the list.
when input single Ref Image,
repeats should be self.vae_scale_factor_temporal without +4.
+4 will lead to this error.
RuntimeError: Sizes of tensors must match except in dimension 1. Expected size 22 but got siz
e 21 for tensor number 1 in the list.