Generated reference · ComfyUI workflow · Avatar & identity

Spiritual Teacher Avatar Generator

Generate avatar representations of spiritual teachers, gurus, and enlightened beings

Avatar & identity12nodesGPU A5000out image~50sv1.0.0

On this page
12Graph nodes
10Node classes
19Inputs
3Models

Tags: teacherguruenlightenedspiritualguidemaster

Inputs (19)#

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

teacher_archetypeenumdefault mystic_sage
Type of spiritual teacher archetype
options: buddhist_monkhindu_swamisufi_masterzen_mastertibetan_lamayoga_gurumystic_sageshamanascended_masterbodhisattva
gender_presentationenumdefault androgynous
Gender presentation
options: masculinefeminineandrogynous
age_appearanceenumdefault ageless
Apparent age
options: young_teachermiddle_agedelderancientageless
expressionenumdefault serene_smile
Facial expression and mood
options: serene_smiledeep_meditationteachingblessingcompassionatetranscendentplayful_wisdom
settingenumdefault simple_background
Background setting
options: meditation_cushionteaching_seatnaturetemplecavemountaintopcosmicsimple_background
traditional_attirebooleandefault true
Use tradition-specific attire
include_symbolsbooleandefault true
Include spiritual symbols and objects
aura_visiblebooleandefault true
Show visible enlightened aura
aura_intensityenumdefault moderate
Intensity of visible aura
options: subtlemoderateradiantblinding
art_styleenumdefault painterly
Art style for rendering
options: realisticpainterlytraditional_artetherealiconic
seedintegerdefault -1
Random seed
widthintegerdefault 512
Output width
heightintegerdefault 512
Output height
stepsintegerdefault 40
Sampling steps
cfg_scalefloatdefault 7.5
CFG scale
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 dreamshaper_8
SD1.5 checkpoint: DreamShaper 8 finetune (default, baked VAE) or base 1.5
options: dreamshaper_8sd15_base
face_detailbooleandefault true
Impact FaceDetailer detect-and-inpaint refinement pass on detected faces

ComfyUI node graph (12)#

The executable ComfyUI prompt graph: 12 nodes across 10 distinct node classes, wired by 22 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: CLIPTextEncode"] n2["3: CLIPTextEncode"] n3["4: EmptyLatentImage"] n4["5: KSampler"] n5["6: VAEDecode"] n6["7: SaveImage"] n7["freeu: FreeU_V2"] n8["hires_upscale: LatentUpscaleBy"] n9["hires_sampler: KSampler"] n10["face_bbox: UltralyticsDetectorProvider"] n11["face_detailer: FaceDetailer"] n0 -->|clip| n1 n0 -->|clip| n2 n7 -->|model| n4 n1 -->|positive| n4 n2 -->|negative| n4 n3 -->|latent_image| n4 n9 -->|samples| n5 n0 -->|vae| n5 n11 -->|images| n6 n0 -->|model| n7 n4 -->|samples| n8 n7 -->|model| n9 n1 -->|positive| n9 n2 -->|negative| n9 n8 -->|latent_image| n9 n5 -->|image| n11 n7 -->|model| n11 n0 -->|clip| n11 n0 -->|vae| n11 n1 -->|positive| n11 n2 -->|negative| n11 n10 -->|bbox_detector| n11 classDef custom fill:#12b886,stroke:#0b6b4f,color:#04110c; class n10,n11 custom;
Data-flow DAG — scroll to zoom, drag to pan.

Nodes (12)#

