Generated reference · ComfyUI workflow · Video & motion

Guided Journey Video Generator

Generate animated guided visualization journey videos for meditation and spiritual exploration

Video & motion16nodesGPU A6000out video~240sv1.0.0

On this page
16Graph nodes
14Node classes
16Inputs
6Models

Tags: videoguidedjourneyvisualizationspiritualimmersive

Inputs (16)#

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

journey_typeenumdefault chakra_activation
Type of guided journey
options: chakra_activationastral_flightinner_templenature_spiritcosmic_voyagehealing_lightpast_lifeshadow_integrationhigher_selfelemental_journey
progression_styleenumdefault ascending
How the journey progresses
options: linearspiralexpandingdescendingascendingtransforming
visual_styleenumdefault ethereal
Overall visual style
options: etherealrealistic_natureabstract_energysymboliccosmicdreamlike
color_journeyenumdefault chakra_progression
Color progression through journey
options: chakra_progressionsingle_themerainbow_flowlight_to_darkdark_to_lightcosmic_palette
include_guide_figurebooleandefault false
Include a guide figure in the journey
guide_typeenumdefault light_form
Type of guide if included
options: angelanimal_spiritwise_beinglight_formancestral
transition_styleenumdefault smooth_morph
How scenes transition
options: smooth_morphfadeportaldissolveenergy_flow
intensityenumdefault moderate
Visual intensity level
options: gentlemoderateimmersiveintense
duration_secondsintegerdefault 10min 2max 20
Video duration in seconds (frame count = duration * fps; capped for AnimateDiff sliding-context sampling)
fpsintegerdefault 8max 24
Frames per second (AnimateDiff motion is trained near 8fps; use interpolation downstream for higher rates)
resolutionenumdefault 720p
Output resolution
options: 480p720p1080p
seedintegerdefault -1
Random seed
frame_upscalebooleandefault false
Per-frame 2x enhancement before encoding (RealESRGAN 4x then 0.5 resample); compute-heavy, off by default
checkpointenumdefault dreamshaper_8
SD1.5 checkpoint: DreamShaper 8 finetune (default, baked VAE) or base 1.5
options: dreamshaper_8sd15_base
motion_adapterbooleandefault true
AnimateDiff v3 domain-adapter LoRA (cleans motion-training artifacts)
smooth_motionbooleandefault false
RIFE 4.9 frame interpolation (2x): doubles effective fps before encoding

ComfyUI node graph (16)#

The executable ComfyUI prompt graph: 16 nodes across 14 distinct node classes, wired by 19 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: ConditioningAverage"] n4["5: CLIPTextEncode"] n5["6: EmptyLatentImage"] n6["7: ADE_StandardUniformContextOptions"] n7["8: ADE_AnimateDiffLoaderGen1"] n8["9: KSampler"] n9["10: VAEDecode"] n10["11: VHS_VideoCombine"] n11["fups_loader: UpscaleModelLoader"] n12["fups_apply: ImageUpscaleWithModel"] n13["fups_scale: ImageScaleBy"] n14["ad_adapter: LoraLoaderModelOnly"] n15["rife: RIFE VFI"] n0 -->|clip| n1 n0 -->|clip| n2 n2 -->|conditioning_to| n3 n1 -->|conditioning_from| n3 n0 -->|clip| n4 n14 -->|model| n7 n6 -->|context_options| n7 n7 -->|model| n8 n3 -->|positive| n8 n4 -->|negative| n8 n5 -->|latent_image| n8 n8 -->|samples| n9 n0 -->|vae| n9 n13 -->|images| n10 n11 -->|upscale_model| n12 n15 -->|image| n12 n12 -->|image| n13 n0 -->|model| n14 n9 -->|frames| n15 classDef custom fill:#12b886,stroke:#0b6b4f,color:#04110c; class n6,n7,n10,n15 custom;
Data-flow DAG — scroll to zoom, drag to pan.

Nodes (16)#

