ComfyUI Node
LZ Anima Artist Node
A ComfyUI node in LZNodes/Anima with 10 inputs and 3 outputs.
LZ Anima Artist Node
- clip
- model
- advanced_options
- model
- base_prompt
- positive_text
◄artist_chain►
◄combine_modeoutput_avg►
◄fusion_modeinterpolate►
◄strength1.00►
◄enabledtrue►
◄apply_to_uncondfalse►
◄base_prompt►
CategoryLZNodes/Anima
Inputs (10)
| Name | Type | Default | Description |
|---|---|---|---|
| clip | CLIP | — | |
| model | MODEL | — | |
| artist_chain | STRING | Artist chain. Separate with commas or newlines. Example: wlop, sakimichan, krenz Supports two weight syntaxes (can coexist): 1) Bracket syntax (wlop:1.5) - affects CLIP encoding layer, nonlinear 2) ::weight syntax ::wlop::1.5 - affects cross-attn injection layer, linear Default weight=1.0. Range [0.0, 4.0]. ::weight and brackets can be stacked: ::(wlop:1.1)::0.8 | |
| combine_mode | COMBO | output_avg | 3 options: concat, output_avg, lowrank_avg |
| fusion_mode | COMBO | interpolate | 3 options: interpolate, concat_with_base, base_preserve |
| strength | FLOAT | 1.000–4 | Artist injection strength. 0.0-1.0: interpolation lerp(base, artist, strength) 1.0-4.0: extrapolation base + strength * (artist - base) Recommended 1.5-2.5 for extrapolation. |
| enabled | BOOLEAN | true | — |
| apply_to_uncond | BOOLEAN | false | — |
| base_promptopt | STRING | Base prompt (optional). Recommend format: '<artist>\n<base_prompt>' | |
| advanced_optionsopt | ANIMA_OPTS | — |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| model | MODEL | — |
| base_prompt | CONDITIONING | — |
| positive_text | STRING | — |