cplusx / layout_diffuse

Code release for LayoutDiffuse
47 stars 6 forks source link

original diffusion vs layout diffuse #6

Closed shileims closed 1 year ago

shileims commented 1 year ago

Hi author, Thanks for your excellent work. I saw the unet code in this repo is different from the UNet2DConditionModel in the diffuser library, but you can load original sd model. I have the following questions.

  1. I would like to learn how you change your code by loading original sd model weights?
  2. I found some zero_module in your code, I think during training, it always makes the output zeros? I don't understand this part.

Thank you.