Functionget_down_block(
down_block_type,
num_layers,
in_channels,
out_channels,
temb_channels,
add_downsampl
src/models/unet_3d_blocks.py:15
Functionget_up_block(
up_block_type,
num_layers,
in_channels,
out_channels,
prev_output_channel,
temb_chan
src/models/unet_3d_blocks.py:98
Methodprepare_condition(
self,
cond_image,
width,
height,
device,
dtype,
do_c
src/pipelines/pipeline_pose2img.py:172