Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2.11.0 #679

Merged
merged 326 commits into from
Jun 12, 2024
Merged

v2.11.0 #679

merged 326 commits into from
Jun 12, 2024

Conversation

mohnjiles
Copy link
Contributor

@mohnjiles mohnjiles commented Jun 12, 2024

Added

Packages

Inference

  • Added Inpainting support for Image To Image projects using the new image mask canvas editor
  • Added alternate Lora / LyCORIS drop-down model selection, can be toggled via the model settings button. Allows choosing both CLIP and Model Weights. The existing prompt-based <lora:model:1.0> method is still available.
  • Added optional Recycle Bin mode when deleting images in the Inference image browser, can be disabled in settings (Currently available on Windows and macOS)

Model Browsers

  • Added PixArt, SDXL Hyper, and SD3 options to the CivitAI Model Browser
  • Added XL ControlNets section to HuggingFace model browser
  • Added download speed indicator to model downloads in the Downloads tab

Output Browser

  • Added support for indexing and displaying jpg/jpeg & gif images (in additional to png and webp / animated webp), with metadata parsing and search for compatible formats

Settings

  • Added setting for locale specific or invariant number formatting
  • Added setting for toggling model browser auto-search on load
  • Added option in Settings to choose whether to Copy or Move files when dragging and dropping files into the Checkpoint Manager
  • Added folder shortcuts in Settings for opening common app and system folders, such as Data Directory and Logs

Translations

  • Added Brazilian Portuguese language option, thanks to jbostroski for the translation!

Changed

  • Maximized state is now stored on exit and restored on launch
  • Drag & drop imports now move files by default instead of copying
  • Clicking outside the Select Model Version dialog will now close it
  • Changed Package card buttons to better indicate that they are buttons
  • Log file storage has been moved from %AppData%/StabilityMatrix to a subfolder: %AppData%/StabilityMatrix/Logs
  • Archived log files now have an increased rolling limit of 9 files, from 2 files previously. Their file names will now be in the format app.{yyyy-MM-dd HH_mm_ss}.log. The current session log file remains named app.log.
  • Updated image controls on Recommended Models dialog to match the rest of the app
  • Improved app shutdown clean-up process reliability and speed
  • Improved ProcessTracker speed and clean-up safety for faster subprocess and package launching performance
  • Updated HuggingFace page so the command bar stays fixed at the top
  • Revamped Checkpoints page now shows available model updates and has better drag & drop functionality
  • Revamped file deletion confirmation dialog with affected file paths display and recycle bin / permanent delete options (Checkpoint and Output Browsers) (Currently available on Windows and macOS)

Fixed

  • Fixed crash when parsing invalid generated images in Output Browser and Inference image viewer, errors will be logged instead and the image will be skipped
  • Fixed missing progress text during package updates
  • (Windows) Fixed "Open in Explorer" buttons across the app not opening the correct path on ReFS partitions
  • (macOS, Linux) Fixed Subprocesses of packages sometimes not being closed when the app is closed
  • Fixed Inference tabs sometimes not being restored from previous sessions
  • Fixed multiple log files being archived in a single session, and losing some log entries
  • Fixed error when installing certain packages with comments in the requirements file
  • Fixed error when deleting Inference browser images in a nested project path with recycle bin mode
  • Fixed extra text in positive prompt when loading image parameters in Inference with empty negative prompt value
  • Fixed NullReferenceException that sometimes occurred when closing Inference tabs with images due to Avalonia.Bitmap.Size accessor issue
  • Fixed --help and --version do not cause the program to quit #598 - program not exiting after printing help or version text
  • Fixed InvokeAI update hangs forever #630 - InvokeAI update hangs forever waiting for input
  • Fixed issue where the "installed" state on HuggingFace model browser was not always correct
  • Fixed model folders not being created on startup

Supporters

Visionaries

  • Shoutout to our Visionary-tier supporters on Patreon, Scopp Mcdee and Waterclouds! Your generous support is appreciated and helps us continue to make Stability Matrix better for everyone!

Pioneers

  • A big thank you to our Pioneer-tier supporters on Patreon, tankfox and tanangular! Your support helps us continue to improve Stability Matrix!

ionite34 and others added 30 commits May 9, 2024 16:54
…icer when you're not hovering exactly over the textblock
…on work & added context menu and loading spinner and stuff
Add WindowsFileOperations for recycle bin
ionite34 and others added 27 commits June 9, 2024 16:48
Add update from version notification
Added base model filtering option back to checkpoints page
@mohnjiles mohnjiles merged commit f900c1a into LykosAI:main Jun 12, 2024
2 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Jun 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

InvokeAI update hangs forever --help and --version do not cause the program to quit
2 participants