Generated reference · ComfyUI workflow · Sacred art

Personalized Birth Chart Mandala Generator

Generate personalized mandalas based on astrological birth charts, zodiac signs, planetary positions, and spiritual numerology

Sacred art19nodesGPU A5000out image~55sv1.0.0

On this page
19Graph nodes
17Node classes
24Inputs
3Models

Tags: mandalaastrologybirth chartzodiacpersonalizednumerologyplanetarysacred geometry

Inputs (24)#

The typed parameter surface callers bind when they request this workflow. Enum options and numeric bounds are the values the workflow document declares.

sun_signenumdefault aries
Sun sign (core identity)
options: ariestaurusgeminicancerleovirgolibrascorpiosagittariuscapricornaquariuspisces
moon_signenumdefault unknown
Moon sign (emotional nature) - optional
options: ariestaurusgeminicancerleovirgolibrascorpiosagittariuscapricornaquariuspiscesunknown
rising_signenumdefault unknown
Rising/Ascendant sign (outer self) - optional
options: ariestaurusgeminicancerleovirgolibrascorpiosagittariuscapricornaquariuspiscesunknown
dominant_elementenumdefault auto
Dominant elemental influence (auto calculates from signs)
options: fireearthairwaterbalancedauto
dominant_modalityenumdefault auto
Dominant modality (auto calculates from signs)
options: cardinalfixedmutablebalancedauto
life_path_numberenumdefault none
Numerology life path number for additional personalization
options: 123456789112233none
planetary_emphasisenumdefault balanced
Emphasized planetary energy
options: sunmoonmercuryvenusmarsjupitersaturnuranusneptuneplutonorth_nodebalanced
include_birth_housesbooleandefault false
Include 12 house divisions in mandala structure
include_aspectsbooleandefault false
Include geometric aspect patterns (trines, squares, etc.)
mandala_styleenumdefault modern_astrological
Overall mandala style
options: modern_astrologicalvedic_jyotishwestern_esotericsacred_geometrycosmic_minimaldetailed_traditional
color_modeenumdefault zodiac_colors
Color scheme derivation
options: zodiac_colorselemental_colorsplanetary_colorschakra_alignedcustom_birth_colorsmonochrome_gold
complexityenumdefault intricate
Level of detail and complexity
options: simplemoderateintricateultra_detailed
include_glyphsbooleandefault true
Include zodiac and planetary glyphs/symbols
include_constellationbooleandefault false
Include constellation star patterns
birth_date_encodingstringdefault
Optional: Birth date in YYYY-MM-DD format for seed generation
seedintegerdefault -1
Random seed (-1 for random, or auto-generated from birth date)
widthintegerdefault 1024
Output width
heightintegerdefault 1024
Output height
stepsintegerdefault 35
Sampling steps
cfg_scalefloatdefault 7.5
CFG scale for prompt adherence
upscalebooleandefault true
Apply 4x upscaling
hires_fixbooleandefault true
Two-pass detail refinement: 1.5x latent upscale + low-denoise second sampling pass
freeubooleandefault true
FreeU v2 backbone re-weighting (family-tuned b1/b2/s1/s2)
checkpointenumdefault sdxl_base
SDXL checkpoint: curated photoreal finetune (default) or base 1.0
options: realvis_xl_v5sdxl_base

ComfyUI node graph (19)#

The executable ComfyUI prompt graph: 19 nodes across 17 distinct node classes, wired by 24 data dependencies. Nodes tinted green come from a custom node pack this workflow declares; the rest are ComfyUI core / baked-community classes.

