consts
KNOWN_IMAGE_SAMPLERS
Bases: StrEnum
The samplers that are known to the API.
(k_lms, k_heun, DDIM, etc)
Source code in horde_sdk/generation_parameters/image/consts.py
KNOWN_IMAGE_SCHEDULERS
Bases: StrEnum
The schedulers that are known to the API.
(normal, karras, exponential, etc)
Source code in horde_sdk/generation_parameters/image/consts.py
KNOWN_IMAGE_CONTROLNETS
Bases: StrEnum
The controlnets that are known to the API.
Source code in horde_sdk/generation_parameters/image/consts.py
KNOWN_IMAGE_SOURCE_PROCESSING
Bases: StrEnum
The source processing methods that are known to the API.
(txt2img, img2img, inpainting, etc)
Source code in horde_sdk/generation_parameters/image/consts.py
TI_TRIGGER_INJECT_CHOICE
Bases: StrEnum
The TI trigger inject choices that are known to the API.
Source code in horde_sdk/generation_parameters/image/consts.py
NO_INJECT
class-attribute
instance-attribute
No injection - the model either does not require it or the user will add the trigger manually.
POSITIVE_PROMPT
class-attribute
instance-attribute
Injects into the 'positive' prompt.
LORA_TRIGGER_INJECT_CHOICE
Bases: StrEnum
The LoRa trigger inject choices that are known to the API.
Source code in horde_sdk/generation_parameters/image/consts.py
NO_INJECT
class-attribute
instance-attribute
No injection - the model either does not require it or the user will add the trigger manually.
EXACT_POSITIVE
class-attribute
instance-attribute
Injects the exact specified trigger term into the 'positive' prompt.
EXACT_NEGATIVE
class-attribute
instance-attribute
Injects the exact specified trigger term into the 'negative' prompt.
FUZZY_POSITIVE
class-attribute
instance-attribute
Attempt to match the specified trigger term to a published trigger term into the 'positive' prompt.
KNOWN_IMAGE_WORKFLOWS
CLIP_SKIP_REPRESENTATION
Bases: StrEnum
The CLIP skip representations that are known.
Source code in horde_sdk/generation_parameters/image/consts.py
NEGATIVE_OFFSET
class-attribute
instance-attribute
CLIP skip is used with a negative offset.
For example, -1 means "no skipped layers" and -2 means "skip the last layer". This is the case for comfyui.