bcmi / Object-Shadow-Generation-Dataset-DESOBAv2

[CVPR 2024] The dataset, code, and model for our paper "Shadow Generation for Composite Image Using Diffusion Model", CVPR, 2024.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Questions about model parameter initialization

dorianzhang7 opened this issue · comments

Hello.
This work is based on the ControlNet method. The structure diagram of the paper shows that the parameters of UNet in the model are frozen. I would like to know how the parameters of UNet are initialized. Can you send me parameters or links if it is a pre-trained model?
Thanks for your reply!

We freeze parameter settings consistent with Controlnet; you can refer to https://github.com/lllyasviel/ControlNet.