Skip to content

Commit

Permalink
update urls to aihorde.net. change contact info and version number se…
Browse files Browse the repository at this point in the history
…nt to horde
  • Loading branch information
Efreak committed Jan 20, 2024
1 parent 92827df commit e637b70
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/constants/index.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
export const BASE_URL_STABLE = "https://stablehorde.net";
export const BASE_URL_DEV = "https://dev.stablehorde.net";
export const BASE_URL_STABLE = "https://aihorde.net";
export const BASE_URL_DEV = "https://dev.aihorde.net";
export const BASE_URL_RATING = "https://ratings.aihorde.net";
export const MODELS_DB_URL = "https://raw.githubusercontent.com/db0/AI-Horde-image-model-reference/main/stable_diffusion.json";
export const CLIENT_AGENT = "StableUI:1.1:(discord)aqualxx#5004";
export const CLIENT_AGENT = "StableUI:1.2:(discord)efreak";
export const POLL_DASHBOARD_INTERVAL = 30; // seconds
export const POLL_WORKERS_INTERVAL = 60; // seconds
export const POLL_MODELS_INTERVAL = 30; // seconds
export const POLL_STYLES_INTERVAL = 60 * 30; // seconds
export const POLL_USERS_INTERVAL = 60 * 5; // seconds
export const MAX_PARALLEL_REQUESTS = 10;
export const DEBUG_MODE = false;
export const DEBUG_MODE = false;
2 changes: 1 addition & 1 deletion src/views/AboutView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import BaseLink from '@/components/BaseLink.vue';
<h3>What is Stable Horde?</h3>
<span>Stable Horde is an open source project that allows anyone to use Stable Diffusion - for free! For those who want the specifics, it's powered by a <BaseLink href="https://github.com/db0/AI-Horde">crowdsourced distributed cluster</BaseLink> of <BaseLink href="https://github.com/Sygil-Dev/nataili">Stable Diffusion workers</BaseLink>. Consider <BaseLink href="https://github.com/db0/AI-Horde/blob/main/README_StableHorde.md">joining the horde yourself</BaseLink>! You can join the Stable Horde <BaseLink href="https://discord.gg/3DxrhksKzn">discord server</BaseLink> or support its development on <BaseLink href="https://www.patreon.com/db0">Patreon</BaseLink> or <BaseLink href="https://github.com/db0">Github</BaseLink>.</span>
<h3>How do I increase my generation speed?</h3>
<span>If you want prioritized generations, you may <BaseLink href="https://stablehorde.net/register">register</BaseLink> an account. This will give an API key that can be used to generate images on this site or others. Make sure to never share this key! Anonymous/non-registered users have the lowest priority in the queue, resulting in slower generation times. Your API key is set to connect anonymously by default; you can change this behaviour through the settings tab. To increase your priority futher, try increasing your Kudos by setting up a worker or by contributing and being gifted by the kind fellows in the discord server.</span>
<span>If you want prioritized generations, you may <BaseLink href="https://aihorde.net/register">register</BaseLink> an account. This will give an API key that can be used to generate images on this site or others. Make sure to never share this key! Anonymous/non-registered users have the lowest priority in the queue, resulting in slower generation times. Your API key is set to connect anonymously by default; you can change this behaviour through the settings tab. To increase your priority futher, try increasing your Kudos by setting up a worker or by contributing and being gifted by the kind fellows in the discord server.</span>
<h3>Why has my IP address been put in timeout?</h3>
<span>This error occurs when your prompt has been flagged as unethical - it's to protect the Horde from the worst of the worst. To fix this error, try changing or removing words from your prompt that could be deemed as such.</span>
</div>
Expand Down

0 comments on commit e637b70

Please sign in to comment.