ComfyUI Node
Anima Wildcard LoRA
Anima Wildcard with the same populated_text lifecycle, plus A1111 and LoraManager <lora:name:model[:clip]> extraction and an appended LORA_STACK output.
Anima Wildcard LoRA
- lora_stack
- text
- seed
- LORA_STACK
◄text►
◄populated_text►
◄mode일반►
◄seed0►
CategoryEasyUse Anima/Prompt
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| text | STRING | Source prompt expanded by General and Sequential modes. Syntax: __name__; {a|b|c}; weighted N::item; {n$$...} or {min-max$$separator$$...}; N#__name__; and nested combinations. Wildcard names ignore case and support * glob collections. Only lines whose first non-space character is # are removed as comments. | |
| populated_text | STRING | Expanded-result cache used like Impact Pack's populated_text. General and Sequential replace it from text; Fixed and Reproduce ignore text and process this value with the same wildcard engine, including file wildcards. | |
| mode | COMBO | 일반 | General (일반): expand text with deterministic seed-based choices and cache the result in populated_text. Fixed (고정): ignore text and process populated_text with the same wildcard engine. Sequential (순차): expand text with seed modulo each option count. Reproduce (재현): process populated_text once, then return the live and saved mode to General like Impact Pack. |
| seed | INT | 00–18446744073709550000 | Seed for deterministic weighted random selection. The same text and seed produce the same result. 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. ComfyUI's native seed control owns any post-queue randomize, increment, or decrement behavior. |
| lora_stackopt | LORA_STACK | Optional LoRA stack. Wildcard-expanded prompt LoRAs are appended in prompt order. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| text | STRING | Expanded prompt text. |
| seed | INT | Seed used for this expansion. |
| LORA_STACK | LORA_STACK | Input LoRA stack followed by LoRAs extracted after wildcard expansion. |