Functiondraw_aaface_by_meta(img, meta: AAPoseMeta, threshold=0.5, stick_width_norm=200, draw_hand=False, draw_head=True)
wan/modules/animate/preprocess/human_visualization.py:234
Methoddraw_aapose(self, img, threshold=0.5, stick_width_norm=200, draw_hand=True, draw_head=True)
wan/modules/animate/preprocess/pose2d_utils.py:222
Functiondraw_kp2ds(img, kp2ds, threshold=0, color=(255, 0, 0), skeleton=None, reverse=False)
wan/modules/animate/preprocess/human_visualization.py:928
Methodforwardr""" Args: x(Tensor): Shape [B, L, num_heads, C / num_heads] grid_sizes(Tensor): Shape [B, 3], the second dimension co
wan/modules/model_fast.py:80
Methodforwardr""" Args: x(Tensor): Shape [B, L, C] e(Tensor): Shape [B, F, 6, C] grid_sizes(Tensor): Shape [B, 3], the
wan/modules/model_fast.py:261
Methodforward imgs: [B, 3, H, W] of torch.float32. - mean: [0.48145466, 0.4578275, 0.40821073] - std: [0.26862954, 0.2613025
wan/modules/animate/clip.py:406
Methodforward Args: x(Tensor): Shape [B, L, C] e(Tensor): Shape [B, L1, 6, C] seq_lens(Tensor): Shape [B], length of ea
wan/modules/animate/model_animate.py:188
Methodforward(
self,
x,
t,
clip_fea,
context,
seq_len,
y=None,
wan/modules/animate/model_animate.py:372
Methodforward(self, x, e, seq_lens, grid_sizes, freqs, context, context_lens)
wan/modules/s2v/model_s2v.py:198