Skip to content

v0.2.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Dec 13:28
· 105 commits to main since this release
ad11faf

Fixes

  • Resolved an issue in the new config system where certain parameters were not reloaded into the settings window.
  • Fixed an issue where the application's temporary folder was not created on the first launch.
  • Included missing shared libraries in the AppImage.
  • Addressed graphical lags in scrolled panels when using the GTK backend.
  • Fixed certain context menus for images.
  • Resolved an issue where model metadata was lost after changing a model’s path. (If a model is moved to a new path, it must be reloaded in the GUI.)

Changes

  • Replaced the old model manager’s list view with wxTreeListCtrl.
  • Redesigned the main GUI layout.
  • Simplified validation by introducing a single "Job Start" button.
  • Non-checkpoint models are now treated as checkpoint models, enabling hashing and CivitaI metadata checks for these models.
  • Removed model search and filter features.
  • Updated localization files.

New Features

Model Manager

  • Introduced the "Model Favorite" feature:
    • Allows users to mark models as favorites. You can configure the main GUI to display only favorite models—useful for managing a large number of models.
  • Models are now categorized by type (e.g., Checkpoint, LoRA, ControlNet, etc.).
  • Subfolders in the model manager now act as categories. For example, creating a folder named SD1x and moving models into it will separate those models (e.g., CHECKPOINTS/SD1x).
  • Added the ability to delete model files directly from the GUI, which also removes their metadata.

Generation Settings

  • Added prompt presets (styles/templates). See the GitHub Wiki for more details.

Build system

  • New cmake parameters:
    • WXWIDGETS_EXTRA_PATH: additional path, where wxWidgets installation will be searched #24
    • WXWIDGETS_VERSION: this forces cmake to search for the specified version of the wxWidgets. Defaults: 3.2.6. #24

The sd.cpp version not changed (master-b5f4932)

Full Changelog: v0.2.2...v0.2.3