Methodprepare_current_keyframe(self, patcher: MotionModelPatcher, x: Tensor, t: Tensor, transformer_options: dict[str, Tensor])
animatediff/model_injection.py:337
Methodpreprocess_images(self, image: torch.Tensor, vae: VAE, latent_size: torch.Tensor, scale_method: str, crop: str)
animatediff/nodes_animatelcmi2v.py:146
Methodpreprocess_latents(self, curr_i: int, model: ModelPatcher, latents: Tensor, noise: Tensor,
seed: int,
animatediff/sample_settings.py:532
Functionselect_indexes_from_str(input_obj: Union[Tensor, list], indexes: str, allow_range=True, err_if_missing=True, err_if_empty=True)
animatediff/utils_scheduling.py:167
Methodset_camera_parameters(self, poses: list[list[float]], fx: float, fy: float, cx: float, cy: float)
animatediff/nodes_cameractrl.py:542
Methodset_effect(self, multival: Union[float, Tensor, None], per_block_list: Union[list[PerBlock], None]=None)
animatediff/motion_module_ad.py:642
Methodset_scale(self, scale: Union[float, Tensor, None], per_block_list: Union[list[PerBlock], None]=None)
animatediff/motion_module_ad.py:860
Methodset_scale(self, scale: Union[float, Tensor, None], per_block_list: Union[list[PerBlock], None]=None)
animatediff/motion_module_ad.py:1053
Functionsliding_calc_cond_batch(executor: Callable, model, conds: list[list[dict]], x_in: Tensor, timestep, model_options)
animatediff/sampling.py:757
Functionvae_decode_raw_dynamic_batched(vae: VAE, latents: Tensor, max_batch=16, min_batch=1, max_size=512*512, show_pbar=False)
animatediff/utils_model.py:44
Functionvae_encode_raw_dynamic_batched(vae: VAE, pixels: Tensor, max_batch=16, min_batch=1, max_size=512*512, show_pbar=False)
animatediff/utils_model.py:37
Methodvisualize(self, model: ModelPatcher, sampler_name: str, scheduler: str, context_opts: ContextOptionsGroup=None,
animatediff/nodes_context.py:384
Methodvisualize(self, model: ModelPatcher, sampler_name: str, scheduler: str, context_opts: ContextOptionsGroup=None,
animatediff/nodes_context.py:414