Nodes/ComfyUI EasyUse Anima/Anima Wildcard LoRA
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.

By n0va39·Created 2 months ago·Updated 6 days ago· 18
Anima Wildcard LoRA
  • lora_stack
  • text
  • seed
  • LORA_STACK
text
populated_text
mode일반
seed0
CategoryEasyUse Anima/Prompt

Inputs (5)

NameTypeDefaultDescription
textSTRINGSource 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_textSTRINGExpanded-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.
modeCOMBO일반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.
seedINT00–18446744073709550000Seed 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_stackoptLORA_STACKOptional LoRA stack. Wildcard-expanded prompt LoRAs are appended in prompt order.

Outputs (3)

NameTypeDescription
textSTRINGExpanded prompt text.
seedINTSeed used for this expansion.
LORA_STACKLORA_STACKInput LoRA stack followed by LoRAs extracted after wildcard expansion.