Skip to content

Commit

Permalink
Swarm 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Jul 8, 2024
1 parent 2f89165 commit e6645d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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 0.9.0.1 Beta**.
**SwarmUI 0.9.1.0 Beta**.

A Modular Stable Diffusion Web-User-Interface, with an emphasis on making powertools easily accessible, high performance, and extensibility.

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.0.1</Version>
<Version>0.9.1.0</Version>
<NoWarn>CS1998</NoWarn>
<InvariantGlobalization>true</InvariantGlobalization>
</PropertyGroup>
Expand Down
3 changes: 2 additions & 1 deletion src/wwwroot/js/genpage/welcomemessages.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ function automaticWelcomeMessage(override = null) {
`New feature (2024-06-02): TensorRT Support!\nFor making things go fasterer! <a href="https://github.com/Stability-AI/StableSwarmUI/discussions/11#discussioncomment-9641683">(Feature Announcement Link)</a>`,
`New feature (2024-06-12): SD3-Medium!\nCool new model architecture! <a href="https://new.reddit.com/r/StableDiffusion/comments/1de65iz">(Reddit Post Link)</a>`,
/* Version release notes */
`Release notes (2024-06-21): Check out the <a href="https://github.com/mcmonkeyprojects/SwarmUI/releases/tag/0.9.0-Beta">Release Notes for version 0.9.0 (Beta)</a>`
`Release notes (2024-06-21): Check out the <a 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 href="https://github.com/mcmonkeyprojects/SwarmUI/releases/tag/0.9.1-Beta">Release Notes for version 0.9.1 (Beta)</a>`
];
let dotnetNotice = document.getElementById('dotnet_missing_message');
if (dotnetNotice) {
Expand Down

0 comments on commit e6645d7

Please sign in to comment.