flowchart TD n0["1: CheckpointLoaderSimple"] n1["2: BirthChartSeedGenerator"] n2["3: ZodiacElementCalculator"] n3["4: CLIPTextEncode"] n4["5: CLIPTextEncode"] n5["6: EmptyLatentImage"] n6["7: KSampler"] n7["8: VAEDecode"] n8["9: ImageSymmetry"] n9["10: ZodiacGlyphOverlay"] n10["11: ConstellationOverlay"] n11["12: HouseDivisionOverlay"] n12["13: AspectPatternOverlay"] n13["14: UpscaleModelLoader"] n14["15: ImageUpscaleWithModel"] n15["16: SaveImage"] n16["freeu: FreeU_V2"] n17["hires_upscale: LatentUpscaleBy"] n18["hires_sampler: KSampler"] n0 -->|clip| n3 n0 -->|clip| n4 n16 -->|model| n6 n3 -->|positive| n6 n4 -->|negative| n6 n5 -->|latent_image| n6 n1 -->|seed| n6 n18 -->|samples| n7 n0 -->|vae| n7 n7 -->|image| n8 n8 -->|image| n9 n9 -->|image| n10 n10 -->|image| n11 n11 -->|image| n12 n13 -->|upscale_model| n14 n12 -->|image| n14 n14 -->|images| n15 n0 -->|model| n16 n6 -->|samples| n17 n16 -->|model| n18 n3 -->|positive| n18 n4 -->|negative| n18 n17 -->|latent_image| n18 n1 -->|seed| n18
Data-flow DAG — scroll to zoom, drag to pan.

Nodes (19)#

1CheckpointLoaderSimplecore
ckpt_name = {{checkpoint_files[checkpoint]}} tmpl
outputs: MODELCLIPVAE
2BirthChartSeedGeneratorcore
birth_date = {{birth_date_encoding}} tmplfallback_seed = {{seed}} tmpl
outputs: SEED
3ZodiacElementCalculatorcore
sun_sign = {{sun_sign}} tmplmoon_sign = {{moon_sign}} tmplrising_sign = {{rising_sign}} tmploverride_element = {{dominant_element}} tmploverride_modality = {{dominant_modality}} tmpl
outputs: ELEMENTMODALITY
4CLIPTextEncodecore
text = {{constructed_prompt}} tmplclip = ◂ node 1 · out[1]
outputs: CONDITIONING
5CLIPTextEncodecore
text = asymmetric, blurry, low quality, text, watermark, signature, deformed, incorrect symbols, wrong glyphs, generic, impersonalclip = ◂ node 1 · out[1]
outputs: CONDITIONING
6EmptyLatentImagecore
width = {{width}} tmplheight = {{height}} tmplbatch_size = 1
outputs: LATENT
7KSamplercore
model = ◂ node freeu · out[0]positive = ◂ node 4 · out[0]negative = ◂ node 5 · out[0]latent_image = ◂ node 6 · out[0]seed = ◂ node 2 · out[0]steps = {{steps}} tmplcfg = {{cfg_scale}} tmplsampler_name = dpmpp_2m_sdescheduler = karrasdenoise = 1.0
outputs: LATENT
8VAEDecodecore
samples = ◂ node hires_sampler · out[0]vae = ◂ node 1 · out[2]
outputs: IMAGE
9ImageSymmetrycore
image = ◂ node 8 · out[0]symmetry_type = radial_12blend_mode = multiply
outputs: IMAGE
10ZodiacGlyphOverlaycore
image = ◂ node 9 · out[0]sun_sign = {{sun_sign}} tmplmoon_sign = {{moon_sign}} tmplrising_sign = {{rising_sign}} tmplplanetary_emphasis = {{planetary_emphasis}} tmplopacity = 0.3
outputs: IMAGE
11ConstellationOverlaycore
image = ◂ node 10 · out[0]constellation = {{sun_sign}} tmplopacity = 0.2
outputs: IMAGE
12HouseDivisionOverlaycore
image = ◂ node 11 · out[0]division_count = 12line_style = subtle
outputs: IMAGE
13AspectPatternOverlaycore
image = ◂ node 12 · out[0]aspect_type = majoropacity = 0.25
outputs: IMAGE
14UpscaleModelLoadercore
model_name = RealESRGAN_x4plus.pth
outputs: UPSCALE_MODEL
15ImageUpscaleWithModelcore
upscale_model = ◂ node 14 · out[0]image = ◂ node 13 · out[0]
outputs: IMAGE
16SaveImagecore
images = ◂ node 15 · out[0]filename_prefix = mandala_personalized
freeuFreeU_V2core
model = ◂ node 1 · out[0]b1 = 1.1b2 = 1.2s1 = 0.6s2 = 0.4
outputs: MODEL
hires_upscaleLatentUpscaleBycore
samples = ◂ node 7 · out[0]upscale_method = bislerpscale_by = 1.5
outputs: LATENT
hires_samplerKSamplercore
model = ◂ node freeu · out[0]positive = ◂ node 4 · out[0]negative = ◂ node 5 · out[0]latent_image = ◂ node hires_upscale · out[0]seed = ◂ node 2 · out[0]steps = 14cfg = {{cfg_scale}} tmplsampler_name = dpmpp_2mscheduler = karrasdenoise = 0.45
outputs: LATENT

