๐ฐ Isulion Cute Animal Selector
A cuteness-focused animal picker
- animal
- seed
The Isulion Cute Animal Selector is the sibling of the pack's Animal Selector, and the difference is one word: cute. Same shape - a dropdown, a randomize switch, a seed - but the 100-entry list is curated exclusively for maximum heart-melting. Red Panda, Quokka, Sea Otter, Axolotl, Fennec Fox, Pygmy Marmoset, Harp Seal Pup, Koala, Slow Loris. The list even uses baby-animal vocabulary: "Tiger Cub", "Panda Cub", "Owlet", "Hoglet", "Pygmy Hippo". This is a node built for one purpose, and it commits.
If you make cute-animal content - stickers, reaction images, kids' stuff, or you just enjoy generating a corgi puppy when you should be working - this is the fastest way to skip the "what's the cutest animal" decision and go straight to rendering. It's the same mechanism as its sibling: a hardcoded list, random.choice, and a seed round-trip. Nothing fancy, nothing hidden.
Inputs and outputs
- animal - the 100-entry cute list, manual override. Default sample is "Red Panda", which tells you everything about the node's priorities.
- randomize -
enable/disable. Enabled draws randomly; disabled passes the dropdown through. - seed - INT, default 0. Same convention as the whole pack: seed > 0 is reproducible, seed 0 rolls fresh and returns the actual seed.
Outputs: animal (the name as STRING) and seed (INT). Bare phrase again, so pair it with a text-concat setup - "a Red Panda" needs a "cute, fluffy, big eyes" flourish to do its job, which is where a good prompt builder earns its keep.
The take
It's a lovely little thing, with one honest limitation: the word "cute" is doing all the work in the prompt. The node hands you the species name - "Quokka" - and the cuteness has to come from your surrounding prompt words ("cute, adorable, fluffy, big sparkling eyes, chibi") or from an anime/SDXL-style model that's trained to render cute. On a photorealistic checkpoint, a "Red Panda" from this list is just... a red panda. Adorable anyway, but the node isn't adding the charm; you are. Set your expectations accordingly and it's a fun variation lever for a batch.
There's also no style filter here (unlike the Clothing Generator), so you get the whole list every random draw - fine for this niche, where you basically can't roll a dud.
Install
Standard for the pack: ComfyUI Manager โ search "Isulion", or git clone https://github.com/Isulion/ComfyUI_Isulion into custom_nodes/, restart. No dependencies, no model files.
Is it essential? No. Is it the node you reach for when you want a guaranteed-delight animal render in five seconds? Absolutely. Sometimes a tool's entire value is being one click away from a quokka.
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| randomize | COMBO | 2 options: enable, disable | |
| seed | INT | 00โ999999999 | โ |
| animal | COMBO | 100 options: Red Panda, Koala, Fennec Fox, Pygmy Marmoset, Quokka, Sea Otter, +94 |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| animal | STRING | โ |
| seed | INT | โ |