Skip to content

Version 3.2

Compare
Choose a tag to compare
@SeargeDP SeargeDP released this 06 Aug 02:28
· 39 commits to main since this release

What's new in v3.2?

  • More prompting modes, including the "3-prompt" style that's common in other workflows
    using separate prompts for the 2 CLIP models in SDXL (CLIP G & CLIP L)and a negative prompt
    • 3-Prompt G+L-N - Similar to simple mode, but cares about a main, a secondary, and a negative prompt
      and ignores the additional style prompting fields, this is great to get similar results as on other
      workflows and makes it easier to compare the images
    • Subject - Style - The subject focused positives with the style focused negatives
    • Style - Subject - The style focused positives with the subject focused negatives
    • Style Only - Only the positive and negative style prompts are used and main/secondary/negative are ignored
    • Weighted - Overlay - The positive prompts are weighted and the negative prompts are overlaid
    • Overlay - Weighted - The positive prompts are overlaid and the negative prompts are weighted
  • Better bug fix for the "exploding" the search box issue, should finally be fixed (for real) now
  • Some additional node types to make it easier to still use my nodes in other custom workflows
  • The custom node extension should now also work on Python 3.9 again, it required 3.10 before