Prompt construction#

template
personalized astrological mandala, {sun_sign_prompt}, {moon_clause}{rising_clause}{element_prompt}, {modality_prompt}, {planetary_prompt}, {life_path_clause}{style_prompt}, {color_prompt}, {complexity_prompt}, perfect circular symmetry, radial 12-fold symmetry{glyphs_clause}{constellation_clause}{houses_clause}{aspects_clause}, birth chart mandala, unique personal sacred art, highly detailed, spiritual astrological artwork

Variables (14)#

sun_sign_prompt
{{zodiac_prompts[sun_sign]}} tmpl
moon_clause
{{', ' + zodiac_prompts[moon_sign] + ' moon influence' if moon_sign != 'unknown' else ''}} tmpl
rising_clause
{{', ' + zodiac_prompts[rising_sign] + ' rising outer expression' if rising_sign != 'unknown' else ''}} tmpl
element_prompt
{{element_prompts[dominant_element] if dominant_element != 'auto' else ''}} tmpl
modality_prompt
{{modality_prompts[dominant_modality] if dominant_modality != 'auto' else ''}} tmpl
planetary_prompt
{{planetary_prompts[planetary_emphasis]}} tmpl
life_path_clause
{{life_path_prompts[life_path_number] + ', ' if life_path_number != 'none' else ''}} tmpl
style_prompt
{{style_prompts[mandala_style]}} tmpl
color_prompt
{{color_mode_prompts[color_mode]}} tmpl
complexity_prompt
{{complexity_prompts[complexity]}} tmpl
glyphs_clause
{{', zodiac glyphs visible, planetary symbols' if include_glyphs else ''}} tmpl
constellation_clause
{{', constellation star pattern overlay' if include_constellation else ''}} tmpl
houses_clause
{{', twelve house divisions, birth chart wheel structure' if include_birth_houses else ''}} tmpl
aspects_clause
{{', aspect lines, trine square opposition patterns, geometric relationships' if include_aspects else ''}} tmpl

Parameter banks (10)#

The prompt / configuration lookup tables this workflow keys into from its inputs — the vocabulary that turns a style / palette / preset selection into graph parameters.

zodiac_prompts (12)#

aries
Aries ram symbol, fire energy, pioneering spirit, bold red and orange, dynamic motion, first sign energy, Mars ruled
taurus
Taurus bull symbol, earth stability, grounded abundance, green and brown, solid forms, Venus beauty, material prosperity
gemini
Gemini twins symbol, air movement, dual nature, yellow and light blue, communication patterns, Mercury ruled, versatile
cancer
Cancer crab symbol, water emotion, lunar cycles, silver and pearl white, protective shell, nurturing energy, Moon ruled
leo
Leo lion symbol, fire radiance, solar power, gold and royal purple, majestic presence, Sun ruled, creative force
virgo
Virgo maiden symbol, earth precision, service dedication, earthy green and wheat gold, analytical patterns, Mercury ruled
libra
Libra scales symbol, air balance, harmony seeking, pink and light blue, symmetrical beauty, Venus ruled, partnership
scorpio
Scorpio scorpion phoenix symbol, water depth, transformation power, deep red and black, regenerative energy, Pluto ruled
sagittarius
Sagittarius archer symbol, fire expansion, philosophical quest, purple and blue, arrow trajectory, Jupiter ruled, adventurous
capricorn
Capricorn sea-goat symbol, earth ambition, structure mastery, brown and dark green, mountain peaks, Saturn ruled, achievement
aquarius
Aquarius water-bearer symbol, air innovation, humanitarian vision, electric blue and silver, wave patterns, Uranus ruled, progressive
pisces
Pisces fish symbol, water transcendence, spiritual connection, sea green and violet, flowing forms, Neptune ruled, mystical

element_prompts (5)#

fire
fire element energy, flames, warmth, passion, transformation, red orange gold colors, dynamic triangular forms
earth
earth element energy, soil, stability, grounding, material, green brown tan colors, solid square forms
air
air element energy, wind, intellect, communication, movement, blue white yellow colors, light geometric forms
water
water element energy, waves, emotion, intuition, depth, blue silver green colors, flowing curved forms
balanced
balanced elements, all four elements present, harmonious elemental integration, complete wholeness

modality_prompts (4)#

cardinal
cardinal modality, initiating energy, leadership, new beginnings, dynamic start, forward motion
fixed
fixed modality, stable energy, determination, persistence, solid foundation, unwavering center
mutable
mutable modality, adaptable energy, flexibility, change, evolution, transforming patterns
balanced
balanced modalities, all three present, complete cycle, initiating stabilizing adapting

planetary_prompts (12)#

sun
Sun planetary influence, golden radiance, core self, vitality, central light source, life force
moon
Moon planetary influence, silver luminescence, emotional cycles, intuition, reflective light, tidal patterns
mercury
Mercury planetary influence, quicksilver patterns, mental agility, communication networks, messenger energy
venus
Venus planetary influence, copper-rose beauty, love attraction, harmony, artistic flourishes, sensual curves
mars
Mars planetary influence, iron-red energy, action drive, warrior strength, dynamic force, angular forms
jupiter
Jupiter planetary influence, royal expansion, abundance growth, wisdom patterns, benevolent magnitude
saturn
Saturn planetary influence, lead-grey structure, boundaries discipline, time cycles, crystalline formations
uranus
Uranus planetary influence, electric blue innovation, sudden insight, revolutionary patterns, lightning forms
neptune
Neptune planetary influence, sea-foam dissolution, spiritual transcendence, dream imagery, misty veils
pluto
Pluto planetary influence, obsidian transformation, death-rebirth cycles, power depths, phoenix imagery
north_node
North Node destiny point, karmic direction, soul purpose, evolutionary path, guiding light
balanced
balanced planetary energies, all celestial bodies represented, complete cosmic integration

life_path_prompts (13)#

1
life path 1 leadership, pioneering independence, originality, new beginnings, singular focus
2
life path 2 partnership, cooperation harmony, diplomacy, balance, duality expressed
3
life path 3 creativity, expression joy, artistic talent, communication, trinity symbol
4
life path 4 foundation, stability order, hard work, practical structure, four corners
5
life path 5 freedom, change adventure, versatility, five-pointed star, dynamic movement
6
life path 6 responsibility, love service, harmony home, nurturing, six-fold pattern
7
life path 7 spirituality, analysis wisdom, inner knowing, mystical seven, contemplation
8
life path 8 abundance, power achievement, material mastery, infinity symbol, prosperity
9
life path 9 completion, humanitarian service, universal love, ending cycles, nine-fold
11
master number 11 intuition, spiritual insight, illumination, higher awareness, eleven gates
22
master number 22 master builder, manifesting dreams, practical visionary, architectural form
33
master number 33 master teacher, healing presence, spiritual upliftment, compassion embodied
none

style_prompts (6)#

modern_astrological
modern astrological mandala, contemporary sacred art, clean geometric astrology, stylized zodiac wheel
vedic_jyotish
vedic jyotish mandala, traditional indian astrology, navamsa patterns, rashi chakra, sidereal alignment
western_esoteric
western esoteric mandala, hermetic tradition, golden dawn symbolism, kabbalistic tree overlay, occult geometry
sacred_geometry
sacred geometry astrological mandala, flower of life base, metatrons cube integration, platonic solid forms
cosmic_minimal
cosmic minimal mandala, clean modern design, subtle astrological references, elegant simplicity
detailed_traditional
detailed traditional mandala, elaborate ornamentation, historical astrology imagery, rich symbolism

color_mode_prompts (6)#

zodiac_colors
zodiac-appropriate colors, sign-specific palette, traditional astrological hues
elemental_colors
elemental color scheme, fire-earth-air-water colors, element-derived palette
planetary_colors
planetary colors, traditional planetary metals, celestial body hues
chakra_aligned
chakra-aligned colors, energy center rainbow, spiritual color progression
custom_birth_colors
personalized birth colors, unique to individual, soul-specific palette
monochrome_gold
monochrome gold mandala, golden tones only, precious metal aesthetic, royal gold

complexity_prompts (4)#

simple
clean minimal design, essential astrological elements, elegant simplicity
moderate
balanced detail, clear patterns, refined symbolic elements
intricate
highly detailed, complex layered patterns, rich astrological symbolism
ultra_detailed
extremely intricate, microscopic detail, comprehensive astrological mapping

metadata_generation (2)#

personalization_data
{"sun_sign": "{{sun_sign}}", "moon_sign": "{{moon_sign}}", "rising_sign": "{{rising_sign}}", "dominant_element": "{{dominant_element}}", "dominant_modality": "{{dominant_modality}}", "life_path_number": "{{life_path_number}}", "planetary_emphasis": "{{planetary_emphasis}}"}
uniqueness_note
This mandala is generated based on personal astrological data, creating a unique piece of sacred art tailored to the individual's cosmic blueprint.

usage_notes (5)#

personalization
For most accurate personalization, provide sun, moon, and rising signs along with life path number
birth_date_seed
Providing birth date creates a reproducible unique seed for this individual
element_modality
Leave as 'auto' to calculate from signs, or override for specific emphasis
spiritual_practice
Use for meditation focus, altar decoration, or personal spiritual symbol
nft_potential
Highly suitable for personalized NFT creation with embedded astrological metadata

Models & dependencies#

Checkpoint aliases (2)#

realvis_xl_v5
RealVisXL_V5.0_fp16.safetensors
sdxl_base
sd_xl_base_1.0.safetensors

Models required (3)#

RealESRGAN_x4plus.pth
RealVisXL_V5.0_fp16.safetensors
sd_xl_base_1.0.safetensors

Output contract#

What a successful run of this workflow returns.

type
image
format
png
channels
4
expected_dimensions
{"width": "{{width * (4 if upscale else 1)}}", "height": "{{height * (4 if upscale else 1)}}"}

Taxonomy & routing#

How the control plane classifies this workflow — from the committed workflow-taxonomy-registry.json. It drives the consistency / control surface the agentic director can exercise over the workflow.

assetFamily
mkt-brand-style-lock-template-pack
outputPackageProfile
image-single-profile
controlModalities
color-script-lockmodel-lockprompt-template-locksampler-scheduler-lockseed-lockstyle-lock
consistencyDimensions
lightingcolor-script
notes
Auto-mapped from sacred-art defaults