- Fixed img2img errors.
- Fixed the app crashing on start.
- Added a button to easily postprocess (upscale) output images after generation.
- Added buttons to reset all settings (without resetting the bundle) and reset the bundle (without resetting settings) to "About Metastable".
- Added keyboard shortcuts (
Up
/Down
/Enter
) for selecting models in model browser. - Added support for trackpad gestures in image previews.
- Added support for resizing the prompt area.
- Improved handling of window resizes in image previews.
- Updated ComfyUI code to latest version.
- Fixed display of input fields next to sliders.
- Fixed page zoom issues on macOS.
- Added support for adding extra model folders.
- Added a refresh button to model browser.
- Added storage of brush settings to mask editor.
- Resolved issues with AMD GPU detection on Windows.
- Fixed issues with mask editor reverting the mask at random.
- Fixed layout issues in project generation preview.
- Added an option to pad edges for inpainting.
- Added support for PuLID.
- Features are now split into modules that can be enabled/disabled.
- Moved backend status to settings.
- Reduced memory usage during image generation.
- Refactored model path handling.
- Resolved issues with non-square image generation previews.
- Resolved issues with GPU detection on Linux.
- Resolved issues with out-of-memory crashes.
- Fixed usage of TAESD decoder for previews.
- Fixed problems with project metadata sometimes not loading correctly.
- CivitAI tab now remembers search filters when switching between tabs.
- Keyboard shortcuts are now customizable.
- Prompt input has been updated to include new features:
- Added line numbers.
- Added keyboard shortcuts:
Ctrl+Up/Down
to change the weight of certain parts of the prompt.Ctrl+/
to comment out parts of the prompt.(
(Shift+9
) to wrap parts of the prompt in parentheses after selecting something.
- Added support for comments:
- Inline/multiline:
#- comment -#
- Line (Python style):
# comment
- Inline/multiline:
- Added syntax highlighting.
- Added support for fetching utilization data from AMD GPUs on Linux (via
rocm-smi
).
- Resolved issues with detection of enterprise GPUs.
- Resolved "App quit unexpectedly." on macOS.
- Added an easy way to select input images for img2img/inpainting.
- Added confirmation before project settings are restored from an image.
- Added simplified sampling quality picker.
- Added simplified output image resolution picker.
- Added upload and management of input/mask files inside of projects.
- Input images are now automatically saved and can be easily reused.
- Project files are now automatically refreshed.
- Image thumbnails are now WEBP and support transparency.
- UI state (e.g. section collapsed state) is now properly saved.
- Error display now doesn't overflow the screen for long errors.
- Fixed issues with resetting the bundle.
- Added keyboard shortcuts:
Ctrl+Z
/Ctrl+Shift+Z
in mask editor now result in Undo/Redo respectively.Alt+Enter
in project view now cancels the currently running prompt.
- Added Undo/Redo buttons to mask editor.
- Window position and state is now restored on launch.
- Added progress display in extraction task in the installer.
- Updated Electron to v32.1.2.
- Improved design consistency.
- Reduced application size.
- Resolved issues with bundle detection (should fix performance issues on AMD GPUs on Windows).
- Fixed CivitAI config file downloads.
- Added a back button to easily return from grid/editor.
- Added middle click to open project without selecting it.
- Added middle click to dismiss failed/queued tasks.
- Added a confirmation dialog when deleting multiple output files.
- Added support for loading YAML configuration files for checkpoints.
- Added an error handler for unrecoverable errors.
- Added storage of project settings section state (if the section is collapsed or not).
- Added a settings section for ComfyUI arguments.
- Improved the process of adding models to a project.
- Improved progress display on smaller screens.
- Fixed JSON serialization issues. (resolves problems with duplicating projects, etc.)
- Fixed display of large amounts of horizontal tabs.
- Updated design language.
- Replaced the output grid view with a more advanced file manager view.
- Added "Cancel" and "Clear queue" buttons to projects.
- Added a "Discard" button to quickly delete current output and try again.
- Added a context menu for text fields and images.
- Resolved issues with saving settings.
- Fixed copy/paste/select keyboard shortcuts on MacOS.
- Fixed CivitAI page navigation.
- Added prompt styles.
- Added a tag for corrupt files inside of the model browser.
- Added display of download errors in the download queue view.
- Added a list of recommended resolutions per model type and aspect ratio.
- Fixed crashes when corrupt model files are present.
- Fixed CivitAI authorization requirement detection for downloads.
- Added support for FLUX.1.
- Added architecture (e.g. SD1, SDXL) detection for models.
- Added display of error logs for failed generation tasks.
- Added sampling time statistics display.
- Added keyboard shortcuts to mask editor.
- Added menu to projects that allows the user to rename, delete and duplicate the project.
- Added a progress bar to app icon to display the current prompt progress.
- Added notifications to be displayed after prompt completion.
- Resolved an issue with AMD GPU detection.
- Fixed model metadata saving in downloads.
- Fixed usage of
Ctrl+Enter
shortcut in prompt fields.
- Support for Stable Diffusion 3 was added.
- Drag and drop is now supported in image input fields.
- In output image displays, a button to select the image as input in the current project was added.
- In output image displays, a button to delete the image was added.
- A button to reveal the model directory in file explorer was added.
- In inpainting mask editor, the right mouse button now erases the mask.
- User's Python site-packages do not conflict with the packages in the virtual environment anymore.
- ComfyUI's code was updated.
- Initial release.