↓ 6 callersMethod__init__(self, in_dim, out_dim, hidden_dim, drop_p=0.1, eps=1e-12)
src/diffusers/pipelines/blip_diffusion/modeling_blip2.py:340
↓ 6 callersMethodget_dummy_inputs(self, device, seed=0, height=64, width=64, num_images=1)
tests/pipelines/stable_diffusion_adapter/test_stable_diffusion_adapter.py:231
↓ 6 callersMethodprepare_latents(
self, batch_size, num_channels_latents, num_frames, height, width, dtype, device, generator, latents
src/diffusers/pipelines/pia/pipeline_pia.py:557
↓ 6 callersFunctionupfirdn2d_native(
tensor: torch.Tensor,
kernel: torch.Tensor,
up: int = 1,
down: int = 1,
pad: Tuple[int,
src/diffusers/models/upsampling.py:351
↓ 5 callersMethodget_dummy_inputs(self, device, seed=0, height=64, width=64, num_images=1)
tests/pipelines/stable_diffusion_xl/test_stable_diffusion_xl_adapter.py:271
↓ 5 callersMethodget_sd_image(self, seed=0, shape=(4, 3, 512, 512), fp16=False)
tests/models/autoencoders/test_models_vae.py:806