↓ 1 callersMethodload_lora(self, model: Union[ModelPatcher], clip: CLIP, lora_name: str, strength_model: float, strength_clip: float)
animatediff/nodes_conditioning.py:514
↓ 1 callersMethodload_model_as_lora(self, model: ModelPatcher, clip: CLIP, ckpt_name: str, strength_model: float, strength_clip: float)
animatediff/nodes_conditioning.py:583
↓ 1 callersMethodperform_calibration(self, sample_func: Callable, model: ModelPatcher, latents: Tensor, noise: Tensor, is_custom: bool, args: list
animatediff/sample_settings.py:624
↓ 1 callersMethodpreprocess_latents(self, curr_i: int, model: ModelPatcher, latents: Tensor, noise: Tensor, cached_latents: Tensor, cached_noise:
animatediff/sample_settings.py:570
↓ 1 callersMethodset_scale(self, scale: Union[float, Tensor, None], per_block_list: Union[list[PerBlock], None]=None)
animatediff/motion_module_ad.py:632
↓ 1 callersFunctionvalidate_index(raw_index: Union[str, int, float], length: int=0, is_range: bool=False, allow_negative=False, allow_missing=F
animatediff/utils_scheduling.py:46