Generated reference · ComfyUI workflow · Avatar & identity

Base Avatar Generator

Generate base avatar characters for spiritual/meditation applications

Avatar & identity12nodesGPU A5000out image~45sv1.0.0

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

Tags: avatarcharacterbasecustomizablespiritual

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.

genderenumdefault androgynous
Avatar gender presentation
options: femininemasculineandrogynousnon_binary
age_appearanceenumdefault ageless
Apparent age of the avatar
options: youthfulyoung_adultmatureelderageless
ethnicity_inspirationenumdefault universal
Ethnic appearance inspiration
options: universaleast_asiansouth_asianafricaneuropeanmiddle_easternindigenousmixed
spiritual_archetypeenumdefault seeker
Spiritual archetype personality
options: seekerhealersagemysticwarriorguardianartistteachercosmic_being
base_attireenumdefault flowing_garments
Basic clothing style
options: simple_robesmeditation_clothesflowing_garmentsminimalceremonialnature_integrated
color_themeenumdefault white_light
Primary color theme
options: white_lightearth_toneschakra_colorscosmic_purpleforest_greenocean_bluesunset_warmneutral
energy_aurabooleandefault true
Include visible energy aura
aura_colorenumdefault match_theme
Color of energy aura if enabled
options: whitegoldvioletgreenbluerainbowmatch_theme
poseenumdefault standing_peaceful
Avatar pose
options: standing_peacefulmeditation_seatednamasteopen_armswalkingfloating
backgroundenumdefault transparent
Background style
options: transparentgradientcosmicnaturesacred_geometryplain_white
seedintegerdefault -1
Random seed
widthintegerdefault 512
Output width
heightintegerdefault 512
Output height
stepsintegerdefault 35
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, disfigured, bad anatomy, wrong proportions, blurry, low quality, text, watermark, realistic photograph, scary, dark evilclip = ◂ 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 = base_avatar
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 avatar character design, {gender_prompt}, {age_prompt}, {archetype_prompt}, {attire_prompt}, {color_prompt}, {pose_prompt}, {background_prompt}{aura_clause}, beautiful serene face, peaceful expression, digital art style, highly detailed, character design

Variables (8)#

gender_prompt
{{gender_prompts[gender]}} tmpl
age_prompt
{{age_prompts[age_appearance]}} tmpl
archetype_prompt
{{archetype_prompts[spiritual_archetype]}} tmpl
attire_prompt
{{attire_prompts[base_attire]}} tmpl
color_prompt
{{color_prompts[color_theme]}} tmpl
pose_prompt
{{pose_prompts[pose]}} tmpl
background_prompt
{{background_prompts[background]}} tmpl
aura_clause
{{', visible energy aura, glowing light around figure, spiritual radiance' if energy_aura else ''}} 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.

gender_prompts (4)#

feminine
feminine presenting avatar, graceful features, soft curves, gentle presence
masculine
masculine presenting avatar, strong features, defined jawline, powerful presence
androgynous
androgynous balanced avatar, neutral features, harmonious blend, universal appeal
non_binary
non-binary expression, fluid features, transcending categories, unique presence

age_prompts (5)#

youthful
youthful innocent appearance, fresh face, unburdened expression, pure energy
young_adult
young adult appearance, vital energy, prime of life, dynamic presence
mature
mature wise appearance, life experience visible, dignified bearing, seasoned presence
elder
elder sage appearance, ancient wisdom in eyes, silver hair, venerable presence
ageless
ageless timeless appearance, beyond years, eternal quality, transcendent presence

archetype_prompts (9)#

seeker
spiritual seeker archetype, curious open eyes, questioning presence, journey energy
healer
healer archetype, compassionate gaze, warm energy, caring presence, healing hands
sage
sage wisdom archetype, knowing eyes, calm certainty, ancient knowledge visible
mystic
mystic archetype, otherworldly gaze, veil between worlds thin, mysterious presence
warrior
spiritual warrior archetype, determined gaze, protective energy, inner strength
guardian
guardian protector archetype, watchful presence, shield energy, safe harbor
artist
creative artist archetype, inspired gaze, creative flow visible, muse touched
teacher
teacher guide archetype, patient presence, transmitting wisdom, illuminating energy
cosmic_being
cosmic being archetype, star born, universal consciousness, transcendent presence

attire_prompts (6)#

simple_robes
simple spiritual robes, monk-like simplicity, humble garments, practical sacred
meditation_clothes
comfortable meditation clothes, loose fitting, movement freedom, practice ready
flowing_garments
flowing ethereal garments, fabric in motion, graceful draping, elegant simplicity
minimal
minimal simple attire, essential only, clean lines, unadorned
ceremonial
ceremonial sacred attire, ritual garments, meaningful symbols, special occasion
nature_integrated
nature-integrated attire, organic materials, leaves and flowers, earth connected

color_prompts (8)#

white_light
pure white light colors, pristine garments, luminous presence, clarity
earth_tones
earth tone colors, brown ochre green, grounded palette, natural harmony
chakra_colors
chakra spectrum colors, rainbow energy, all centers represented, balanced hues
cosmic_purple
cosmic purple violet colors, mystical hues, spiritual depth, third eye activation
forest_green
forest green colors, nature connection, growth energy, heart opening
ocean_blue
ocean blue colors, water element, throat chakra, communication flow
sunset_warm
warm sunset colors, orange pink gold, creative fire, sacral energy
neutral
neutral balanced colors, gray beige cream, subtle presence, universal appeal

pose_prompts (6)#

standing_peaceful
peaceful standing pose, relaxed shoulders, grounded feet, serene presence
meditation_seated
seated meditation pose, lotus or cross-legged, hands in mudra, deep stillness
namaste
namaste prayer hands pose, heart center, respectful greeting, honoring gesture
open_arms
open welcoming arms, expansive gesture, receiving and giving, embracing pose
walking
mindful walking pose, one foot forward, movement meditation, journey depicted
floating
floating levitation pose, weightless, ascending energy, transcending gravity

background_prompts (6)#

transparent
transparent background for compositing, no background, isolated figure
gradient
smooth gradient background, subtle color transition, professional presentation
cosmic
cosmic starfield background, universe context, celestial setting
nature
natural environment background, trees and sky, outdoor setting
sacred_geometry
sacred geometry pattern background, flower of life, metatrons cube
plain_white
clean white background, high key, bright and clear

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
anim-character-turnaround-pack
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