lllyasviel / ControlNet-v1-1-nightly

Nightly release of ControlNet 1.1
4.48k stars 364 forks source link

Training details for inpaint #15

Closed etiennedub closed 1 year ago

etiennedub commented 1 year ago

Thank you for your nice work and new contribution!

I don't know if you plan to release a new version of your paper but meanwhile I would have some question about the training procedure and details for the inpaint model.

My main question is about the "random optical flow occlusion masks". Could we have more details about it? It is a mask where the optical flow is higher than a threshold between 2 video frames?

Also, all the training details possible would be appreciate mostly number of training steps, batch size and datasets used?

alelordelo commented 1 year ago

@etiennedub , where you able to train a controlnet successful?

VladAndronik commented 1 year ago

@etiennedub it might be the regions of occlusions, i.e. when the head is shifted, we need to inpaint what is behind etc. It is usually computed by taking two optical flows from i to i+1 and back and taking the intersection.

lllyasviel commented 1 year ago

yes it is occ masks

huangjun12 commented 6 months ago

@lllyasviel dear author, how about the number of training steps, batch size and datasets used for controlnet inpaint?