forked from aqualxx/stable-ui
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update urls to aihorde.net. change contact info and version number se…
…nt to horde
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters