InvokeAI
InvokeAI copied to clipboard
feat: Update Tile Pre-Processor to support more modes
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 apparentlysuper- 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)