blessedcoolant
blessedcoolant
New: - [x] Add app version number to the WebUI Bug Fixes: - [x] Optimize model searching - [x] Fix to image degradation on subsequent merges of the canvas. -...
A few bugs fixed. - After the recent update to the Cancel Button, it was no longer respecting sizing in Floating Mode and the Beta Canvas. Fixed that. - After...
Work in progress. Just putting it out there to see if its worth pursuing writing indepth detailed guides. Can be previewed here: https://github.com/blessedcoolant/InvokeAI/blob/docs-invocations/docs/contributing/INVOCATIONS.md
DONE: - Restore model display and select functionality. - Restore model edit forms - Ported Model Manager to new tab from the header. TODO: - Everything else
## Summary # Image To Grayscale Invocation - Adds a node that converts an image to grayscale while allowing the user to control the brightness of the output - This...
## Summary CLIP Vision is currently a sub part of IP Adapter. There are other uses for CLIP Vision. Better to have it extracted now rather than later. This PR...
### Is there an existing issue for this problem? - [X] I have searched the existing issues ### Operating system Windows ### GPU vendor Nvidia (CUDA) ### GPU model RTX...
- Updated the previous DepthAnything manual implementation to use the `transformers` implementation instead. So we can get upstream features. - Plugged in the DepthAnything models to be handled by Invoke's...
## 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 node to generate normal, roughness and displacement maps from a single image. Based on: https://github.com/joeyballentine/Material-Map-Generator 