1CheckpointLoaderSimplecore
ckpt_name = {{checkpoint_files[checkpoint]}} tmpl
outputs: MODELCLIPVAE
2CLIPTextEncodecore
text = {{constructed_prompt}} tmplclip = ◂ node 1 · out[1]
outputs: CONDITIONING
3CLIPTextEncodecore
text = ugly, deformed, scary, dark evil, demonic, low quality, blurry, amateur, disrespectful, inappropriate, text watermark, celebrity face, specific real personclip = ◂ node 1 · out[1]
outputs: CONDITIONING
4EmptyLatentImagecore
width = {{width}} tmplheight = {{height}} tmplbatch_size = 1
outputs: LATENT
5KSamplercore
model = ◂ node freeu · out[0]positive = ◂ node 2 · out[0]negative = ◂ node 3 · out[0]latent_image = ◂ node 4 · out[0]seed = {{seed}} tmplsteps = {{steps}} tmplcfg = {{cfg_scale}} tmplsampler_name = dpmpp_2m_sdescheduler = karrasdenoise = 1.0
outputs: LATENT
6VAEDecodecore
samples = ◂ node hires_sampler · out[0]vae = ◂ node 1 · out[2]
outputs: IMAGE
7SaveImagecore
images = ◂ node face_detailer · out[0]filename_prefix = spiritual_teacher
freeuFreeU_V2core
model = ◂ node 1 · out[0]b1 = 1.3b2 = 1.4s1 = 0.9s2 = 0.2
outputs: MODEL
hires_upscaleLatentUpscaleBycore
samples = ◂ node 5 · out[0]upscale_method = bislerpscale_by = 1.5
outputs: LATENT
hires_samplerKSamplercore
model = ◂ node freeu · out[0]positive = ◂ node 2 · out[0]negative = ◂ node 3 · out[0]latent_image = ◂ node hires_upscale · out[0]seed = {{seed}} tmplsteps = 14cfg = {{cfg_scale}} tmplsampler_name = dpmpp_2mscheduler = karrasdenoise = 0.45
outputs: LATENT
face_bboxUltralyticsDetectorProvidercustom pack
model_name = bbox/face_yolov8m.pt
outputs: BBOX_DETECTORSEGM_DETECTOR
face_detailerFaceDetailercustom pack
image = ◂ node 6 · out[0]model = ◂ node freeu · out[0]clip = ◂ node 1 · out[1]vae = ◂ node 1 · out[2]guide_size = 512.0guide_size_for = truemax_size = 1024.0seed = {{seed}} tmplsteps = 20cfg = 7.0sampler_name = dpmpp_2mscheduler = karraspositive = ◂ node 2 · out[0]negative = ◂ node 3 · out[0]denoise = 0.5feather = 5noise_mask = trueforce_inpaint = truebbox_threshold = 0.5bbox_dilation = 10bbox_crop_factor = 3.0sam_detection_hint = center-1sam_dilation = 0sam_threshold = 0.93sam_bbox_expansion = 0sam_mask_hint_threshold = 0.7sam_mask_hint_use_negative = Falsedrop_size = 10bbox_detector = ◂ node face_bbox · out[0]wildcard = cycle = 1
outputs: imagecropped_refinedcropped_enhanced_alphamaskdetailer_pipecnet_images

Prompt construction#

template
spiritual teacher avatar, {archetype_prompt}, {gender_presentation} presentation, {age_appearance} appearance, {expression_prompt}, {setting_prompt}{attire_clause}{symbol_clause}{aura_clause}, {style_prompt}, respectful dignified portrayal, highly detailed, sacred art

Variables (9)#

archetype_prompt
{{archetype_prompts[teacher_archetype]}} tmpl
gender_presentation
{{gender_presentation}} tmpl
age_appearance
{{age_appearance}} tmpl
expression_prompt
{{expression_prompts[expression]}} tmpl
setting_prompt
{{setting_prompts[setting]}} tmpl
attire_clause
{{', ' + attire_prompts[teacher_archetype] if traditional_attire else ', simple universal robes'}} tmpl
symbol_clause
{{', ' + symbol_prompts[teacher_archetype] if include_symbols else ''}} tmpl
aura_clause
{{', ' + aura_prompts[aura_intensity] + ' enlightened aura' if aura_visible else ''}} tmpl
style_prompt
{{style_prompts[art_style]}} tmpl

Parameter banks (7)#

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

archetype_prompts (10)#

buddhist_monk
Buddhist monk teacher, saffron or maroon robes, shaved head, calm demeanor, dharma teacher, peaceful presence
hindu_swami
Hindu swami guru, orange robes, sacred marks, tilaka forehead, brahmin bearing, vedantic wisdom
sufi_master
Sufi mystic master, white robes, wisdom beard, dervish tradition, divine love embodiment, mystical presence
zen_master
Zen Buddhist master, simple robes, direct gaze, koanic presence, empty mind, satori embodiment
tibetan_lama
Tibetan Buddhist lama, maroon and gold robes, prayer beads, compassionate presence, vajrayana teacher
yoga_guru
Yoga master guru, minimal attire, flexible body, pranayama master, asana teacher, enlightened yogi
mystic_sage
universal mystic sage, transcendent wisdom, beyond traditions, pure consciousness, timeless teacher
shaman
shamanic teacher, indigenous wisdom, nature connection, spirit world access, healing presence
ascended_master
ascended master being, light body, ethereal presence, cosmic wisdom, divine messenger
bodhisattva
bodhisattva enlightened being, compassion embodiment, wisdom and skillful means, liberation guide

expression_prompts (7)#

