Open engrmusawarali opened 1 year ago
For technical details, please refer to our paper https://arxiv.org/abs/2305.16322.
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: @.***>
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.
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: @.***>
Dear Authors,
How do you perform local + local operation can you tell this?