↓ 9 callersMethod__init__(self, *, ch, out_ch, ch_mult=(1,2,4,8), num_res_blocks,
attn_resolutions, dropout=0.0, resam
image_synthesis/taming/modules/diffusionmodules/model.py:196
↓ 5 callersMethod__init__(self, vocab_size, block_size, n_layer=12, n_head=8, n_embd=256,
embd_pdrop=0., resid_pdrop=0
image_synthesis/taming/modules/transformer/mingpt.py:126
↓ 3 callersMethodsample(self, x, c, steps, temperature=1.0, sample=False, top_k=None,
callback=lambda k: None)
image_synthesis/taming/models/cond_transformer.py:113
↓ 2 callersMethod__init__(self, num_hiddens, embedding_dim, n_embed, straight_through=True,
kl_weight=5e-4, temp_init=
image_synthesis/taming/modules/vqvae/quantize.py:117
↓ 2 callersMethodgenerate_content(
self,
*,
batch,
condition=None,
filter_ratio = 0.5,
temperat
image_synthesis/modeling/models/dalle.py:140