InvokeAI icon indicating copy to clipboard operation
InvokeAI copied to clipboard

feat: Update Tile Pre-Processor to support more modes

Open blessedcoolant opened this issue 1 year ago • 0 comments

Summary

Add support for more methods of resampling to work with Tile ControlNet models.

  • regular - The default downsizing resampler which basically downsamples the input image.
  • blur - A new guided filter algorithm that works with the now available ControlNet models for SDXL.
  • var - Used for image variations apparently
  • super - TODO -- used with super sizing but probably should not be in this particular node anyway

Tile Image Processor is now also available in the Linear UI.

Related Issues / Discussions

QA Instructions

Merge Plan

Test and Merge.

Checklist

  • [ ] The PR has a short but descriptive title, suitable for a changelog
  • [ ] Tests added / updated (if applicable)
  • [ ] Documentation added / updated (if applicable)

blessedcoolant avatar Jun 29 '24 06:06 blessedcoolant