diff --git a/horde/apis/v2/stable.py b/horde/apis/v2/stable.py index 999aa1ac..1d56ccd9 100644 --- a/horde/apis/v2/stable.py +++ b/horde/apis/v2/stable.py @@ -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.", ) diff --git a/horde/consts.py b/horde/consts.py index 7f1920f0..4002579d 100644 --- a/horde/consts.py +++ b/horde/consts.py @@ -1,4 +1,4 @@ -HORDE_VERSION = "4.32.0" +HORDE_VERSION = "4.32.1" WHITELISTED_SERVICE_IPS = { "212.227.227.178", # Turing Bot