serene_smile
gentle serene smile, inner peace visible, knowing expression, quiet joy
deep_meditation
deep meditative state, eyes half-closed, absorption, samadhi presence
teaching
teaching expression, engaged and present, transmitting wisdom, attentive to student
blessing
blessing gesture, bestowing grace, divine transmission, spiritual empowerment
compassionate
deep compassion visible, loving kindness, caring presence, bodhicitta
transcendent
transcendent state, beyond ordinary, touching infinite, cosmic awareness
playful_wisdom
playful wise expression, crazy wisdom, unconventional teaching, joyful irreverence

setting_prompts (8)#

meditation_cushion
seated on meditation cushion, zafu, practice space, intimate teaching setting
teaching_seat
on elevated teaching seat, dharma throne, addressing assembly, formal teaching
nature
natural outdoor setting, under tree, riverside, mountain meadow, nature teaching
temple
temple interior setting, sacred architecture, incense smoke, traditional space
cave
mountain cave setting, hermit dwelling, retreat space, solitary practice
mountaintop
mountaintop setting, high altitude, clear sky, transcendent location
cosmic
cosmic space setting, stars and galaxies, universal context, beyond earth
simple_background
simple clean background, focus on teacher, minimal distraction

attire_prompts (10)#

buddhist_monk
traditional Buddhist robes, saffron or maroon, three robes, proper draping
hindu_swami
traditional swami attire, ochre dhoti, sacred thread, traditional marks
sufi_master
Sufi white robes, dervish hat, simple elegance, mystical attire
zen_master
Zen monk robes, black or gray, simple practical, unadorned
tibetan_lama
Tibetan Buddhist robes, maroon and yellow, ceremonial or daily, proper layers
yoga_guru
yoga attire, minimal covering, traditional dhoti or modern simple, practice ready
mystic_sage
universal sage robes, timeless garments, no specific tradition, simple flowing
shaman
shamanic attire, feathers and natural materials, ceremonial dress, power objects
ascended_master
light body garments, ethereal robes, luminous fabric, transcendent attire
bodhisattva
bodhisattva royal ornaments, celestial silks, peaceful deity attire, elaborate or simple

symbol_prompts (10)#

buddhist_monk
Buddhist symbols, dharma wheel, lotus, prayer beads, bowl
hindu_swami
Hindu symbols, om symbol, trident, rudraksha, kamandalu pot
sufi_master
Sufi symbols, whirling imagery, heart symbolism, rose
zen_master
Zen symbols, enso circle, bamboo, minimalist objects
tibetan_lama
Tibetan Buddhist symbols, vajra dorje, bell, prayer wheel, kata scarf
yoga_guru
yoga symbols, lotus, chakra imagery, om, spiritual objects
mystic_sage
universal mystical symbols, sacred geometry, light symbols, cosmic imagery
shaman
shamanic power objects, drum, feathers, crystals, medicine bundle
ascended_master
ascended master symbols, violet flame, light rays, cosmic symbols
bodhisattva
bodhisattva attributes, lotus, wisdom sword, teaching mudras, symbolic objects

aura_prompts (4)#

subtle
subtle gentle aura, soft light around, delicate presence, barely visible glow
moderate
moderate clear aura, visible light field, golden or white light, present but not overwhelming
radiant
radiant bright aura, strong light emission, powerful presence, clearly visible energy
blinding
blinding intense aura, overwhelming light, divine radiance, transcendent brightness

style_prompts (5)#

realistic
photorealistic style, lifelike rendering, believable presence, detailed
painterly
painterly art style, visible brushwork, fine art quality, classical rendering
traditional_art
traditional religious art style, iconographic, thangka or icon inspired
ethereal
ethereal dreamlike style, soft focus, otherworldly, spiritual quality
iconic
iconic symbolic style, simplified powerful, recognizable, poster quality

Models & dependencies#

Custom node packs (2)#

The non-core ComfyUI node classes this graph requires; the RunPod worker image the workflow runs on must bake or install a pack that provides every one of them.

FaceDetailerUltralyticsDetectorProvider

Checkpoint aliases (2)#

dreamshaper_8
DreamShaper_8_pruned.safetensors
sd15_base
v1-5-pruned-emaonly.safetensors

Models required (3)#

DreamShaper_8_pruned.safetensors
bbox/face_yolov8m.pt
v1-5-pruned-emaonly.safetensors

Output contract#

What a successful run of this workflow returns.

type
image
format
png
channels
4

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
film-character-lookdev-sheet
outputPackageProfile
image-single-profile
controlModalities
camera-lockdepth-constraintidentity-adapteridentity-lockipadapter-facelatent-reusemodel-lockpalette-lockpose-constraintprompt-template-lockreference-ensemblesampler-scheduler-lockscene-lockseed-lockstyle-anchorstyle-lock +2 more
consistencyDimensions
identitywardrobelightingcolor-script
notes
Auto-mapped from avatar defaults