Skip to content

Commit 5a6aa69

Browse files
authored
Merge pull request LykosAI#1233 from ionite34/backport/main/pr-1232
2 parents 2511c75 + d688dfb commit 5a6aa69

18 files changed

Lines changed: 1488 additions & 77 deletions

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,14 @@ and this project adheres to [Semantic Versioning 2.0](https://semver.org/spec/v2
1313
- Added support in the Checkpoints page to distinguish standard updates from Early Access-only updates - thanks to @x0x0b!
1414
- Added torch index for Strix/Gorgon Point Ryzen AI APUs on Windows - thanks to @NeuralFault!
1515
- Added retry button to failed downloads - thanks to @NeuralFault!
16+
- Added new Membership support in Account Settings with Patreon migration prompt
1617
### Changed
1718
- Settings file saves are now atomic to prevent corruption from interrupted writes
1819
- Updated torch indexes for A1111, ComfyUI, InvokeAI, and Forge-based UIs to rocm7.2 / cu128 depending on GPU - thanks to @NeuralFault!
20+
- Replaced the "Become a Patron" footer button with "Support Us", linking to the new direct Lykos support page at lykos.ai/membership
21+
- Updated the prompt dialog shown when enabling features like Accelerated Model Discovery to use Lykos accounts instead of Patreon linking
22+
- Moved the Patreon connection in Account Settings to a new "Legacy Connections" section, only shown for users with an existing Patreon link
23+
- Localized previously hardcoded strings on the Account Settings page (menu items, descriptions, section headers) and added Japanese, Korean, German, and French translations
1924
### Fixed
2025
- Fixed an issue where `Align Your Steps` scheduler and Unet Loader workflows ignored Regional Prompting (and other addon) conditioning modifiers.
2126
- Fixed the Package Manager "Add Package" teaching tip opening inopportunely while packages were still loading or after opening the add-package dialog

StabilityMatrix.Avalonia/Assets.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,10 @@ internal static class Assets
155155

156156
public static Uri PatreonUrl { get; } = new("https://patreon.com/StabilityMatrix");
157157

158+
public static Uri MembershipUrl { get; } = new("https://lykos.ai/membership?ref=a1");
159+
160+
public static Uri PatreonBlogPostUrl { get; } = new("https://lykos.ai/blog/patreon-update");
161+
158162
public static Uri CivitAIUrl { get; } = new("https://civitai.com");
159163

160164
public static Uri LykosForgotPasswordUrl { get; } = new("https://lykos.ai/forgot-password");

0 commit comments

Comments
 (0)