Skip to content

Commit f92ee13

Browse files
authored
Merge branch 'main' into backport/main/pr-902
2 parents 929ec2c + 623601e commit f92ee13

File tree

3 files changed

+10
-71
lines changed

3 files changed

+10
-71
lines changed

CHANGELOG.md

Lines changed: 5 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -5,83 +5,19 @@ All notable changes to Stability Matrix will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning 2.0](https://semver.org/spec/v2.0.0.html).
77

8-
<<<<<<< HEAD
9-
=======
10-
## v2.13.0-pre.1
11-
### Added
12-
- Added file sizes to the Checkpoint Manager tab
13-
### Changed
14-
- Improved Packages Page grid layout to dynamically stretch to fill available space
15-
### Fixed
16-
- Fixed missing package thumbnails due to moved or inaccessible urls
17-
18-
## v2.13.0-dev.3
19-
### Added
20-
- Added support for SD3.5 in Inference
21-
- Added CLIP_G to HuggingFace model browser
22-
- Added search bar to the Installed Workflows tab
23-
- Added "Search with Google" and "Search with ChatGPT" to the package console output & install progress console output context menus
24-
- Added "Date Created" and "Date Last Modified" sorting options to the Checkpoints tab
25-
### Changed
26-
- Text Encoder / CLIP selection in Inference is now enabled via the cogwheel ⚙️ button next to the model selector
27-
- Added more base model types to the CivitAI Model Browser & Checkpoint Manager
28-
- Model browser base model types are now loaded dynamically from CivitAI, reducing the need for updates to add new types
29-
- Updated Civitai model descriptions to properly render the interactive elements
30-
- Updated Russian translations thanks to @vanja-san
31-
- Updated Simplified Chinese translations thanks to @QL-boy
32-
- (Internal) Updated to Avalonia 11.2.0
33-
### Fixed
34-
- Fixed some instances of Civitai model browser not loading new results
35-
- Fixed "Unsupported Torch Version: Cuda" errors when installing a1111
36-
- Fixed crash when clicking "Remind me Later" on the update dialog
37-
- Fixed some cases of crashing when GitHub API rate limits are exceeded
38-
- Fixed Git missing from env vars when running SwarmUI
39-
### Supporters
40-
#### Visionaries
41-
- Big shoutout to our amazing Visionary-tier Patreon supporter, **Waterclouds**! We are very grateful for your continued support!
42-
43-
## v2.13.0-dev.2
44-
### Added
45-
- Added new package - [SimpleSDXL](https://github.com/metercai/SimpleSDXL) - many thanks to @NullDev for the contribution!
46-
- Added new package - [FluxGym](https://github.com/cocktailpeanut/fluxgym) - many thanks to @NullDev for the contribution!
47-
- Added a new "Extension Packs" section to the extension manager, allowing you to create packs for easier installation of multiple extensions at once
48-
- Added "Search by Creator" command to Civitai browser context menu
49-
- Added Beta scheduler to the scheduler selector in Inference
50-
- Added zipping of log files and "Show Log in Explorer" button on exceptions dialog for easier support
51-
- Added max concurrent downloads option & download queueing for most downloads
52-
### Changed
53-
- (Internal) Updated to Avalonia 11.1.4
54-
- Adjusted the Branch/Release toggle during package install flow to be a little more obvious
55-
- Updated the Dock library used for Inference - fixes some weirdness with resizing / rearranging panels
56-
### Fixed
57-
- Fixed ComfyUI NF4 extension not installing properly when prompted in Inference
58-
- Fixed [#932](https://github.com/LykosAI/StabilityMatrix/issues/932), [#935](https://github.com/LykosAI/StabilityMatrix/issues/935), [#939](https://github.com/LykosAI/StabilityMatrix/issues/939) - InvokeAI failing to update
59-
- Fixed repeated nested folders being created in `Models/StableDiffusion` when using Forge in Symlink mode in certain conditions. Existing folders will be repaired to their original structure on launch.
60-
- Fixed minimize button not working on macOS
61-
- Fixed InvokeAI model sharing spamming the console with "This may take awhile" in certain conditions
62-
- Fixed text alignment issues in the Downloads tab for certain long names / progress infos
63-
### Supporters
64-
#### Visionaries
65-
- A big thank you to our amazing Visionary-tier Patreon supporter, **Waterclouds**! Your continued support is invaluable!
66-
67-
## v2.13.0-dev.1
68-
### Added
69-
- Added the ability to change the Models directory separately from the rest of the Data directory. This can be set in `Settings > Select new Models Folder`
70-
- Added "Copy" menu to the Inference gallery context menu, allowing you to copy the image or the seed (other params coming soon™️)
71-
- Added InvokeAI model sharing option
72-
### Supporters
73-
#### Visionaries
74-
- A heartfelt thank you to our incredible Visionary-tier Patreon supporter, **Waterclouds**! Your ongoing support means a lot to us, and we’re grateful to have you with us on this journey!
75-
76-
>>>>>>> 746ee01a (Merge pull request #902 from ionite34/fix-package-images)
778
## v2.12.4
9+
### Added
10+
- Added new package - [CogVideo](https://github.com/THUDM/CogVideo) - many thanks to @NullDev for the contribution!
11+
- Added more formatting options for Inference output filenames - thanks to @yansigit!
7812
### Changed
7913
- Model browser base model types are now loaded dynamically from CivitAI, reducing the need for updates to add new types
8014
### Fixed
8115
- Fixed crash when clicking "Remind me Later" on the update dialog
8216
- Fixed some cases of crashing when GitHub API rate limits are exceeded
8317
- Fixed Git missing from env vars when running SwarmUI
8418
- Fixed missing package thumbnails due to moved or inaccessible urls
19+
- Fixed an issue with updating FluxGym in certain cases - thanks to @NullDev!
20+
- Fixed a typo in the Japanese translation - thanks to @mattyatea!
8521
### Supporters
8622
#### Visionaries
8723
- A huge thank you to our dedicated Visionary-tier Patreon supporter, **Waterclouds**! We’re thrilled to have your ongoing support!

StabilityMatrix.Avalonia/Languages/Resources.ja-JP.resx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1032,7 +1032,7 @@
10321032
<value>Checkpoints</value>
10331033
</data>
10341034
<data name="Label_ModelBrowser" xml:space="preserve">
1035-
<value>Model Brouser</value>
1035+
<value>Model Browser</value>
10361036
</data>
10371037
<data name="Label_Workflows" xml:space="preserve">
10381038
<value>ワークフロー</value>
@@ -1148,4 +1148,4 @@
11481148
<data name="Warning_PleaseExtractFirst" xml:space="preserve">
11491149
<value>Stability Matrixを実行する前に、ZIPファイルからアプリを抽出してください</value>
11501150
</data>
1151-
</root>
1151+
</root>

StabilityMatrix.Avalonia/Models/Inference/FileNameFormatProvider.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ public partial class FileNameFormatProvider
3030
{ "negative_prompt", () => GenerationParameters?.NegativePrompt },
3131
{ "model_name", () => Path.GetFileNameWithoutExtension(GenerationParameters?.ModelName) },
3232
{ "model_hash", () => GenerationParameters?.ModelHash },
33+
{ "sampler", () => GenerationParameters?.Sampler },
34+
{ "cfgscale", () => GenerationParameters?.CfgScale.ToString() },
35+
{ "steps", () => GenerationParameters?.Steps.ToString() },
3336
{ "width", () => GenerationParameters?.Width.ToString() },
3437
{ "height", () => GenerationParameters?.Height.ToString() },
3538
{ "project_type", () => ProjectType?.GetStringValue() },

0 commit comments

Comments
 (0)