"script/cmake-cuda_docker.sh" did not exist on "c82b833d8e76094a3702046d81872132d5c4b15a"
refactor: extract init/forward function in UNet2DConditionModel (#6478)
* - extract function for stage in UNet2DConditionModel init & forward - Add new function get_mid_block() to unet_2d_blocks.py * add type hint to get_mid_block aligned with get_up_block and get_down_block; rename _set_xxx function * add type hint and use keyword arguments * remove `copy from` in versatile diffusion
Showing
Please register or sign in to comment