ComfyUI Extension
ComfyUI-T2I_StyleApply
Simple node for ComfyUI that applies a text-to-image (T2I) style to an image or embedding with support for start/end frame control and a weight parameter.
kreonxv/ComfyUI-T2I_StyleApply
Nodes1
On cloudLocal install
Categorysd
Stars0
Updated6 months ago
Nodes (1)
Readme
ComfyUI T2I Apply Style Node (only SD 1.5)
Simple node for ComfyUI that applies a text-to-image (T2I) style to an image or embedding with support for start/end frame control and a weight parameter.
Features
- Apply a style (image or embedding) to the target image or embedding.
- Start / End support: limit the style application to a frame range (useful for animations or frame sequences).
- Weight: control the strength of the style application (0.0 = no effect, 1.0 = full effect).
Inputs
Image/Input— the image or embedding to be styled.Style— style source (image or style embedding).Start— start frame or step (inclusive) where the style begins applying.End— end frame or step (inclusive) where the style stops applying.Weight— float (0.0–1.0) controlling style strength.
Outputs
Styled— the resulting image or embedding with the style applied according to the specified range and weight.
Usage
- Add the node to your ComfyUI flow.
- Connect the target
Image/Inputand theStylesource. - Set
StartandEndto control which frames receive the style (leave blank or set to full range to apply globally). - Adjust
Weightto blend between the original and styled outputs.
Notes
- When using for animations, ensure frame indices match your sequence indexing (0-based vs 1-based depending on your pipeline).
- If
Start>End, the node will skip applying the style.