Skip to content

v0.12.0 - SDXL and Image Pipelines

Latest
Compare
Choose a tag to compare
@Mystfit Mystfit released this 04 Aug 07:30
· 3 commits to master since this release

SDXL

SDXL

SDXL 1.0 support is now available. Pick either the SDXL_1-0 or SDXL_1-0_PromptOnly pipeline preset to get started. The default image size is 768x768px but will go up to 1024x1024px without requiring upscaling. No ControlNet support yet until the official weights are out.

Image Pipelines

image

The plugin now supports multi-stage image pipelines. This lets us generate images using one model and then chain the result into another model by passing either images or latents along for further processing. This change was to facilitate the addition of SDXL as a new base model type that has an associated refiner model that adds more detail to the final image and makes for more appealing outputs. To generate an image, you need to pick an image pipeline preset that will load some sensible defaults for different types of tasks.

UI changes

This version introduces a number of sweeping UI changes that might be a bit confusing at first. Here are some of the noticeable differences:

  • The Generate and Upscale buttons have moved from the sidebar to the top-right of the toolbar.
  • Pipeline settings have moved to individual image pipeline stages.
  • Layers have moved to individual image pipeline stages.
  • Since all generations are now saved as textures by default, the image outputs section in the sidebar has been removed. The texture save location is now located in the Generation settings category along with some other settings that didn't have a home.
  • The external image section has been removed. Instead, you can right click an image in the history reel at the bottom of the UI to open a menu which will let you export the texture to an image. This uses the same code path as the asset browser's export feature so it will open a destination file dialog automatically.
  • Depreciated auto-upscale on generation. This might be added in later as an additional image pipeline stage.
  • Generation options are now inline overridable so you need to hit the checkbox next to a property first in order to modify it.

UI Fixes

  • Changing the image width/height generation properties will update the size of the canvas in the viewport.
  • Viewport framing now respects both width and height.
  • Alpha checkerboard finally working (in preparation for inpainting upgrade).
  • Additional progress bar colours and messages.
  • The first base model in an image pipeline will autofill the image width and height generation options.

Full Changelog: v0.11.1...v0.12.0