↓ 1 callersFunctionget_down_block(
down_block_type,
num_layers,
in_channels,
out_channels,
temb_channels,
add_downsampl
DeepCache/sdxl/unet_2d_blocks.py:38
↓ 1 callersFunctionget_down_block(
down_block_type,
num_layers,
in_channels,
out_channels,
temb_channels,
add_downsampl
DeepCache/sd/unet_2d_blocks.py:38
↓ 1 callersFunctionget_up_block(
up_block_type,
num_layers,
in_channels,
out_channels,
prev_output_channel,
temb_chan
DeepCache/sdxl/unet_2d_blocks.py:247
↓ 1 callersFunctionget_up_block(
up_block_type,
num_layers,
in_channels,
out_channels,
prev_output_channel,
temb_chan
DeepCache/sd/unet_2d_blocks.py:247
↓ 1 callersMethodlog_images(self, batch, N=8, n_row=2, sample=True, return_keys=None, **kwargs)
experiments/ldm/ldm/models/diffusion/ddpm.py:378
↓ 1 callersMethodlog_local(self, save_dir, split, images,
global_step, current_epoch, batch_idx)
experiments/ldm/main.py:321
↓ 1 callersFunctionmake_convolutional_sample(batch, model, mode="vanilla", custom_steps=None, eta=1.0, swap_mode=False, masked=False,
experiments/ldm/notebook_helpers.py:208
↓ 1 callersFunctionmake_convolutional_sample(model, batch_size, vanilla=False, custom_steps=None, eta=1.0,)
experiments/ldm/scripts/sample_diffusion.py:79
↓ 1 callersMethodp_mean_variance(self, x, c, t, clip_denoised: bool, return_codebook_ids=False, quantize_denoised=False,
experiments/ldm/ldm/models/diffusion/ddpm.py:1047
↓ 1 callersMethodp_sample_ddim(self, x, c, t, index, repeat_noise=False, use_original_steps=False, quantize_denoised=False,
experiments/ldm/ldm/models/diffusion/ddim.py:172
↓ 1 callersMethodp_sample_loop(self, cond, shape, return_intermediates=False,
x_T=None, verbose=True, callback=None, t
experiments/ldm/ldm/models/diffusion/ddpm.py:1166
↓ 1 callersMethodp_sample_plms(self, x, c, t, index, repeat_noise=False, use_original_steps=False, quantize_denoised=False,
experiments/ldm/ldm/models/diffusion/plms.py:173
↓ 1 callersMethodplms_sampling(self, cond, shape,
x_T=None, ddim_use_original_steps=False,
callb
experiments/ldm/ldm/models/diffusion/plms.py:115
↓ 1 callersMethodprepare_latents(self, batch_size, num_channels_latents, height, width, dtype, device, generator, latents=None)
DeepCache/sdxl/pipeline_stable_diffusion_xl.py:502
↓ 1 callersMethodprepare_latents(
self, image, timestep, batch_size, num_images_per_prompt, dtype, device, generator=None, add_noise=T
DeepCache/sdxl/pipeline_stable_diffusion_xl_img2img.py:527
↓ 1 callersMethodprepare_latents(
self,
batch_size,
num_frames,
num_channels_latents,
height,
DeepCache/svd/pipeline_stable_video_diffusion.py:249