⏳ Isulion Epoch Generator
Time-travel your prompt, one era at a time
- epoch
- seed
The Isulion Epoch Generator is the pack's time machine: 38 historical periods in a dropdown - Ancient Egypt, Roman Empire, Edo Period, Victorian Era, Wild West, Space Age, and a couple of decades' worth of "era" and "age" entries - plus a randomize switch and a seed. It hands back the era as a string, and your job is to let it color everything downstream.
Era is one of the strongest single-word scene setters in prompting. "Victorian" does more work than a paragraph of costume description, because the model has been trained on centuries of images of it. This node is built for the "same character, every era" workflow - the one where your knight becomes an Edo samurai, a Wild West gunslinger, and a Space Age explorer in three runs. It's the historical cousin of the Art Style generator: one dropdown, one lever, massive visual difference.
The inputs
- epoch - 38 choices. The list is genuinely broad: ancient civilizations, medieval eras, the Ming Dynasty, Belle Époque, Art Deco, the Information Age, Prehistoric Times, the Golden Age of Piracy. Default sample is "Ancient Egypt".
- randomize -
enable/disable. Enabled, it draws a random era; disabled, the dropdown value passes through. - seed - optional INT, default 0. Pack convention: >0 reproduces the draw, 0 rolls fresh and returns the actual seed.
Outputs: epoch (the era name, STRING) and seed (INT). Bare noun again - "Renaissance", not a paragraph of description. The pack philosophy throughout: name the concept, let the model render it.
How to use it well
The strongest pattern is the era sweep: fix a subject, set randomize on, queue a batch, and collect the same character across eras as a seed-locked set. Because the seed output captures which era was drawn, you can lock a favorite and hand-tune from there. It also composes with the pack's other character nodes - era + clothing + profession gives you a coherent period character without you researching a single costume fact, since the model supplies the visual shorthand.
Two honest limitations. First, the output relies on the model's knowledge of the era - "Ancient Egypt" and "Wild West" are rock solid on any checkpoint; "Belle Époque" may be mushy on a smaller or tag-only model. When an era renders generically, add one concrete anchor word yourself ("Belle Époque, Parisian café, 1900" works better than the bare phrase). Second, like every picker here, it outputs a bare noun that needs surrounding prompt context - drop it alone into a text encoder and you'll generate the abstract concept "Renaissance", which is not a picture. Wire it as era + subject + location + style.
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 downloads.
It's a simple, reliable variation lever with a genuinely fun randomizer. If you do character work across settings, the era sweep workflow it enables is worth the install on its own.
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| randomize | COMBO | 2 options: enable, disable | |
| epoch | COMBO | 38 options: Ancient Egypt, Ancient Greece, Roman Empire, Middle Ages, Renaissance, Industrial Revolution, +32 | |
| seedopt | INT | 00–18446744073709550000 | — |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| epoch | STRING | — |
| seed | INT | — |