Nodes/ComfyUI EasyUse Anima/Anima Artist Mix Conditioning
ComfyUI Node

Anima Artist Mix Conditioning

Applies artist tags to a regular prompt, positions them with ANIMA ordering or fixed front/back placement, and outputs positive CONDITIONING. Artist mix modes can be used without Prompt Studio prompt data.

By n0va39·Created 2 months ago·Updated 6 days ago· 18
Anima Artist Mix Conditioning
  • clip
  • positive
prompt
artist_tags
artist_positioncorrect
artist_mix_modeprompt
artist_mix_start_percent0.50
artist_mix_strength_scale1.00
artist_mix_style_gain1.35
artist_mix_rms_scale_cap2.00
artist_mix_exact_top_k4
artist_mix_cluster_count4
artist_mix_dominant_isolationtrue
artist_mix_dominant_threshold0.25
CategoryEasyUse Anima/Prompt

Inputs (13)

NameTypeDefaultDescription
clipCLIPCLIP used to encode the prompt and artist tags.
promptSTRINGBase positive prompt without the standalone artist tags.
artist_tagsSTRINGComma- or newline-separated artist tags. (artist:1.2) sets a mix weight. [[artist_a, artist_b:0.7]] keeps multiple artists in one mix branch.
artist_positionCOMBOcorrectcorrect applies ANIMA prompt ordering, front pins artists before the prompt, and back pins artists after the prompt.
artist_mix_modeCOMBOpromptoff: Cost: 1 positive branch. Keeps artist-field text inline in the positive prompt. prompt: Cost: 1 positive branch. Keeps artist-field text inline in the positive prompt. average: Cost: 1 positive branch. Weighted average of artist conditionings; fastest stable mix. delta_rms: Cost: 1 positive branch. Mixes artist deltas from the base prompt and restores RMS style energy; usually stronger than average. hybrid: Cost: top_k + 1 positive branches. Keeps strongest artists as exact branches and compresses the tail with delta_rms; recommended balance. clustered: Cost: about cluster_count plus dominant artists. Groups similar artist deltas and compresses each cluster; useful for many artists. exact: Cost: N positive branches. Most faithful artist-specific model output mix. composite_exact: Cost: N + 1 positive branches. Adds one composite prompt branch plus exact artist branches. late_exact: Cost: base + N late exact branches. Applies exact mixing only after start. average_late_exact: Cost: 1 average branch plus N late exact branches. Fast early mix, exact late refinement. scheduled_average: Cost: scheduled average branches. Changes artist weights across timestep ranges.
artist_mix_start_percentFLOAT0.500–1Start percent used by late/scheduled artist mix modes.
artist_mix_strength_scaleFLOAT1.000–5Strength multiplier used by exact artist mix modes.
artist_mix_style_gainFLOAT1.350–3Style delta gain used by delta_rms, hybrid tail, and clustered compressed branches.
artist_mix_rms_scale_capFLOAT2.001–5Maximum RMS energy restore scale for delta_rms compressed artist branches.
artist_mix_exact_top_kINT40–64Hybrid mode keeps this many strongest artists as exact positive branches.
artist_mix_cluster_countINT41–32Clustered mode compresses non-dominant artists into this many positive branches.
artist_mix_dominant_isolationBOOLEANtrueClustered mode keeps artists above the dominant threshold as exact branches.
artist_mix_dominant_thresholdFLOAT0.250–1Clustered dominant isolation threshold based on normalized artist weight.

Outputs (1)

NameTypeDescription
positiveCONDITIONINGPositive CONDITIONING encoded from prompt plus artist tags.