consts
ALCHEMY_PARAMETER_FIELDS
Bases: StrEnum
Field names that commonly appear in alchemy parameter payloads.
Source code in horde_sdk/generation_parameters/alchemy/consts.py
KNOWN_ALCHEMY_FORMS
Bases: StrEnum
Forms (type of services) for alchemist type workers.
(nsfw, caption, interrogation, post_process, etc...)
Source code in horde_sdk/generation_parameters/alchemy/consts.py
KNOWN_UPSCALERS
Bases: StrEnum
The upscalers that are known to the API.
(RealESRGAN_x4plus, RealESRGAN_x2plus, RealESRGAN_x4plus_anime_6B, etc)
Source code in horde_sdk/generation_parameters/alchemy/consts.py
BACKEND_DEFAULT
class-attribute
instance-attribute
The default model for the worker backend.
KNOWN_FACEFIXERS
Bases: StrEnum
The facefixers that are known to the API.
(CodeFormers, etc)
Source code in horde_sdk/generation_parameters/alchemy/consts.py
KNOWN_MISC_POST_PROCESSORS
Bases: StrEnum
The misc post processors that are known to the API.
(strip_background, etc)
Source code in horde_sdk/generation_parameters/alchemy/consts.py
KNOWN_CLIP_BLIP_TYPES
Bases: StrEnum
The CLIP and BLIP models that are known to the API.
Source code in horde_sdk/generation_parameters/alchemy/consts.py
KNOWN_INTERROGATORS
Bases: StrEnum
The interrogators that are known to the API.
Source code in horde_sdk/generation_parameters/alchemy/consts.py
BACKEND_DEFAULT
class-attribute
instance-attribute
The default model for the worker backend.
KNOWN_CAPTION_MODELS
Bases: StrEnum
The caption models that are known to the API.
Source code in horde_sdk/generation_parameters/alchemy/consts.py
BACKEND_DEFAULT
class-attribute
instance-attribute
The default model for the worker backend.
BLIP_BASE_SALESFORCE
class-attribute
instance-attribute
KNOWN_ALCHEMY_TYPES
Bases: StrEnum
The alchemy processes (types) that are known to the API.
(caption, GFPGAN, strip_background, etc)
Source code in horde_sdk/generation_parameters/alchemy/consts.py
RealESRGAN_x4plus_anime_6B
class-attribute
instance-attribute
is_upscaler_form
Check if the form is an upscaler form.
Source code in horde_sdk/generation_parameters/alchemy/consts.py
is_facefixer_form
Check if the form is a facefixer form.
Source code in horde_sdk/generation_parameters/alchemy/consts.py
is_interrogator_form
is_caption_form
is_nsfw_detector_form
is_strip_background_form
Check if the form is a strip background form.