Text Encoding
CLIPTextEncode
Encodes a text prompt using a CLIP model into an embedding that guides the diffusion model. Category:conditioning
The text prompt to encode. Supports multiline and dynamic prompts.
The CLIP model used for encoding the text
CONDITIONING: The encoded text embedding used to guide the diffusion model
CLIPSetLastLayer
Controls which CLIP layer to use for text encoding. Category:conditioning
The CLIP model to modify
Which CLIP layer to stop at. Range: -24 to -1. -1 uses the final layer, -2 uses the second-to-last layer, etc.
CLIP: The modified CLIP model
Conditioning Combination
ConditioningCombine
Combines two conditioning inputs by concatenating them. Category:conditioning
First conditioning to combine
Second conditioning to combine
CONDITIONING: Combined conditioning
ConditioningAverage
Blends two conditionings with weighted interpolation. Category:conditioning
The target conditioning
The source conditioning to blend in
Weight of the target conditioning. Range: 0.0 to 1.0
CONDITIONING: Blended conditioning
ConditioningConcat
Concatenates conditioning tensors along the token dimension. Category:conditioning
The target conditioning
The conditioning to concatenate
CONDITIONING: Concatenated conditioning
Spatial Conditioning
ConditioningSetArea
Applies conditioning to a specific rectangular area of the image. Category:conditioning
The conditioning to apply to the area
Width of the area in pixels. Range: 64 to 16384, step 8
Height of the area in pixels. Range: 64 to 16384, step 8
X coordinate of the area. Range: 0 to 16384, step 8
Y coordinate of the area. Range: 0 to 16384, step 8
Strength of the conditioning in this area. Range: 0.0 to 10.0
CONDITIONING: Area-modified conditioning
ConditioningSetAreaPercentage
Applies conditioning to an area specified by percentage of image dimensions. Category:conditioning
The conditioning to apply
Width as percentage. Range: 0.0 to 1.0
Height as percentage. Range: 0.0 to 1.0
X position as percentage. Range: 0.0 to 1.0
Y position as percentage. Range: 0.0 to 1.0
Conditioning strength. Range: 0.0 to 10.0
CONDITIONING: Area-modified conditioning
ConditioningSetAreaStrength
Sets the strength of an existing area conditioning. Category:conditioning
The conditioning to modify
New strength value. Range: 0.0 to 10.0
CONDITIONING: Strength-modified conditioning
ConditioningSetMask
Applies conditioning using a mask to define the region. Category:conditioning
The conditioning to apply
The mask defining where to apply the conditioning
Conditioning strength. Range: 0.0 to 10.0
How to handle the conditioning area. Options:
default, mask boundsCONDITIONING: Mask-modified conditioning
Temporal Conditioning
ConditioningSetTimestepRange
Applies conditioning only during specific timesteps of the sampling process. Category:advanced/conditioning
The conditioning to modify
Start of the timestep range. Range: 0.0 to 1.0 (0.0 = beginning of sampling)
End of the timestep range. Range: 0.0 to 1.0 (1.0 = end of sampling)
CONDITIONING: Timestep-limited conditioning
Advanced Conditioning
ConditioningZeroOut
Zeros out the conditioning, creating a null/empty conditioning. Category:advanced/conditioning
The conditioning to zero out
CONDITIONING: Zeroed conditioning
ControlNet Conditioning
ControlNetApplyAdvanced
Applies ControlNet guidance to positive and negative conditioning. Category:conditioning/controlnet
Positive conditioning to apply ControlNet to
Negative conditioning to apply ControlNet to
The ControlNet model to use
The control image (e.g., edge map, depth map, pose)
ControlNet influence strength. Range: 0.0 to 10.0
When to start applying ControlNet. Range: 0.0 to 1.0
When to stop applying ControlNet. Range: 0.0 to 1.0
Optional VAE for processing the control image
positive: ControlNet-modified positive conditioningnegative: ControlNet-modified negative conditioning
Vision Conditioning
CLIPVisionEncode
Encodes an image using CLIP Vision for image-based conditioning. Category:conditioning
The CLIP Vision model to use
The image to encode
How to crop the image. Options:
center, noneCLIP_VISION_OUTPUT: Encoded image features
unCLIPConditioning
Applies unCLIP image conditioning to text conditioning. Category:conditioning
The text conditioning to enhance
The encoded image features
Image conditioning strength. Range: -10.0 to 10.0
Noise added to image embedding. Range: 0.0 to 1.0
CONDITIONING: Image-conditioned text conditioning
StyleModelApply
Applies style from a reference image using a style model. Category:conditioning/style_model
The conditioning to apply style to
The style model to use
Encoded features from the style reference image
Style strength. Range: 0.0 to 10.0
How to apply strength. Options:
multiply, attn_biasCONDITIONING: Style-modified conditioning
Inpainting Conditioning
InpaintModelConditioning
Prepares conditioning for inpainting models. Category:conditioning/inpaint
Positive conditioning
Negative conditioning
VAE for encoding the image
The image to inpaint
The inpainting mask
Add a noise mask to limit sampling to the masked area
positive: Inpaint-prepared positive conditioningnegative: Inpaint-prepared negative conditioninglatent: Prepared latent with mask