↓ 10 callersFunction_get_model_file(
pretrained_model_name_or_path,
*,
weights_name,
subfolder,
cache_dir,
force_download
src/diffusers/utils/hub_utils.py:255
↓ 9 callersMethodget_sd_image(self, seed=0, shape=(4, 3, 512, 512), fp16=False)
tests/models/test_models_vae.py:563
↓ 8 callersMethod__init__(
self,
in_channels: int = 3,
channels: List[int] = [320, 640, 1280, 1280],
nu
src/diffusers/models/adapter.py:245
↓ 8 callersFunctionget_up_block(
up_block_type: str, num_layers: int, in_channels: int, out_channels: int, temb_channels: int, add_upsamp
src/diffusers/models/unet_1d_blocks.py:651