⚔️ Isulion Artifact Generator
Roll a legendary sword for your fantasy shot
- artifact
- seed
The Isulion Artifact Generator is the pack's magical-item dispenser: 56 artifact descriptions in a dropdown, or a randomizer that hands you a "legendary sword", "enchanted amulet", or "cursed tome" on demand. It's the fantasy equivalent of the Clothing Generator - a word-bank picker with a category filter - aimed squarely at anyone generating D&D-style item art, loot cards, or fantasy still lifes.
The 56 entries are organized into four buckets: weapon, jewelry, tool, and relic. That's a smarter taxonomy than a flat list, because it gives you the one input that matters beyond the artifact itself - a type filter so your random rolls stay on-theme. Random-rolling an "enchanted bow" when you wanted jewelry for a royal portrait is exactly the failure this filter prevents.
Inputs and outputs
- artifact - the 56-entry dropdown, manual override. The full list is the union of all four buckets.
- type - optional filter, default
any, withweapon,jewelry,tool, orrelic. Withrandomizeenabled, random draws respect it - roll only weapons, or only relics. Setanyand every bucket is in play. - randomize -
enable/disable. Disabled passes the dropdown through; enabled draws randomly within thetypefilter. - seed - optional INT, default 0. Pack convention: >0 locks the draw, 0 rolls fresh and returns the actual seed.
Outputs: artifact (the artifact phrase, as a STRING) and seed (INT). Bare phrase, as usual - "legendary sword", not a story. The node names the item; you supply "glowing runes, ornate hilt, dragon motif" if you want it dressed up.
The take
For its niche, this node is genuinely well-built. The category filter is the feature the other simple pickers lack, and it makes the randomizer actually useful instead of a slot machine you fight. The two natural workflows: randomize + type=weapon to brainstorm a full armory for a scene, or fixed artifact + varied subject to render the same item in different styles. The seed round-trip applies as always - lock the "legendary sword" you love by feeding the seed back.
Caveats are the pack's usual ones. The output is a bare noun phrase, so it needs surrounding prompt words to become a picture - a "legendary sword" alone on a canvas is just a sword on gray. And 56 entries across four buckets is decent but finite; hardcore item generators will exhaust the list quickly. This is a variety tool, not a content engine.
Install
Standard: ComfyUI Manager → search "Isulion", or git clone https://github.com/Isulion/ComfyUI_Isulion into custom_nodes/, restart. No dependencies, no downloads.
If you generate fantasy item art with any regularity, the type filter alone justifies a minute of install time. If you don't, it's a charming toy you'll use twice. Either way, it's the best-implemented of the pack's word-bank pickers.
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| randomize | COMBO | 2 options: enable, disable | |
| artifact | COMBO | 56 options: legendary sword, mystic staff, enchanted bow, divine spear, dragon slayer blade, phoenix feather wand, +50 | |
| seedopt | INT | 00–18446744073709550000 | — |
| typeopt | COMBO | any | 5 options: any, weapon, jewelry, tool, relic |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| artifact | STRING | — |
| seed | INT | — |