Module prompt

Module prompt 

Source

Structs§

CLIPTextEncode
Struct representing a CLIPTextEncode node.
CheckpointLoaderSimple
Struct representing a CheckpointLoaderSimple node.
EmptyLatentImage
Struct representing an EmptyLatentImage node.
GenericNode
Struct representing a generic node.
ImageOnlyCheckpointLoader
Struct representing a ImageOnlyCheckpointLoader node.
KSampler
Struct representing a KSampler node.
KSamplerSelect
Struct representing a KSamplerSelect node.
LoadImage
Struct representing a LoadImage node.
LoraLoader
Struct representing a LoraLoader node.
Meta
Struct representing a node metadata.
ModelSamplingDiscrete
Struct representing a ModelSamplingDiscrete node.
NodeConnection
Struct representing a node input connection.
PreviewImage
Struct representing a PreviewImage node.
Prompt
Struct representing a prompt workflow.
Response
Struct representing a response to a prompt execution request.
SDTurboScheduler
Struct representing a SDTurboScheduler node.
SVDimg2vidConditioning
Struct representing a SVDimg2vidConditioning node.
SamplerCustom
Struct representing a SamplerCustom node.
SaveAnimatedWEBP
Struct representing a SaveAnimatedWEBP node.
SaveImage
Struct representing a SaveImage node.
VAEDecode
Struct representing a VAEDecode node.
VAELoader
Struct representing a VAELoader node.
VideoLinearCFGGuidance
Struct representing a VideoLinearCFGGuidance node.

Enums§

GenericValue
Enum of possible generic node input types.
Input
Enum of inputs to a node.
NodeOrUnknown
Enum capturing all possible node types.

Traits§

AsAny
Trait to allow downcasting to dyn Any.
Node

Functions§

as_node
Get a reference to a node of a specific type.
as_node_mut
Get a mutable reference to a node of a specific type.