↓ 1 callersMethodcrop_video(self, track, cropfile, frames_dir, frame_rate, temp_dir, video_dir, crop_scale=0.4)
eval/syncnet_detect.py:168
↓ 1 callersFunctiondata_processing_pipeline(
total_num_workers, per_gpu_num_workers, resolution, sync_conf_threshold, temp_dir, input_dir
)
preprocess/data_processing_pipeline.py:29
↓ 1 callersFunctionget_down_block(
down_block_type,
num_layers,
in_channels,
out_channels,
temb_channels,
add_dow
latentsync/models/unet_blocks.py:11
↓ 1 callersFunctionget_up_block(
up_block_type,
num_layers,
in_channels,
out_channels,
prev_output_channel,
tem
latentsync/models/unet_blocks.py:82
↓ 1 callersMethodprepare_image_latents(self, images, device, dtype, generator, do_classifier_free_guidance)
latentsync/pipelines/lipsync_pipeline.py:224
↓ 1 callersMethodprepare_latents(self, batch_size, num_frames, num_channels_latents, height, width, dtype, device, generator)
latentsync/pipelines/lipsync_pipeline.py:179
↓ 1 callersMethodprepare_mask_latents(
self, mask, masked_image, height, width, dtype, device, generator, do_classifier_free_guidance
latentsync/pipelines/lipsync_pipeline.py:195