Conversation
(cherry picked from commit 271cad1)
Fix missing .net 8 and remember sidebar open state (cherry picked from commit 8117898) # Conflicts: # CHANGELOG.md # StabilityMatrix.Core/Models/Settings/Settings.cs
[dev to main] backport: Fix missing .net 8 and remember sidebar open state (1094)
…d-fixes Fix comfy-zluda not showing up for workflow browser node installs & … (cherry picked from commit b012947) # Conflicts: # CHANGELOG.md
Fixed a few github issues & update download locations for wan/hunyuan/ggufs (cherry picked from commit 8a35e05) # Conflicts: # CHANGELOG.md # StabilityMatrix.Core/Models/PackageModification/InstallSageAttentionStep.cs
[dev to main] backport: Fixed a few github issues & update download locations for wan/hunyuan/ggufs (1101)
[dev to main] backport: Fix comfy-zluda not showing up for workflow browser node installs & … (1099)
Fix invoke and kohya
…rrors Catch symlink removal errors during update so it doesn't completely fail the update (cherry picked from commit 0dea261) # Conflicts: # CHANGELOG.md
[dev to main] backport: Catch symlink removal errors during update so it doesn't completely fail the update (1105)
update base model parsing from error response cuz civit changed response model (cherry picked from commit a397926) # Conflicts: # CHANGELOG.md
[dev to main] backport: update base model parsing from error response cuz civit changed response model (1109)
Pin pupnet version in release.yml (cherry picked from commit 16be528)
[dev to main] backport: Pin pupnet version in release.yml (1111)
update 2.14.3 chagenlog with shoutout & notes from main (cherry picked from commit ce9992b) # Conflicts: # CHANGELOG.md
[dev to main] backport: update 2.14.3 chagenlog with shoutout & notes from main (1113)
There was a problem hiding this comment.
Summary of Changes
Hello @mohnjiles, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!
This pull request introduces version v2.14.3, a maintenance release focused on enhancing the Stability Matrix application's overall stability, user experience, and compatibility. It incorporates a range of bug fixes, updates core dependencies, and adds minor feature improvements to streamline operations and support newer AI models and tools.
Highlights
- Improved Prerequisite Management: Enhanced installation and version checking for Node.js and .NET dependencies on both Windows and Unix, ensuring correct versions are installed and handling existing installations more robustly.
- Enhanced Civitai Integration: Added the ability to search Civitai models directly by URL, improved parsing of Civitai API responses for base model types, and refined default download locations for new model formats (e.g., GGUF, video models).
- Better Image Metadata Handling: Implemented support for loading image generation metadata from Civitai-generated images (via drag & drop) and improved general metadata parsing from image files.
- Critical Bug Fixes: Addressed several key issues including GPU detection on Linux, output browser ignoring InvokeAI thumbnails, installation errors for
kohya_ss,FluxGym,Triton, andSageAttention, and 'directory is not empty' errors during package updates with symlinks. - UI/UX Improvements: The main sidebar now remembers its collapsed/expanded state between application restarts.
- Dependency Updates: Updated
CommunityToolkit.Mvvmand Node.js to newer versions to support latest features and improve compatibility.
Using Gemini Code Assist
The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.
Invoking Gemini
You can request assistance from Gemini at any point in your pull request via creating an issue comment (i.e. comment on the pull request page) using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands.
| Feature | Command | Description |
|---|---|---|
| Code Review | /gemini review |
Performs a code review for the current pull request in its current state. |
| Pull Request Summary | /gemini summary |
Provides a summary of the current pull request in its current state. |
| Comment | @gemini-code-assist | Responds in comments when explicitly tagged, both in issue comments and review comments. |
| Help | /gemini help |
Displays a list of available commands. |
Customization
To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.
Limitations & Feedback
Gemini Code Assist is currently in preview and may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments to provide feedback.
You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.
Footnotes
-
Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution. ↩
No description provided.