Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Sends to All ControlNet Networks (Multi ControlNet) #14

Closed
Googolplexed0 opened this issue Mar 6, 2023 · 1 comment
Closed

[Bug] Sends to All ControlNet Networks (Multi ControlNet) #14

Googolplexed0 opened this issue Mar 6, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@Googolplexed0
Copy link

Googolplexed0 commented Mar 6, 2023

ControlNet supports running multiple networks with different images on a single generation through the Multi ControlNet setting. Currently Posex's "Send this image to ControlNet" checkbox sends the pose to all enabled ControlNet networks at once, overwriting any images already uploaded. This prevents the use of Posex alongside other ControlNet models or additional images. It would be ideal to specify which network number (0 up to 9 I believe) to send the pose to. This specification is present in fkunn1326's OpenPose Editor https://github.com/fkunn1326/openpose-editor for reference.

@hnmr293 hnmr293 added the bug Something isn't working label Mar 6, 2023
@hnmr293 hnmr293 closed this as completed in 4ca2996 Mar 6, 2023
@hnmr293
Copy link
Owner

hnmr293 commented Mar 6, 2023

okay, now I have fixed it.
image

If you set Multi ControlNet: Max models amount larger than 1, you will see the new textbox next to the checkbox.

image

Input Target ControlNet number as you like.

Note:
If you set the number larger than 1 to Target ControlNet number, you MUST specify a model and an image of the smaller number ControlNets regardless of whether they are enabled or not. Or you will get errors.
This is ControlNet issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants