ComfyUI Node
LoRA Keyframes π
LoRA Keyframes - Schedule LoRA strength during sampling
FORMAT: strength@percent, strength@percent, ...
- strength: LoRA strength multiplier at this point (0 = off, 1 = normal, 2 = double)
- percent: when to apply (0.0 = start, 0.5 = middle, 1.0 = end)
EXAMPLES:
β’ "[email protected], [email protected], [email protected]" β Bell-shaped curve (fade in/out)
β’ "[email protected], [email protected]" β Fade in and stay on
β’ "[email protected], [email protected]" β Start strong, then fade out
β’ "[email protected], [email protected], [email protected]" β Active only in middle
INTERPOLATION MODES:
β’ step β Rectangular jumps (default ComfyUI behavior)
β’ linear β Linear interpolation between keyframes
β’ smoothstep β Smooth fade
β’ ease_in β Starts slow, accelerates
β’ ease_out β Starts fast, slows down
β’ ease_in_out β Smooth ease in/out
RESOLUTION:
- Controls how many intermediate keyframes are generated between your defined keyframes
- Number of points = resolution + 1
- Example: resolution = 20 β 21 keyframes at 0%, 5%, 10%, ..., 100%
- Higher resolution β smoother curve, more granular strength changes
- Lower resolution β coarser, fewer keyframes, faster processing
TIP: Use fewer keyframes for smoother sampling (each keyframe adds a tiny delay)
By kreonxvΒ·Created 6 months agoΒ·Updated 6 months agoΒ· 1