1CheckpointLoaderSimplecore
ckpt_name = {{checkpoint_files[checkpoint]}} tmpl
outputs: MODELCLIPVAE
2CLIPTextEncodecore
text = {{constructed_prompt}} tmplclip = ◂ node 1 · out[1]
outputs: CONDITIONING
3CLIPTextEncodecore
text = {{journey_prompts[journey_type]}}, {{progression_prompts[progression_style]}} culmination, luminous transcendent finale, {{color_prompts[color_journey]}}, {{style_prompts[visual_style]}} tmplclip = ◂ node 1 · out[1]
outputs: CONDITIONING
4ConditioningAveragecore
conditioning_to = ◂ node 3 · out[0]conditioning_from = ◂ node 2 · out[0]conditioning_to_strength = 0.5
outputs: CONDITIONING
5CLIPTextEncodecore
text = ugly, low quality, static, boring, mundane, scary horror, disturbing, text watermark, realistic human faces, violent, dark evilclip = ◂ node 1 · out[1]
outputs: CONDITIONING
6EmptyLatentImagecore
width = {{resolution_map[resolution].width}} tmplheight = {{resolution_map[resolution].height}} tmplbatch_size = {{duration_seconds * fps}} tmpl
outputs: LATENT
7ADE_StandardUniformContextOptionscustom pack
context_length = 16context_stride = 1context_overlap = 4fuse_method = pyramiduse_on_equal_length = falsestart_percent = 0.0guarantee_steps = 1
outputs: CONTEXT_OPTIONS
8ADE_AnimateDiffLoaderGen1custom pack
model = ◂ node ad_adapter · out[0]model_name = v3_sd15_mm.ckptbeta_schedule = autoselectcontext_options = ◂ node 7 · out[0]
outputs: MODEL
9KSamplercore
model = ◂ node 8 · out[0]positive = ◂ node 4 · out[0]negative = ◂ node 5 · out[0]latent_image = ◂ node 6 · out[0]seed = {{seed}} tmplsteps = 25cfg = 7.5sampler_name = euler_ancestralscheduler = normaldenoise = 1.0
outputs: LATENT
10VAEDecodecore
samples = ◂ node 9 · out[0]vae = ◂ node 1 · out[2]
outputs: IMAGE
11VHS_VideoCombinecustom pack
images = ◂ node fups_scale · out[0]frame_rate = {{int(fps) * 2 if smooth_motion else int(fps)}} tmplloop_count = 0filename_prefix = guided_journeyformat = video/h264-mp4pingpong = falsesave_output = true
outputs: VHS_FILENAMES
fups_loaderUpscaleModelLoadercore
model_name = RealESRGAN_x4plus.pth
outputs: UPSCALE_MODEL
fups_applyImageUpscaleWithModelcore
upscale_model = ◂ node fups_loader · out[0]image = ◂ node rife · out[0]
outputs: IMAGE
fups_scaleImageScaleBycore
image = ◂ node fups_apply · out[0]upscale_method = lanczosscale_by = 0.5
outputs: IMAGE
ad_adapterLoraLoaderModelOnlycore
model = ◂ node 1 · out[0]lora_name = v3_sd15_adapter.ckptstrength_model = 0.7
outputs: MODEL
rifeRIFE VFIcustom pack
ckpt_name = rife49.pthframes = ◂ node 10 · out[0]clear_cache_after_n_frames = 10multiplier = 2fast_mode = trueensemble = truescale_factor = 1.0dtype = float32torch_compile = falsebatch_size = 1
outputs: IMAGE

Prompt construction#

template
guided meditation journey video, {journey_prompt}, {progression_prompt} through experience, {style_prompt}, {color_prompt}, {transition_prompt}, {intensity_prompt}{guide_clause}, smooth cinematic motion, spiritual visualization, transformative experience, professional meditation video, 4k detail

Variables (7)#

journey_prompt
{{journey_prompts[journey_type]}} tmpl
progression_prompt
{{progression_prompts[progression_style]}} tmpl
style_prompt
{{style_prompts[visual_style]}} tmpl
color_prompt
{{color_prompts[color_journey]}} tmpl
transition_prompt
{{transition_prompts[transition_style]}} tmpl
intensity_prompt
{{intensity_prompts[intensity]}} tmpl
guide_clause
{{', with ' + guide_prompts[guide_type] + ' accompanying' if include_guide_figure else ''}} tmpl

Parameter banks (8)#

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

journey_prompts (10)#

chakra_activation
chakra activation journey, rising through energy centers, root to crown, kundalini awakening, colored light at each level, spiritual ascension through chakras
astral_flight
astral projection journey, leaving body, floating above, silver cord visible, flying through dimensions, freedom of spirit travel, out of body experience
inner_temple
inner temple journey, entering sacred sanctuary, personal holy place, wisdom found within, meeting inner self, spiritual architecture of mind
nature_spirit
nature spirit journey, deep forest communication, plant consciousness, animal guides, earth wisdom, connecting with natural spirits
cosmic_voyage
cosmic voyage journey, traveling through stars, galaxy exploration, universal consciousness, space travel meditation, cosmic awareness
healing_light
healing light journey, golden healing energy, cellular transformation, disease dissolving, regeneration visualization, wholeness restoration
past_life
past life regression journey, time tunnel, previous incarnations, karmic understanding, soul memories, historical self exploration
shadow_integration
shadow integration journey, facing darkness, embracing rejected parts, wholeness through acceptance, Jungian shadow work, transformation
higher_self
higher self connection journey, ascending to meet soul, future wisdom, highest potential, divine self encounter, spiritual guidance
elemental_journey
elemental journey, earth water fire air, element immersion, elemental mastery, nature forces, alchemical transformation

