↓ 1 callersMethod_sliced_attention(self, query, key, value, sequence_length, dim, attention_mask)
base/models/temporal_attention.py:204
↓ 1 callersMethod_sliced_attention(self, query, key, value, sequence_length, dim, attention_mask)
vsr/models/diffusers_attention.py:682
↓ 1 callersFunctionauto_inpainting(args, video_input, masked_video, mask, prompt, vae, text_encoder, diffusion, model, device,)
interpolation/sample.py:95
↓ 1 callersMethodcheck_inputs(
self,
prompt,
height,
width,
callback_steps,
negative_prompt
base/pipelines/pipeline_videogen.py:432
↓ 1 callersMethodcheck_inputs(
self,
prompt,
image,
noise_level,
callback_steps,
negative_p
vsr/models/pipeline_stable_diffusion_upscale_video_3d.py:360
↓ 1 callersFunctionget_down_block(
down_block_type,
num_layers,
in_channels,
out_channels,
temb_channels,
add_downsampl
base/models/unet_blocks.py:17
↓ 1 callersFunctionget_down_block(
down_block_type,
num_layers,
in_channels,
out_channels,
temb_channels,
add_downsampl
vsr/models/unet_blocks.py:17
↓ 1 callersFunctionget_down_block(
down_block_type,
num_layers,
in_channels,
out_channels,
temb_channels,
add_downsampl
interpolation/models/unet_blocks.py:17
↓ 1 callersFunctionget_up_block(
up_block_type,
num_layers,
in_channels,
out_channels,
prev_output_channel,
temb_chan
base/models/unet_blocks.py:82
↓ 1 callersFunctionget_up_block(
up_block_type,
num_layers,
in_channels,
out_channels,
prev_output_channel,
temb_chan
vsr/models/unet_blocks.py:82
↓ 1 callersFunctionget_up_block(
up_block_type,
num_layers,
in_channels,
out_channels,
prev_output_channel,
temb_chan
interpolation/models/unet_blocks.py:80
↓ 1 callersMethodoptical_flow_warping warp an image/tensor (im2) back to im1, according to the optical flow x: [B, C, H, W] (im2) flo: [B, 2, H, W] flow p
vsr/models/temporal_module.py:621
↓ 1 callersMethodprepare_latents(self, batch_size, num_channels_latents, video_length, height, width, dtype, device, generator, latents=None)
base/pipelines/pipeline_videogen.py:479
↓ 1 callersMethodprepare_latents_3d(self, batch_size, num_channels_latents, seq_len, height, width, dtype, device, generator, latents=None)
vsr/models/pipeline_stable_diffusion_upscale_video_3d.py:441