↓ 3 callersMethod__init__(self, channels, use_conv=False, use_conv_transpose=False, out_channels=None, name="conv")
animatelcm_sd15/animatelcm/models/resnet.py:34
↓ 2 callersMethod__init__(self, channels=[320, 640, 1280, 1280], nums_rb=3, cin=64, ksize=3, sk=False, use_conv=True)
animatelcm_sd15/animatelcm/models/adapter.py:61
↓ 1 callersMethod_encode_prompt(self, prompt, device, num_videos_per_prompt, do_classifier_free_guidance, negative_prompt)
animatelcm_sd15/animatelcm/pipelines/pipeline_animation.py:160
↓ 1 callersFunction_get_add_time_ids(
fps,
motion_bucket_id,
noise_aug_strength,
dtype,
batch_size,
)
animatelcm_svd/train_svd_lcm.py:930
↓ 1 callersFunctionget_down_block(
down_block_type,
num_layers,
in_channels,
out_channels,
temb_channels,
add_downsampl
animatelcm_sd15/animatelcm/models/unet_blocks.py:11
↓ 1 callersFunctionget_up_block(
up_block_type,
num_layers,
in_channels,
out_channels,
prev_output_channel,
temb_chan
animatelcm_sd15/animatelcm/models/unet_blocks.py:95