↓ 9 callersFunctionget_up_block(
up_block_type: str, num_layers: int, in_channels: int, out_channels: int, temb_channels: int, add_upsamp
diffusers/src/diffusers/models/unets/unet_1d_blocks.py:651
↓ 8 callersMethod__init__(
self,
in_channels: int = 3,
channels: List[int] = [320, 640, 1280, 1280],
nu
diffusers/src/diffusers/models/adapter.py:245
↓ 8 callersMethodcheck_inputs(
self,
prompt,
image,
callback_steps,
negative_prompt=None,
p
diffusers/examples/community/fresco_v2v.py:1719