ShihaoZhaoZSH / Uni-ControlNet

[NeurIPS 2023] Uni-ControlNet: All-in-One Control to Text-to-Image Diffusion Models
MIT License
574 stars 41 forks source link

Local + Local Control #11

Open engrmusawarali opened 1 year ago

engrmusawarali commented 1 year ago

Dear Authors,

How do you perform local + local operation can you tell this?

ShihaoZhaoZSH commented 1 year ago

For technical details, please refer to our paper https://arxiv.org/abs/2305.16322.

engrmusawarali commented 1 year ago

Dear ShihaoZhaoZSH/Uni-ControlNet,

Your paper just mention that you compose local + local controls. But no details are provided.

On Sat, 17 Jun 2023, 7:47 pm ShihaoZhaoZSH, @.***> wrote:

For technical details, please refer to our paper https://arxiv.org/abs/2305.16322.

— Reply to this email directly, view it on GitHub https://github.com/ShihaoZhaoZSH/Uni-ControlNet/issues/11#issuecomment-1595816217, or unsubscribe https://github.com/notifications/unsubscribe-auth/AV4VZBFL3MSLK6XMYYYPOHLXLXURPANCNFSM6AAAAAAZDGV544 . You are receiving this because you authored the thread.Message ID: @.***>

ShihaoZhaoZSH commented 1 year ago

In Section 3.2, Control Adapter - Local Control Adapter, we explained that we concatenate different local conditions along the channel dimension. This means that you can place different local conditions at their corresponding channels to achieve the composed control by different local conditions. Our code also demonstrates this implementation.

engrmusawarali commented 1 year ago

Thanks alot.

On Sun, 18 Jun 2023, 3:05 am ShihaoZhaoZSH, @.***> wrote:

In Section 3.2, Control Adapter - Local Control Adapter, we explained that we concatenate different local conditions along the channel dimension. This means that you can place different local conditions at their corresponding channels to achieve the composed control by different local conditions. Our code also demonstrates this implementation.

— Reply to this email directly, view it on GitHub https://github.com/ShihaoZhaoZSH/Uni-ControlNet/issues/11#issuecomment-1595914186, or unsubscribe https://github.com/notifications/unsubscribe-auth/AV4VZBBSG3GX62WJAFB57LLXLZH6NANCNFSM6AAAAAAZDGV544 . You are receiving this because you authored the thread.Message ID: @.***>