↓ 7 callersMethod__init__(
self,
in_channels: int = 3,
channels: List[int] = [320, 640, 1280, 1280],
nu
diffusers/src/diffusers/models/adapter.py:100
↓ 7 callersFunctionget_down_block(down_block_type, num_layers, in_channels, out_channels, temb_channels, add_downsample)
diffusers/src/diffusers/models/unet_1d_blocks.py:599
↓ 6 callersFunctionget_up_block(up_block_type, num_layers, in_channels, out_channels, temb_channels, add_upsample)
diffusers/src/diffusers/models/unet_1d_blocks.py:617
↓ 5 callersMethod__init__(
self,
*,
vectors: int,
channels: int,
d_latent: int,
)
diffusers/src/diffusers/pipelines/shap_e/renderer.py:472