Skip to content

preview6 - 0.1.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@fszontagh fszontagh released this 09 Mar 14:41
· 438 commits to main since this release

These preview release have some gui enhancements and inner thread signaling / data handling refactoring. This may cause unexpected behaviours. If you experience it, please report it in a new bug on the github's issues page.

Added features

  • CivitAi model info and model images previews for embeddings too
    image

  • Thumbnails are cached wich downloaded from CivitAi info or generated by diffusion

  • Queue jobs more details and features per image:
    image

  • Queue item right click features:
    image

  • Incompatible controls are disabled respect to the generation mode, eg. on upscaler tab the CFG is ignored

  • Added splash screen while application startup and loading

  • Only one instance allowed to run in one time
    image

  • Pending queue items now are possible to pause. If you set to paused, then it just ignored from the queue. Running job can not be paused (not implemented in sd.cpp)

  • Paused queue items now possible to set to pending
    image

  • On a queue item a Requeue clones the job, but set the Status to paused (so not started automatically)
    image

  • Added semi-auto versioning (see the cube button next to the Settings and Refresh button)

  • Added some place holder images to the ui

Bug fixes

  • after a txt2img job a new img2img job causing segfault
  • on model tab the model filters are works with text filter too
  • refresh models now works with the model list (on the Model tab)
  • some json converter got more validation (as always)
  • more data check on events (eg. data table index check)

Update from previous preview versions

Just run the attached installer. Stop all instances before running the installer.
Queue job files (.json) partially compatible with the new format. May the old jobs images visible as "deleted".
If the application won't start after upgrade, please remove all .json files

Current limitations / known bugs

  • large textual embeddings are causing crash