-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Add preprocesser for anime face segment #2212
Conversation
hello, are you interested in join repo collaboration with writing permission? |
Thank you for your invitation and trust, I am also happy to contribute to the controlnet community. |
ok @huchenlei @ljleb if you have other ideas then let me know now or just as is. |
LGTM on the PR. Welcome @sdbds joining the ControlNet extension dev 🎉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have not ran the code but it otherwise looks good. I don't think my opinion matters as to who should or shouldn't be a Collaborator.
@sdbds welcome to sd-webui-controlnet and make sure to test that everything works (at least, test canny/depth/openpose on SD1.5, no matter whether you have changed them or not) before merging codes |
i got it. |
Just one thing to mention about merging. @sdbds |
#2127
match this model
bdsqlsz_controllllite_xl_segment_animeface_V2
COLOR_BACKGROUND = (255,255,0)
COLOR_HAIR = (0,0,255)
COLOR_EYE = (255,0,0)
COLOR_MOUTH = (255,255,255)
COLOR_FACE = (0,255,0)
COLOR_SKIN = (0,255,255)
COLOR_CLOTHES = (255,0,255)