-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Feat/controlnet extras #3596
Feat/controlnet extras #3596
Commits on Jun 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 10c3753 - Browse repository at this point
Copy the full SHA 10c3753View commit details -
Fixed problem with with non-reproducible results from ControlNet Segm…
…entAnything preprocessor. Cause was controlnet_aux randomization of segmentation coloring, which seems to lead to some randomization of resulting images using ControlNet seg model. Switched to using deterministic ADE20K color palette instead, which solved the problem.
Configuration menu - View commit details
-
Copy full SHA for de4064b - Browse repository at this point
Copy the full SHA de4064bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b872e7a - Browse repository at this point
Copy the full SHA b872e7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 414a047 - Browse repository at this point
Copy the full SHA 414a047View commit details -
Changed pyproject.toml to require controlnet_aux >= 0.0.5 (to enable …
…use of SAM ControlNet preprocessor)
Configuration menu - View commit details
-
Copy full SHA for 45aa338 - Browse repository at this point
Copy the full SHA 45aa338View commit details -
Commenting out LeReS ControlNet image preprocessor until release of c…
…ontrolnet_aux v0.0.6 (supported on controlnet_aux current main, but not on latest release v0.0.5)
Configuration menu - View commit details
-
Copy full SHA for 10e8389 - Browse repository at this point
Copy the full SHA 10e8389View commit details
Commits on Jun 26, 2023
-
Added TileResampler ControlNet preprocessor node.
Also fixes to SegmentAnything ControlNet preprocessor node.
Configuration menu - View commit details
-
Copy full SHA for 873c18b - Browse repository at this point
Copy the full SHA 873c18bView commit details -
For MediapipeFace ControlNet preprocessor, if input image is RGBA for…
…mat then convert to RGB (otherwise MediapipeFace image processing throws an error)
Configuration menu - View commit details
-
Copy full SHA for af566ad - Browse repository at this point
Copy the full SHA af566adView commit details -
Started to add ControlNet resize_crop and resize_fill options, but co…
…mmented out, not ready to deploy yet.
Configuration menu - View commit details
-
Copy full SHA for 10d2d85 - Browse repository at this point
Copy the full SHA 10d2d85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 862bfa2 - Browse repository at this point
Copy the full SHA 862bfa2View commit details
Commits on Jun 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fc322aa - Browse repository at this point
Copy the full SHA fc322aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32883ad - Browse repository at this point
Copy the full SHA 32883adView commit details