progression_prompts (6)#

linear
linear forward progression, straightforward path, step by step advancement, direct journey
spiral
spiral progression, circling upward or inward, cyclical advancement, labyrinthine path
expanding
expanding outward progression, growing larger, increasing scope, consciousness expansion
descending
descending deeper progression, going down, into depths, underground journey, inner exploration
ascending
ascending upward progression, rising higher, elevation, climbing to heights, spiritual ascent
transforming
transforming metamorphic progression, constant change, shape-shifting environment, fluid reality

style_prompts (6)#

ethereal
ethereal otherworldly style, gossamer light, transparent layers, spiritual ambiance, divine aesthetic
realistic_nature
realistic natural style, photorealistic environments, believable landscapes, grounded visuals
abstract_energy
abstract energy style, flowing colors, non-representational, pure energy visualization, formless beauty
symbolic
symbolic imagery style, meaningful symbols, archetypal images, metaphorical visuals, depth psychology
cosmic
cosmic space style, stellar imagery, galactic visuals, universal scale, astronomical beauty
dreamlike
dreamlike surreal style, dream logic, impossible geometry, subconscious imagery, fluid reality

color_prompts (6)#

chakra_progression
chakra color progression, red to violet, rainbow ascending, energy center colors, spiritual spectrum
single_theme
single color theme, monochromatic variations, unified palette, thematic color
rainbow_flow
flowing rainbow colors, all spectrum, constantly shifting, prismatic flow
light_to_dark
light to dark progression, bright to shadow, day to night, illumination to mystery
dark_to_light
dark to light progression, shadow to bright, night to dawn, emerging into light
cosmic_palette
cosmic color palette, deep space colors, nebula hues, stellar tones, universal colors

guide_prompts (5)#

angel
angelic guide figure, wings of light, divine messenger, protective presence, heavenly being
animal_spirit
spirit animal guide, power animal, totemic presence, animal wisdom, nature guardian
wise_being
wise being guide, elder sage, ancient wisdom, teaching presence, enlightened figure
light_form
light being guide, pure energy form, luminous presence, formless guide, light consciousness
ancestral
ancestral guide, deceased relative, lineage wisdom, family spirit, genetic memory keeper

transition_prompts (5)#

smooth_morph
smooth morphing transitions, one scene flowing into next, seamless transformation
fade
fade transitions, dissolve between scenes, gentle blackout and reveal
portal
portal transitions, doorway opening, gateway passage, threshold crossing
dissolve
dissolve transitions, particles dispersing, reforming as new scene, molecular change
energy_flow
energy flow transitions, light streams connecting scenes, continuous energy movement

intensity_prompts (4)#

gentle
gentle soft intensity, calm peaceful, non-overwhelming, accessible, easy
moderate
moderate balanced intensity, engaged but comfortable, medium stimulation
immersive
immersive deep intensity, fully absorbing, engulfing experience, total engagement
intense
intense powerful intensity, overwhelming experience, maximum stimulation, peak states

resolution_map (3)#

480p
{"width": 512, "height": 288}
720p
{"width": 768, "height": 432}
1080p
{"width": 960, "height": 544}

Models & dependencies#

Custom node packs (4)#

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.

ADE_AnimateDiffLoaderGen1ADE_StandardUniformContextOptionsRIFE VFIVHS_VideoCombine

Checkpoint aliases (2)#

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

Models required (6)#

DreamShaper_8_pruned.safetensors
RealESRGAN_x4plus.pth
rife49.pth
v1-5-pruned-emaonly.safetensors
v3_sd15_adapter.ckpt
v3_sd15_mm.ckpt

Output contract#

What a successful run of this workflow returns.

type
video
format
mp4
codec
h264
audio
false

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
social-shortform-vertical-video-pack
outputPackageProfile
video-master-profile
controlModalities
camera-lockcamera-path-guidecolor-script-lockdepth-constraintidentity-adapterkeyframe-anchor-locklatent-reusemodel-lockmotion-vector-lockpalette-lockpose-constraintprompt-template-lockreference-ensemblesampler-scheduler-lockscene-lockseed-lock +4 more
consistencyDimensions
motionenvironmentlightingcolor-script
notes
Auto-mapped from video defaults