Anima Artist Inspector
See what the Anima mixer is actually doing to your chain
- artist_pack
- advanced_options
- preset
- model
- report
"Something's wrong with my mix" is the most common sentence in any Anima artist-mixing thread, and AnimaArtistInspector is the pack's answer to it. Wire it onto your artist pack and it reads back the effective state of your workflow - parsed artists, weights, layer routes, timing routes, block map, and normalize state - with warnings when something's off. It's a debugging node, not a generation node: it takes the pieces you've already built and tells you what they resolve to.
The README's guidance is blunt: when a workflow behaves strangely, connect the Inspector and read the effective weights and warnings directly in ComfyUI instead of guessing. That's the whole pitch.
What it takes
The required input is artist_pack (the ANIMA_PACK output of AnimaArtistPack). Then, optionally, the exact settings you'd otherwise guess about:
combine_modeandfusion_mode- which combine/fusion strategy is in effect.strength- the effective injection strength.advanced_optionsandpreset- the ANIMA_OPTS/ANIMA_PRESET payloads, so the report reflects what the preset actually set.model- optional, but worth connecting: it lets the Inspector read the real block count instead of assuming 28.
What it gives you
One output: report (STRING), shown in the node's UI panel. On older ComfyUI frontends that don't render the panel, wire the STRING output into a Show Text node. The report covers parsed artists with their resolved weights, which layers and sampling windows each one is routed to, the block map, and the effective normalize state - plus runtime warnings for suspicious cross-attention or model-wrapper conflicts.
Install
Manager → search "Anima Artist Mixer Forge", or:
cd ComfyUI/custom_nodes
git clone https://github.com/peter119lee/Anima-Artist-Mixer-Forge
then restart. No extra dependencies; needs the usual Anima files when connected to a real model, but the report itself runs cheaply. Remove the original Anima-Artist-Mixer if installed.
My take
The Inspector shines in the specific case the compatibility notes describe: you've also got regional prompting or some other attention-patching node in the graph, and the artist effect has gone weak. The Inspector will show you whether the mixer's block map survived, whether normalization got flipped, and whether a route silently fell back. It won't fix the conflict for you - that's what compatibility_safe is for - but it stops you from debugging blind.
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| artist_pack | ANIMA_PACK | — | |
| combine_modeopt | COMBO | output_avg | 3 options: concat, output_avg, lowrank_avg |
| fusion_modeopt | COMBO | interpolate | 3 options: interpolate, concat_with_base, base_preserve |
| strengthopt | FLOAT | 1.000–4 | — |
| advanced_optionsopt | ANIMA_OPTS | — | |
| presetopt | ANIMA_PRESET | — | |
| modelopt | MODEL | Optional. Connect the Anima model to read the real block count instead of assuming 28. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| report | STRING | — |