Skip to content

Commit

Permalink
fix build...
Browse files Browse the repository at this point in the history
  • Loading branch information
Efreak committed May 13, 2024
1 parent e637b70 commit b3f668f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/AboutView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import BaseLink from '@/components/BaseLink.vue';
<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; 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>Update: I applied a fix to space out requests because horde now has a rate limit on async endpoints. Since Horde now supports SDXL officially, I also swapped out sdxl_beta model name for SDXL 1.0 and removed the inpainting and image amount overrides from it.</div>
<div>Jan. 8, 2024: Added LoRa/TI support. In your prompt, use the syntax `<lora:id:strength>` or `<ti:id>` to add them to your request. For LoRas, put a 'v' before the id to use the version id instead. Not that for both loras and tis, only integer ids are supported. (Added by rbrtcs1)</div>
<div>Jan. 8, 2024: Added LoRa/TI support. In your prompt, use the syntax `&#x3C;lora:id:strength&#x3E;` or `&#x3C;ti:id&#x3E;` to add them to your request. For LoRas, put a 'v' before the id to use the version id instead. Not that for both loras and tis, only integer ids are supported. (Added by rbrtcs1)</div>
<div>Update: I added LCM sampler. TODO: if upcoming worker changes allow it, add unipc sampler and allow use of dpm samplers in img2img. -Efreak</div>
<div></div>
<div></div>
Expand Down

0 comments on commit b3f668f

Please sign in to comment.