Methodforward x : torch.LongTensor, shape = (batch_size, <= n_ctx) the text tokens xa : torch.Tensor, shape = (batch_size, n_mels, n_au
src/models/whisper/whisper/model.py:189
Functiongenerate(image_input, audio_input, pose_input, width, height, length, steps, sample_rate, cfg, fps, context_frames, co
app.py:43
Functionget_down_block(
down_block_type,
num_layers,
in_channels,
out_channels,
temb_channels,
add_downsampl
src/models/unet_3d_blocks.py:15
Functionget_up_block(
up_block_type,
num_layers,
in_channels,
out_channels,
prev_output_channel,
temb_chan
src/models/unet_3d_blocks.py:94
Methodprepare_latents(
self,
batch_size,
num_channels_latents,
width,
height,
video
src/pipelines/pipeline_echomimicv2.py:177
Methodprepare_latents(
self,
batch_size,
num_channels_latents,
width,
height,
video
src/pipelines/pipeline_echomimicv2_acc.py:176
Methodprepare_latents_bp(
self,
batch_size,
num_channels_latents,
width,
height,
video
src/pipelines/pipeline_echomimicv2.py:141
Methodprepare_latents_bp(
self,
batch_size,
num_channels_latents,
width,
height,
video
src/pipelines/pipeline_echomimicv2_acc.py:140
Functionscheduler_pred_multisteps(
npred_model, noisy_images, scheduler, timestep_list,
audio_cond_fea, face_musk_fea,
src/pipelines/step_func.py:61