↓ 11 callersMethod__init__(
self,
*,
ch,
out_ch,
ch_mult=(1, 2, 4, 8),
num_res_blocks,
fancyvideo/models/cv_vae/vae_models.py:721
↓ 3 callersMethod_attention(self, query, key, value,cross_frame_txtattn=False,block_status=None,trans_index=None,timesteps=None,attention
fancyvideo/models/ctgm/attention.py:267
↓ 2 callersMethod__init__(self, channels, use_conv=False, use_conv_transpose=False, out_channels=None, name="conv")
fancyvideo/models/resnet.py:33
↓ 2 callersFunctionprocessing_reference_image(reference_image, vae, vae_type, device, video_length, resolution)
fancyvideo/pipelines/fancyvideo_infer_pipeline.py:31
↓ 1 callersMethod_encode_prompt(self, prompt, device, num_videos_per_prompt, do_classifier_free_guidance, negative_prompt)
fancyvideo/pipelines/pipeline_animation_vae_2d.py:168
↓ 1 callersMethod_encode_prompt(self, prompt, device, num_videos_per_prompt, do_classifier_free_guidance, negative_prompt)
fancyvideo/pipelines/pipeline_animation_vae_3d.py:169
↓ 1 callersMethodfrom_pretrained_2d(cls, pretrained_model_path, subfolder=None, unet_additional_kwargs=None,cross_frame_txtattn=False,part_module
fancyvideo/models/unet.py:570
↓ 1 callersFunctionget_down_block(
down_block_type,
num_layers,
in_channels,
out_channels,
temb_channels,
add_downsampl
fancyvideo/models/unet_blocks.py:12
↓ 1 callersFunctionget_up_block(
up_block_type,
num_layers,
in_channels,
out_channels,
prev_output_channel,
temb_chan
fancyvideo/models/unet_blocks.py:101
↓ 1 callersMethodprepare_latents(self, batch_size, num_channels_latents, video_length, height, width, dtype, device, generator, latents=None)
fancyvideo/pipelines/pipeline_animation_vae_2d.py:312
↓ 1 callersMethodprepare_latents(self, batch_size, num_channels_latents, video_length, height, width, dtype, device, generator, latents=None)
fancyvideo/pipelines/pipeline_animation_vae_3d.py:316
↓ 1 callersMethodt2v_process_one_prompt(self, prompt, reference_image_path, seed=None, video_length=16, resolution=(512, 512), use_noise_scheduler_sn
fancyvideo/pipelines/fancyvideo_infer_pipeline.py:371