↓ 5 callersMethod__init__(
self,
nf,
kernel_size=3,
gc=32,
stride=1,
bias: bool = True,
ldm_patched/pfn/architecture/block.py:292
↓ 5 callersMethod__init__(self, dim_in, dim_out, dtype=None, device=None, operations=ops)
ldm_patched/ldm/modules/attention.py:56
↓ 5 callersMethod__init__(self, channels, use_conv, dims=2, out_channels=None, padding=1, dtype=None, device=None, operations=ops)
ldm_patched/ldm/modules/diffusionmodules/openaimodel.py:70
↓ 4 callersMethod__init__(self, control_model, global_average_pooling=False, device=None, load_device=None, manual_cast_dtype=None)
ldm_patched/modules/controlnet.py:135
↓ 4 callersMethod__init__(
self,
in_channels,
out_channels,
use_act=True,
use_bn=True,
ldm_patched/pfn/architecture/SwiftSRGAN.py:28
↓ 4 callersMethod__init__(self, inplanes, planes, stride=1, downsample=None, use_se=True)
ldm_patched/pfn/architecture/face/arcface_arch.py:71
↓ 4 callersMethodgenerate(self, image, sample=False, num_beams=3, max_length=30, min_length=10, top_p=0.9, repetition_penalty=1.0)
extras/BLIP/models/blip.py:128
↓ 3 callersMethod__init__(self, device="cpu", max_length=77, freeze=True, layer="penultimate", layer_idx=None, dtype=None)
ldm_patched/modules/sdxl_clip.py:6
↓ 3 callersMethod__init__(self, inv_gamma=1., power=1., min_value=0., max_value=1., start_at=0,
last_epoch=0)
ldm_patched/k_diffusion/utils.py:104
↓ 3 callersMethod__init__(self, in_channels, out_channels, video_kernel_size=3, *args, **kwargs)
ldm_patched/ldm/modules/temporal_ae.py:93
↓ 3 callersMethod__init__(self, in_features, hidden_features=None, out_features=None, act_layer=nn.GELU, drop=0.)
extras/BLIP/models/vit.py:29