Methoddecode_to_pixel latents: [batch_size, num_frames, num_channels, height, width] output: [batch_size, num_channels, num_frames, height, width]
lact_ar_video/minVid/models/wan/wan_text_vae_warpper.py:98
Methodencode Input: - videos_rgb: a tensor with shape [B, F+1, C, H, W] in RGB format, [0-1] Output: - video_rgb: a tensor
lact_ar_video/minVid/models/wan/wan_text_vae_warpper.py:118
Methodextend(self, prompt, system_prompt, seed=-1, *args, **kwargs)
lact_ar_video/minVid/models/wan/wan_base/utils/prompt_extend.py:196
Methodextend(self, prompt, system_prompt, seed=-1, *args, **kwargs)
lact_ar_video/minVid/models/wan/wan_base/utils/prompt_extend.py:366
Methodforward Args: W0_W2: [B, 2M, K] or [B, 2 * Hidden, D] W1: [B, K, M] or [B, D, Hidden] K, V: [M, N,
lact_llm/lact_model/lact_triton_kernels/lact_fw_grad.py:24
Methodforward x: [B, D1, D2] x_add: [B, D1, D2] tgt_scale: [B, D1] eps: float tgt_dtype: if None, will use the same dtype a
lact_llm/lact_model/lact_triton_kernels/l2norm_triton_kernels.py:388
Methodforward Args: W0_W2: [B, 2 * Hidden, D] W1: [B, K, M] or [B, D, Hidden] X: [M, N, K] or [B, num_Tokens,
lact_llm/lact_model/lact_triton_kernels/lact_swiglu_ffn.py:22
Methodforward(ctx, x_main, dx, dx_momentum, momentum_mu, tgt_scale, eps=1e-5)
lact_llm/lact_model/lact_triton_kernels/triton_prenorm_update_with_momentum.py:336
Methodforward imgs: [B, 3, H, W] of torch.float32. - mean: [0.48145466, 0.4578275, 0.40821073] - std: [0.26862954, 0.2613025
lact_ar_video/minVid/models/wan/wan_base/modules/clip.py:406
Methodforwardr""" Args: x(Tensor): Shape [B, L, C] e(Tensor): Shape [B, 6, C] seq_lens(Tensor): Shape [B], length of ea
lact_ar_video/minVid/models/wan/wan_base/modules/wan_model_warpper.py:71
Methodforward x: [B, L1, C]. context: [B, L2, C] or None. mask: [B, L2] or [B, L1, L2] or None.
lact_ar_video/minVid/models/wan/wan_base/modules/t5.py:86
Methodforwardr""" Args: x(Tensor): Shape [B, L, C] e(Tensor): Shape [B, 6, C] seq_lens(Tensor): Shape [B], length of ea
lact_ar_video/minVid/models/wan/wan_base/modules/hybrid_model.py:426
Methodforwardr""" Args: x(Tensor): Shape [B, L, C] e(Tensor): Shape [B, 6, C] seq_lens(Tensor): Shape [B], length of ea
lact_ar_video/minVid/models/wan/wan_base/modules/model.py:473