ComfyUI Node: StyleAligned Reference Sampler
Authored by brianfitzgerald
Created 11 months ago
Updated 5 months ago
277 stars
Category
style_aligned
Inputs
model MODEL
share_norm
- both
- group
- layer
- disabled
share_attn
- q+k
- q+k+v
- disabled
scale FLOAT
batch_size INT
noise_seed INT
cfg FLOAT
positive CONDITIONING
negative CONDITIONING
ref_positive CONDITIONING
sampler SAMPLER
sigmas SIGMAS
ref_latents STEP_LATENTS
Outputs
LATENT
LATENT
Extension: StyleAligned for ComfyUI
Implementation of the a/StyleAligned paper for ComfyUI. This node allows you to apply a consistent style to all images in a batch; by default it will use the first image in the batch as the style reference, forcing all other images to be consistent with it.
Authored by brianfitzgerald