Skip to content

Commit

Permalink
Swarm v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Aug 10, 2024
1 parent 6b7dfc7 commit 896f832
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SwarmUI

**SwarmUI v0.9.1 Beta**.
**SwarmUI v0.9.2 Beta**.

Formerly known as StableSwarmUI.

Expand Down
2 changes: 1 addition & 1 deletion src/SwarmUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>0.9.1.1</Version>
<Version>0.9.2.0</Version>
<NoWarn>CS1998</NoWarn>
<InvariantGlobalization>true</InvariantGlobalization>
</PropertyGroup>
Expand Down
5 changes: 3 additions & 2 deletions src/wwwroot/js/genpage/welcomemessages.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,10 @@ function automaticWelcomeMessage(override = null) {
`New feature (2024-06-12): SD3-Medium!\nCool new model architecture! <a target="_blank" href="https://new.reddit.com/r/StableDiffusion/comments/1de65iz">(Reddit Post Link)</a>`,
`New feature (2024-07-31): Better dropdown text!\nNo more letter-spam samplers, now you can actually see what they're about! <a target="_blank" href="https://github.com/mcmonkeyprojects/SwarmUI/discussions/1#discussioncomment-10199321">(Feature Announcement Link)</a>`,
`New feature (2024-07-31): Support for Black Forest Labs' new Flux.1 models!\nRequires very high-end GPUs, but is the new best foundation model in the world. <a target="_blank" href="https://github.com/mcmonkeyprojects/SwarmUI/discussions/1#discussioncomment-10216583">(Feature Announcement Link)</a>`,
`New feature (2024-08-10): Image Editor SAM2 Autosegment\nWant the AI to help you mask even in manual mask painting? Now it can! <a target="_blank" href="https://github.com/mcmonkeyprojects/SwarmUI/discussions/1#discussioncomment-10296989">(Feature Announcement Link)</a>`,
/* Version release notes */
`Release notes (2024-06-21): Check out the <a target="_blank" href="https://github.com/mcmonkeyprojects/SwarmUI/releases/tag/0.9.0-Beta">Release Notes for version 0.9.0 (Beta)</a>`,
`Release notes (2024-08-08): Check out the <a target="_blank" href="https://github.com/mcmonkeyprojects/SwarmUI/releases/tag/0.9.1-Beta">Release Notes for version 0.9.1 (Beta)</a>`
`Release notes (2024-07-08): Check out the <a target="_blank" href="https://github.com/mcmonkeyprojects/SwarmUI/releases/tag/0.9.1-Beta">Release Notes for version 0.9.1 (Beta)</a>`,
`Release notes (2024-08-10): Check out the <a target="_blank" href="https://github.com/mcmonkeyprojects/SwarmUI/releases/tag/0.9.2-Beta">Release Notes for version 0.9.2 (Beta)</a>`
];
let dotnetNotice = document.getElementById('dotnet_missing_message');
if (dotnetNotice) {
Expand Down

0 comments on commit 896f832

Please sign in to comment.