Skip to content

0.5.6-Alpha

Compare
Choose a tag to compare
@mcmonkey4eva mcmonkey4eva released this 28 Sep 15:22
· 1183 commits to master since this release

Major Updates

  • added prompt syntax - <embedding:filename>, <lora:filename:1>, <random:a, b, c>, <preset:presetname> - see #11 (comment) for detail
  • Variation Seed is now available for comfyui backend
  • added initial experimental regional prompting support (ComfyUI only), works with an initial dirty/simple syntax in the prompt like a photo of a catdog <region:0,0,1,0.5> a photo of a cat <region:0,0.5,1,0.5> a photo of a dog (proper UI for it and more advanced tooling TBA)

Minor Updates

  • the usual pile of bugfixes and minor QOL improvements and etc
  • made bulk generations fasterer through rapid prequeueing
  • adjusted default image save path and reversed the image history sort, so that together your most recent images end up at the top (the settings change won't self-update a pre-existing server settings file - 'reset to default' UI is TBA, but for now you can check The Settings source to reference default values)
  • there's now a button to preview ControlNet preprocessor outputs, in the controlnet param group
  • you can now use Control+Up/Down arrow when you've selected prompt text to adjust prompt weighting
  • added DynamicThresholding support for self-start ComfyUI, or any ComfyUI-API-By-URL that has the DynThresh node
  • Added custom comfy nodes (automatically enabled for self-start backends, you'll have to transfer manually for API URL backends - see ComfyUI Docs to do that) that make image loading & saving much cleaner and faster
  • Added "FreeU" support (https://arxiv.org/abs/2309.11497, Comfy backend only) as an option under "Advanced"
  • The Comfy Workflow Editor tab now has a QuickLoad dropdown so you can more quickly load workflows you use often
  • Refiner now has StepSwapNoisy method if you want to use the official-sample-workflow's way of handling noise, which is a bit better for standard refiner (SDXL Base + SDXL Refiner, No upscale) but much worse for anything else.
  • The default Refiner method has been changed to PostApply, as that always works, whereas StepSwap only works for some cases. (You can always change your personal defaults at will by just creating a preset and naming it Default!)
  • added the rescond tweaks used by Fooocus to get slightly better image quality
  • Previews of large-batches can now load concurrently on a comfyui backend, if you use the advanced "batch size" param. This might negatively impact performance when using TAESD.
  • Added a checkbox to use AITemplate in comfy if you have that extension - gens 2x faster, but has compatibility issues