ComfyUI Node
Anima Prompt Studio Advanced
Advanced Prompt Studio with reorderable positive and negative fields, NAIA fill support, trigger input handling, Mod Guidance routing, metadata outputs, and latent resolution output.
Anima Prompt Studio Advanced
- positive_prompt
- negative_prompt
- anima_mod_guidance_quality_tags
- anima_mod_guidance_negative_prompt
- use_anima_mod_guidance
- use_negative_anima_mod_guidance
- metadata_prompt
- metadata_negative_prompt
- width
- height
◄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►
CategoryEasyUse Anima/Prompt
Inputs (13)
| 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. |
Outputs (10)
| Name | Type | Description |
|---|---|---|
| positive_prompt | STRING | Final positive prompt assembled from enabled positive fields. |
| negative_prompt | STRING | Final negative prompt assembled from enabled negative fields. |
| anima_mod_guidance_quality_tags | STRING | Positive quality fields routed to Anima Mod Guidance. |
| anima_mod_guidance_negative_prompt | STRING | Negative quality fields routed to Anima Mod Guidance. |
| use_anima_mod_guidance | BOOLEAN | Boolean flag passed through for Anima Mod Guidance workflow control. |
| use_negative_anima_mod_guidance | BOOLEAN | Boolean flag passed through for negative Anima Mod Guidance workflow control. |
| metadata_prompt | STRING | Positive metadata prompt with metadata filters applied. |
| metadata_negative_prompt | STRING | Negative metadata prompt with metadata filters applied. |
| width | INT | Selected latent width. |
| height | INT | Selected latent height. |