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

Feat/controlnet extras #3596

Merged
merged 12 commits into from
Jun 28, 2023
Merged

Feat/controlnet extras #3596

merged 12 commits into from
Jun 28, 2023

Commits on Jun 25, 2023

  1. Added SAM preprocessor

    GreggHelt2 committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    10c3753 View commit details
    Browse the repository at this point in the history
  2. 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.
    GreggHelt2 committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    de4064b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b872e7a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    414a047 View commit details
    Browse the repository at this point in the history
  5. Changed pyproject.toml to require controlnet_aux >= 0.0.5 (to enable …

    …use of SAM ControlNet preprocessor)
    GreggHelt2 committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    45aa338 View commit details
    Browse the repository at this point in the history
  6. 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)
    GreggHelt2 committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    10e8389 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Added TileResampler ControlNet preprocessor node.

    Also fixes to SegmentAnything ControlNet preprocessor node.
    GreggHelt2 committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    873c18b View commit details
    Browse the repository at this point in the history
  2. For MediapipeFace ControlNet preprocessor, if input image is RGBA for…

    …mat then convert to RGB (otherwise MediapipeFace image processing throws an error)
    GreggHelt2 committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    af566ad View commit details
    Browse the repository at this point in the history
  3. Started to add ControlNet resize_crop and resize_fill options, but co…

    …mmented out, not ready to deploy yet.
    GreggHelt2 committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    10d2d85 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    862bfa2 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Configuration menu
    Copy the full SHA
    fc322aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32883ad View commit details
    Browse the repository at this point in the history