ComfyUI Node: Attention Override (SDXL)
Authored by logtd
Created 7 months ago
Updated 5 months ago
14 stars
Category
attention
Inputs
input_4 BOOLEAN
input_5 BOOLEAN
input_7 BOOLEAN
input_8 BOOLEAN
middle_0 BOOLEAN
output_1 BOOLEAN
output_2 BOOLEAN
output_3 BOOLEAN
output_4 BOOLEAN
output_5 BOOLEAN
Outputs
ATTN_OVERRIDE
Extension: ComfyUI-RAVE Attention
ComfyUI nodes to use RAVE attention as a temporal attention mechanism. This differs from other implementations in that it does not concatenate the images together, but within the UNet's Self-Attention mechanism performs the RAVE technique. By not altering the images/latents throughout the UNet, this method does not affect other temporal techniques, style mechanisms, or other UNet modifications. For example, it can be combined with AnimateDiff, ModelScope/ZeroScope, or FLATTEN.
Authored by logtd