v0.2.3
Pre-release
Pre-release
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:
The sd.cpp version not changed (master-b5f4932)
Full Changelog: v0.2.2...v0.2.3