Method__init__(self, height, width, compressed_num_frames, hidden_size, text_length=0)
VDM_Decoder/dit_video_concat.py:226
Method__init__(
self, path, process_fn, seed, *, meta_names=[], nshards=sys.maxsize, shuffle_buffer=1000, include_di
VDM_Decoder/sgm/webds.py:252
Method__init__(self, warm_up_steps, f_min, f_max, f_start, cycle_lengths, verbosity_interval=0)
VDM_Decoder/sgm/lr_scheduler.py:51
Method__init__(
self,
in_channels,
n_heads,
d_head,
depth=1,
dropout=0.0,
VDM_Decoder/sgm/modules/video_attention.py:144
Method__init__(
self,
query_dim,
context_dim=None,
heads=8,
dim_head=64,
dro
VDM_Decoder/sgm/modules/attention.py:184
Method__init__(
self,
query_dim,
context_dim=None,
heads=8,
dim_head=64,
dro
VDM_Decoder/sgm/modules/attention.py:267
Method__init__(
self,
query_dim,
context_dim=None,
heads=8,
dim_head=64,
dro
VDM_Decoder/sgm/modules/attention.py:354
Method__init__(
self,
dim=1920,
depth=4,
dim_head=64,
heads=16,
num_queries=
VDM_Decoder/sgm/modules/attention.py:478
Method__init__(self, query_dim, context_dim=None, heads=8, dim_head=64, dropout=0.0, **kwargs)
VDM_Decoder/sgm/modules/attention.py:523
Method__init__(
self,
dim,
n_heads,
d_head,
dropout=0.0,
context_dim=None,
VDM_Decoder/sgm/modules/attention.py:609
Method__init__(
self,
dim,
n_heads,
d_head,
dropout=0.0,
context_dim=None,
VDM_Decoder/sgm/modules/attention.py:704
Method__init__(
self,
in_channels,
n_heads,
d_head,
depth=1,
dropout=0.0,
VDM_Decoder/sgm/modules/attention.py:749
Method__init__(self, channels, use_conv, dims=2, out_channels=None, padding=1, third_up=False)
VDM_Decoder/sgm/modules/diffusionmodules/openaimodel.py:126
Method__init__(self, channels, use_conv, dims=2, out_channels=None, padding=1, third_down=False)
VDM_Decoder/sgm/modules/diffusionmodules/openaimodel.py:175
Method__init__(
self,
channels,
emb_channels,
dropout,
out_channels=None,
us
VDM_Decoder/sgm/modules/diffusionmodules/openaimodel.py:223
Method__init__(
self,
in_channels,
model_channels,
out_channels,
num_res_blocks,
VDM_Decoder/sgm/modules/diffusionmodules/openaimodel.py:525
Method__init__(
self,
image_size,
in_channels,
model_channels,
out_channels,
VDM_Decoder/sgm/modules/diffusionmodules/openaimodel.py:1015
Method__init__(self, discretization_config, num_idx, do_append_zero=False, flip=True, uniform_sampling=False)
VDM_Decoder/sgm/modules/diffusionmodules/sigma_sampling.py:20
Method__init__(self, discretization_config, total_num_idx, partial_num_idx, do_append_zero=False, flip=True)
VDM_Decoder/sgm/modules/diffusionmodules/sigma_sampling.py:64
Method__init__(
self, in_features, out_features, rank=4, kernel_size=(1, 1), stride=(1, 1), padding=0, network_alpha
VDM_Decoder/sgm/modules/diffusionmodules/lora.py:52
Method__init__(
self,
*,
in_channels,
out_channels=None,
conv_shortcut=False,
VDM_Decoder/sgm/modules/diffusionmodules/model.py:86
Method__init__(
self,
*,
ch,
out_ch,
ch_mult=(1, 2, 4, 8),
num_res_blocks,
VDM_Decoder/sgm/modules/diffusionmodules/model.py:433
Method__init__(
self,
*,
ch,
out_ch,
ch_mult=(1, 2, 4, 8),
num_res_blocks,
VDM_Decoder/sgm/modules/diffusionmodules/model.py:548
Method__init__(self, dim, *, dim_out=None, dim_hidden_min=16, init_bias=-10)
VDM_Decoder/sgm/modules/autoencoding/magvit2_pytorch.py:218
Method__init__(self, dim, *, dim_cond, channel_first=False, images=False, bias=False)
VDM_Decoder/sgm/modules/autoencoding/magvit2_pytorch.py:289
Method__init__(
self,
*,
dim,
dim_cond: Optional[int] = None,
causal=False,
VDM_Decoder/sgm/modules/autoencoding/magvit2_pytorch.py:333
Method__init__(self, *, dim, dim_cond: Optional[int] = None, dim_head=8, heads=8, dropout=0.0)
VDM_Decoder/sgm/modules/autoencoding/magvit2_pytorch.py:388
Method__init__(self, dim, *, dim_cond: Optional[int] = None, mult=4, images=False)
VDM_Decoder/sgm/modules/autoencoding/magvit2_pytorch.py:454
Method__init__(
self,
*,
dim,
image_size,
channels=3,
max_dim=512,
a
VDM_Decoder/sgm/modules/autoencoding/magvit2_pytorch.py:551
Method__init__(
self, dim, *, spatial_kernel, time_kernel, causal=True, dim_out=None, demod=True, eps=1e-8, pad_mode
VDM_Decoder/sgm/modules/autoencoding/magvit2_pytorch.py:630
Method__init__(
self, chan_in, chan_out, kernel_size: Union[int, Tuple[int, int, int]], pad_mode="constant", **kwarg
VDM_Decoder/sgm/modules/autoencoding/magvit2_pytorch.py:810
Method__init__(
self, dim, kernel_size: Union[int, Tuple[int, int, int]], *, dim_cond, pad_mode: str = "constant", d
VDM_Decoder/sgm/modules/autoencoding/magvit2_pytorch.py:857
Method__init__(self, chan_in, chan_out, kernel_size: Union[int, Tuple[int, int, int]], *, time_stride, **kwargs)
VDM_Decoder/sgm/modules/autoencoding/magvit2_pytorch.py:895
Method__init__(
self,
*,
image_size,
layers: Tuple[Union[str, Tuple[str, int]], ...] = ("res
VDM_Decoder/sgm/modules/autoencoding/magvit2_pytorch.py:944
Method__init__(
self,
out_channels,
*args,
dropout=0.0,
video_kernel_size=3,
VDM_Decoder/sgm/modules/autoencoding/temporal_ae.py:19