ComfyUI Node
Anima Prompt Studio Advanced v2
Advanced Prompt Studio v2. It outputs a single EASYUSE_ANIMA_PROMPT_DATA dict socket for downstream nodes.
Anima Prompt Studio Advanced v2
- EASYUSE_ANIMA_PROMPT_DATA
◄use_naiafalse►
◄consume_naia_on_queuetrue►
◄use_anima_mod_guidancefalse►
◄resolution_bucket1024►
◄resolution_size1024 * 1024 (1:1)►
◄resolution_custom_width1024►
◄resolution_custom_height1024►
◄pin_trigger_tags_to_frontfalse►
◄advanced_fields[{"id":"positive_quality","pane":"positive","type":"quality","label":"Quality Tags","text":"newest, masterpiece, best quality, score_8, score_7:, highres, absurdres, very aesthetic","height":72,"enabled":true},{"id":"positive_artist","pane":"positive","type":"artist","label":"Artist Tags","text":"","height":72,"enabled":true},{"id":"positive_trigger","pane":"positive","type":"trigger","label":"Trigger Words","text":"","height":72,"enabled":true,"pin":true},{"id":"positive_general","pane":"positive","type":"general","label":"General Tags","text":"","height":150,"enabled":true},{"id":"positive_trailing","pane":"positive","type":"general","label":"General Tags","text":"location, (A highly aesthetic Pixiv style illustration, clean composition, high-quality digital art, detailed background, sharp focus on facial expressions.:0.6)","height":72,"enabled":true},{"id":"negative_general","pane":"negative","type":"general","label":"General Tags","text":"","height":120,"enabled":true}]►
◄use_negative_anima_mod_guidancefalse►
◄wildcard_mode일반►
◄wildcard_seed0►
◄wildcard_seed_after_generatefixed►
◄artist_mix_modeoff►
◄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 (22)
| Name | Type | Default | Description |
|---|---|---|---|
| use_naia | BOOLEAN | false | Internal request flag. The front-end exposes this as the NAIA Prompt field's 'Fill from NAIA' button, which fills that field with a fresh NAIA random prompt. |
| consume_naia_on_queue | BOOLEAN | true | Internal one-shot mode. Successful NAIA fills are saved with the request flag off so loaded workflows reuse the stored prompt. |
| use_anima_mod_guidance | BOOLEAN | false | true: positive output excludes quality fields and sends them through the mod guidance quality output. |
| resolution_bucket | STRING | 1024 | Internal selected latent resolution bucket. |
| resolution_size | STRING | 1024 * 1024 (1:1) | Internal selected latent resolution, formatted as width * height (ratio). |
| resolution_custom_width | INT | 102432–8192 | Internal custom latent width. Values are snapped to multiples of 32. |
| resolution_custom_height | INT | 102432–8192 | Internal custom latent height. Values are snapped to multiples of 32. |
| pin_trigger_tags_to_front | BOOLEAN | false | Legacy internal flag. Trigger field Pin buttons control trigger placement. |
| advanced_fields | STRING | [{"id":"positive_quality","pane":"positive","type":"quality","label":"Quality Tags","text":"newest, masterpiece, best quality, score_8, score_7:, highres, absurdres, very aesthetic","height":72,"enabled":true},{"id":"positive_artist","pane":"positive","type":"artist","label":"Artist Tags","text":"","height":72,"enabled":true},{"id":"positive_trigger","pane":"positive","type":"trigger","label":"Trigger Words","text":"","height":72,"enabled":true,"pin":true},{"id":"positive_general","pane":"positive","type":"general","label":"General Tags","text":"","height":150,"enabled":true},{"id":"positive_trailing","pane":"positive","type":"general","label":"General Tags","text":"location, (A highly aesthetic Pixiv style illustration, clean composition, high-quality digital art, detailed background, sharp focus on facial expressions.:0.6)","height":72,"enabled":true},{"id":"negative_general","pane":"negative","type":"general","label":"General Tags","text":"","height":120,"enabled":true}] | Internal JSON payload for Advanced Prompt Studio fields. |
| use_negative_anima_mod_guidance | BOOLEAN | false | true: negative output excludes negative quality fields and sends them through the negative Mod Guidance output. |
| wildcard_mode | COMBO | 일반 | General expands deterministically; Sequential uses seed % option_count. Seed control independently decides the next seed. |
| wildcard_seed | INT | 00–18446744073709550000 | Wildcard seed used by Advanced Prompt Studio fields. Browser/public editing and next-seed range: 0..9007199254740991. The Python backend continues accepting uint64 values for legacy workflow validation, but values above the public maximum are best-effort in the browser because JavaScript may already have lost integer precision. Fixed does not intentionally advance a legacy value; increment, decrement, and randomize return the next seed to the public range. |
| wildcard_seed_after_generate | COMBO | fixed | After an accepted queue: keep the seed fixed, randomize it, or increment it by one. |
| artist_mix_mode | COMBO | off | off: 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_percent | FLOAT | 0.500–1 | Start percent used by late/scheduled artist mix modes. |
| artist_mix_strength_scale | FLOAT | 1.000–5 | Strength multiplier used by exact artist mix modes. |
| artist_mix_style_gain | FLOAT | 1.350–3 | Style delta gain used by delta_rms, hybrid tail, and clustered compressed branches. |
| artist_mix_rms_scale_cap | FLOAT | 2.001–5 | Maximum RMS energy restore scale for delta_rms compressed artist branches. |
| artist_mix_exact_top_k | INT | 40–64 | Hybrid mode keeps this many strongest artists as exact positive branches. |
| artist_mix_cluster_count | INT | 41–32 | Clustered mode compresses non-dominant artists into this many positive branches. |
| artist_mix_dominant_isolation | BOOLEAN | true | Clustered mode keeps artists above the dominant threshold as exact branches. |
| artist_mix_dominant_threshold | FLOAT | 0.250–1 | Clustered dominant isolation threshold based on normalized artist weight. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| EASYUSE_ANIMA_PROMPT_DATA | EASYUSE_ANIMA_PROMPT_DATA | Structured prompt data dict for downstream EasyUse Anima nodes. |