↓ 1 callersMethodprepare_latents(self, batch_size, num_channels_latents, video_length, height, width, dtype, device, generator, latents=None)
animatelcm_sd15/animatelcm/pipelines/pipeline_animation.py:327
↓ 1 callersFunctionrun_inference_once(image_path, height, width, inference_time, min_guidance_scale, max_guidance_scale, noise_scheduler, weight =
animatelcm_svd/batch_inference.py:9
Method__init__(self, in_c, out_c, down, ksize=3, sk=False, use_conv=True)
animatelcm_sd15/animatelcm/models/adapter.py:108
Method__init__(self, channels, use_conv, dims=2, out_channels=None, padding=1)
animatelcm_sd15/animatelcm/models/adapter.py:153
Method__init__(self, in_channels: int, time_embed_dim: int, act_fn: str = "silu", out_dim: int = None, time_cond_proj_dim=No
animatelcm_sd15/animatelcm/models/embeddings.py:70
Method__init__(
self, embedding_size: int = 256, scale: float = 1.0, set_W_to_weight=True, log=True, flip_sin_to_cos
animatelcm_sd15/animatelcm/models/embeddings.py:124
Method__init__(
self,
num_embed: int,
height: int,
width: int,
embed_dim: int,
)
animatelcm_sd15/animatelcm/models/embeddings.py:175
Method__init__(self, channels, use_conv=False, out_channels=None, padding=1, name="conv")
animatelcm_sd15/animatelcm/models/resnet.py:88
Method__init__(
self,
*,
in_channels,
out_channels=None,
conv_shortcut=False,
animatelcm_sd15/animatelcm/models/resnet.py:115
Method__init__(self, N, sigma_min, sigma_max, rho, Pmean, Pstd)
animatelcm_svd/animate_lcm_utils.py:27
Functionconvert_controlnet_checkpoint(
checkpoint, original_config, checkpoint_path, image_size, upcast_attention, extract_ema
)
animatelcm_sd15/animatelcm/utils/convert_from_ckpt.py:935