Skip to content

Commit

Permalink
add notes for fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Efreak committed Sep 30, 2023
1 parent 7949dd3 commit a5c0bc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ includes SDXL, and changed the requested number of images to 2; that means for e
request here, you'll get 2 images back instead of 1. The only niceties I've added beyond this is to set the
default model to SDXL and the defaults size to 1024x1024. Everything else is the same.

Update: I applied a fix to the leaderboard, [as found by @super.skirv on Discord](https://discord.com/channels/781145214752129095/1107629376889172098/1157447364827697182).

# stable-ui 🔥

[Stable UI](https://aqualxx.github.io/stable-ui/) is a web user interface designed to generate, save, and view images using Stable Diffusion, with the goal being able to provide Stable Diffusion to anyone for 100% free.
Expand Down
1 change: 1 addition & 0 deletions src/views/AboutView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import BaseLink from '@/components/BaseLink.vue';
<h1 style="margin-top: 0">Efreak's fork</h1>
<h3 style="margin-top: 0">THIS FORK WILL NOT BE MAINTAINED OR UODATED</h3>
<div>This is a fork of aqualxx/stable-ui, an unmaintained frontend for <a href="https://aihorde.net">AI Horde</a> crowd-sourced stable diffusion. It contains all the same bugs and limitations the original stable-ui contains, but has been updated to support SDXL, which currently requires a batch size of 2, and recommends a minimum of 1024x1024. Instead of updating this properly, I've simply added a check to see if the model includes SDXL, and changed the requested number of images to 2; that means for every 1 SDXL image you request here, you'll get 2 images back instead of 1. The only niceties I've added beyond this is to set the default model to SDXL and the defaults size to 1024x1024. Everything else is the same.</div>
<div>Update: I applied a fix to the leaderboard, <a href="https://discord.com/channels/781145214752129095/1107629376889172098/1157447364827697182>as found by @super.skirv on Discord</a>. </div>
<div></div>
<div></div>
<h1 style="margin-top: 0">Stable UI</h1>
Expand Down

0 comments on commit a5c0bc1

Please sign in to comment.