↓ 29 callersMethoddecode(self, x_latent, cond, t_start, unconditional_guidance_scale=1.0, unconditional_conditioning=None,
ldm/models/diffusion/ddim.py:244
↓ 15 callersMethod__init__(self, *, ch, out_ch, ch_mult=(1,2,4,8), num_res_blocks,
attn_resolutions, dropout=0.0, resa
ldm/modules/diffusionmodules/model.py:217
↓ 9 callersMethod__init__(self, channels, use_conv, dims=2, out_channels=None, padding=1)
ldm/modules/diffusionmodules/openaimodel.py:100
↓ 9 callersMethod__init__(self, n_embed, n_layer, vocab_size=30522, max_seq_len=77,
device="cuda",use_tokenizer=True,
ldm/modules/encoders/modules.py:83
↓ 9 callersMethodclipRamdom clip x to win_length. Args: x (tensor) : (B, c_in, T, n_bins). cond (tensor) : (B, T, H). x_len (te
ldm/modules/discriminator/multi_window_disc.py:124
↓ 5 callersMethodget_input(self, batch, k, return_first_stage_outputs=False, force_c_encode=False,
cond_key=None, ret
ldm/models/diffusion/ddpm_audio.py:299
↓ 5 callersMethodget_input(self, batch, k, return_first_stage_outputs=False, force_c_encode=False,
cond_key=None, ret
ldm/models/diffusion/ddpm_audio_inpaint.py:273
↓ 4 callersMethodget_fold_unfold
:param x: img of size (bs, c, h, w)
:return: n img crops of size (n, bs, c, kernel_size[0], kernel_size[1])
ldm/models/diffusion/ddpm.py:599
↓ 4 callersMethodget_fold_unfold
:param x: img of size (bs, c, h, w)
:return: n img crops of size (n, bs, c, kernel_size[0], kernel_size[1])
ldm/models/diffusion/ddpm_audio_inpaint.py:220
↓ 3 callersMethod__init__(self, sample_rate, window_size, hop_size, mel_bins, fmin,
fmax, classes_num, out_emb)
wav_evaluation/models/audio.py:108
↓ 3 callersMethod__init__(self, sample_rate, window_size, hop_size, mel_bins, fmin,
fmax, classes_num, out_emb)
ldm/modules/encoders/CLAP/audio.py:108
↓ 3 callersMethodsample(self, cond, batch_size=16, return_intermediates=False, x_T=None,
verbose=True, timesteps=None
ldm/models/diffusion/ddpm_audio.py:680
↓ 3 callersMethodsample(self, cond, batch_size=16, return_intermediates=False, x_T=None,
verbose=True, timesteps=None
ldm/models/diffusion/ddpm_audio_inpaint.py:905