↓ 2 callersMethodprocess_entity_masks(self, hidden_states, prompt_emb, entity_prompt_emb, entity_masks, text_ids, image_ids)
diffsynth/models/flux_dit.py:376
↓ 2 callersMethodprocess_ff(self, hidden_states, attn_output, mod, mod_tr=None, tr_token=None)
diffsynth/models/hunyuan_video_dit.py:444
↓ 2 callersMethodrun_model(self, planes, decoder, sample_coordinates, sample_directions, options)
LHM/models/rendering/utils/renderer.py:186
↓ 2 callersFunctiontrain_for_C(*, C, max_iter, train_features, train_labels, dtype=torch.float64, device=_CPU_DEVICE)
engine/pose_estimation/dinov2/dinov2/eval/log_regression.py:153
↓ 2 callersMethodtransform_to_posed_verts_summary_ Args: smplx_data (_type_): e.g., body_pose:[B*Nv, 21, 3], betas:[B*Nv, 100]
LHM/models/rendering/smpl_x.py:1059
↓ 2 callersFunctionwindow_partition Args: x: (B, H, W, C) window_size (int): window size Returns: windows: (num_windows*B, window_size, window_size, C)
engine/BiRefNet/models/backbones/swin_v1.py:48