Skip to content

Commit

Permalink
fix: improve notice for not enough kudos
Browse files Browse the repository at this point in the history
  • Loading branch information
db0 committed Mar 3, 2024
1 parent d8b6eaf commit a20f077
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion horde/apis/v2/stable.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,8 @@ def initiate_waiting_prompt(self):
required_kudos,
self.username,
message=f"Due to heavy demand, for requests over {resolution}x{resolution} "
"or over 50 steps (10 steps for LCM work, 25 for k_heun, dpmpp_sde, and dpm_2*), "
"or over 50 steps (10 steps for LCM work, 30 steps for Stable Cascade, "
"and half those steps for k_heun, dpmpp_sde, and dpm_2*) "
"the client needs to already have the required kudos. "
f"This request requires {required_kudos} kudos to fulfil.",
)
Expand Down
2 changes: 1 addition & 1 deletion horde/consts.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
HORDE_VERSION = "4.32.0"
HORDE_VERSION = "4.32.1"

WHITELISTED_SERVICE_IPS = {
"212.227.227.178", # Turing Bot
Expand Down

0 comments on commit a20f077

Please sign in to comment.