Method__init__(
self,
in_channels,
n_heads,
d_head,
depth=1,
dropout=0.0,
sgm/modules/video_attention.py:147
Method__init__(
self, query_dim, context_dim=None, heads=8, dim_head=64, dropout=0.0, **kwargs
)
sgm/modules/attention.py:349
Method__init__(
self,
dim,
n_heads,
d_head,
dropout=0.0,
context_dim=None,
sgm/modules/attention.py:462
Method__init__(
self,
dim,
n_heads,
d_head,
dropout=0.0,
context_dim=None,
sgm/modules/attention.py:582
Method__init__(
self,
in_channels,
n_heads,
d_head,
depth=1,
dropout=0.0,
sgm/modules/attention.py:629
Method__init__(
self,
*,
in_channels,
out_channels=None,
conv_shortcut=False,
sgm/modules/diffusionmodules/model.py:95
Method__init__(
self,
*,
ch,
out_ch,
ch_mult=(1, 2, 4, 8),
num_res_blocks,
sgm/modules/diffusionmodules/model.py:488
Method__init__(
self,
*,
ch,
out_ch,
ch_mult=(1, 2, 4, 8),
num_res_blocks,
sgm/modules/diffusionmodules/model.py:605
Method__init__(
self,
out_channels,
*args,
dropout=0.0,
video_kernel_size=3,
sgm/modules/autoencoding/temporal_ae.py:19
Method__init__(
self,
*args,
video_kernel_size: Union[int, list] = 3,
alpha: float = 0.0,
sgm/modules/autoencoding/temporal_ae.py:296
Method__init__(
self,
n_stages=1,
method="bilinear",
multiplier=0.5,
in_channels=3,
sgm/modules/encoders/modules.py:769