↓ 3 callersMethodprepare_latents(self, shape, dtype, device, generator, latents, scheduler)
src/diffusers/pipelines/unclip/pipeline_unclip.py:109
↓ 3 callersMethodprepare_latents(
self, batch_size, num_channels_latents, num_frames, height, width, dtype, device, generator, latents
src/diffusers/pipelines/text_to_video_synthesis/pipeline_text_to_video_synth.py:463
↓ 3 callersFunctionunet_downblock_to_diffusers_checkpoint(
model, checkpoint, *, diffusers_down_block_idx, original_down_block_idx, original_unet_prefix, num_head_
scripts/convert_kakao_brain_unclip_to_diffusers.py:626
↓ 3 callersFunctionunet_upblock_to_diffusers_checkpoint(
model, checkpoint, *, diffusers_up_block_idx, original_up_block_idx, original_unet_prefix, num_head_chan
scripts/convert_kakao_brain_unclip_to_diffusers.py:729