Generated reference · ComfyUI workflow · Fractal & generative math

Fractal Art Fusion

Combine mathematical fractals with AI-powered artistic styles, blending geometric precision with creative interpretation

Fractal & generative math15nodesGPU A5000out image~60sv1.0.0

On this page
15Graph nodes
11Node classes
15Inputs
3Models

Tags: fractalai-fusionstyle-transferartistichybridgenerative

Inputs (15)#

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

fractal_typeenumdefault mandelbrot
Base fractal type to generate
options: mandelbrotjuliaburning_shipnewtonlyapunovphoenixmandelboxsierpinski
fusion_modeenumdefault style_infusion
How AI art blends with fractal structure
options: style_infusiontexture_blendcolor_harmonystructural_mergedreamscapesacred_geometryorganic_growthcosmic_integration
artistic_styleenumdefault visionary
AI artistic style to apply
options: visionaryimpressionistsurrealistabstract_expressionistart_nouveaupsychedelicsacred_traditionalfuturisticorganic_natural
fractal_prominenceenumdefault balanced
How prominent the fractal structure remains
options: dominantbalancedsubtlestructural_only
color_sourceenumdefault ai_generated
Color palette source
options: fractal_nativeai_generatedchakra_spectrumcosmic_nebulaearth_organicfire_energywater_flowcustom_palette
enhancement_layersenumdefault glow_effects
Additional visual enhancement layers
options: noneglow_effectsparticle_overlayenergy_streamssacred_symbolsorganic_tendrilscrystalline_structures
complexity_levelenumdefault intricate
Overall visual complexity
options: minimalmoderateintricatemaximum
aspect_ratioenumdefault square
Output aspect ratio
options: squareportraitlandscapeultrawide
seedintegerdefault -1
Random seed for reproducibility
stepsintegerdefault 40
Sampling steps for quality
cfg_scalefloatdefault 8.0
CFG scale for prompt adherence
denoise_strengthfloatdefault 0.75
Denoise strength for img2img fusion
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 (15)#

The executable ComfyUI prompt graph: 15 nodes across 11 distinct node classes, wired by 26 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: LoraLoader"] n2["3: CLIPTextEncode"] n3["4: CLIPTextEncode"] n4["5: EmptyLatentImage"] n5["6: KSampler"] n6["7: VAEDecode"] n7["8: VAEEncode"] n8["9: KSampler"] n9["10: VAEDecode"] n10["11: ImageScaleBy"] n11["12: SaveImage"] n12["freeu: FreeU_V2"] n13["hires_upscale: LatentUpscaleBy"] n14["hires_sampler: KSampler"] n0 -->|model| n1 n0 -->|clip| n1 n1 -->|clip| n2 n1 -->|clip| n3 n12 -->|model| n5 n2 -->|positive| n5 n3 -->|negative| n5 n4 -->|latent_image| n5 n14 -->|samples| n6 n0 -->|vae| n6 n6 -->|pixels| n7 n0 -->|vae| n7 n12 -->|model| n8 n2 -->|positive| n8 n3 -->|negative| n8 n7 -->|latent_image| n8 n8 -->|samples| n9 n0 -->|vae| n9 n9 -->|image| n10 n10 -->|images| n11 n1 -->|model| n12 n5 -->|samples| n13 n12 -->|model| n14 n2 -->|positive| n14 n3 -->|negative| n14 n13 -->|latent_image| n14
Data-flow DAG — scroll to zoom, drag to pan.

Nodes (15)#

1CheckpointLoaderSimplecore
ckpt_name = {{checkpoint_files[checkpoint]}} tmpl
outputs: MODELCLIPVAE
2LoraLoadercore
model = ◂ node 1 · out[0]clip = ◂ node 1 · out[1]lora_name = add_detail.safetensorsstrength_model = 0.5strength_clip = 0.5
outputs: MODELCLIP
3CLIPTextEncodecore
text = {{constructed_prompt}} tmplclip = ◂ node 2 · out[1]
outputs: CONDITIONING
4CLIPTextEncodecore
text = blurry, low resolution, pixelated, ugly, deformed, text, watermark, signature, simple, amateur, photographic, realistic photograph, human faces, wordsclip = ◂ node 2 · out[1]
outputs: CONDITIONING
5EmptyLatentImagecore
width = {{aspect_ratios[aspect_ratio].width}} tmplheight = {{aspect_ratios[aspect_ratio].height}} tmplbatch_size = 1
outputs: LATENT
6KSamplercore
model = ◂ node freeu · out[0]positive = ◂ node 3 · out[0]negative = ◂ node 4 · out[0]latent_image = ◂ node 5 · out[0]seed = {{seed}} tmplsteps = {{steps}} tmplcfg = {{cfg_scale}} tmplsampler_name = dpmpp_2m_sdescheduler = karrasdenoise = 1.0
outputs: LATENT
7VAEDecodecore
samples = ◂ node hires_sampler · out[0]vae = ◂ node 1 · out[2]
outputs: IMAGE
8VAEEncodecore
pixels = ◂ node 7 · out[0]vae = ◂ node 1 · out[2]
outputs: LATENT
9KSamplercore
model = ◂ node freeu · out[0]positive = ◂ node 3 · out[0]negative = ◂ node 4 · out[0]latent_image = ◂ node 8 · out[0]seed = {{seed + 1}} tmplsteps = 20cfg = {{cfg_scale - 1}} tmplsampler_name = dpmpp_2mscheduler = karrasdenoise = {{denoise_strength * 0.5}} tmpl
outputs: LATENT
10VAEDecodecore
samples = ◂ node 9 · out[0]vae = ◂ node 1 · out[2]
outputs: IMAGE
11ImageScaleBycore
image = ◂ node 10 · out[0]upscale_method = lanczosscale_by = 1.5
outputs: IMAGE
12SaveImagecore
images = ◂ node 11 · out[0]filename_prefix = fractal_fusion
freeuFreeU_V2core
model = ◂ node 2 · out[0]b1 = 1.1b2 = 1.2s1 = 0.6s2 = 0.4
outputs: MODEL
hires_upscaleLatentUpscaleBycore
samples = ◂ node 6 · out[0]upscale_method = bislerpscale_by = 1.5
outputs: LATENT
hires_samplerKSamplercore
model = ◂ node freeu · out[0]positive = ◂ node 3 · out[0]negative = ◂ node 4 · out[0]latent_image = ◂ node hires_upscale · out[0]seed = {{seed}} tmplsteps = 14cfg = {{cfg_scale}} tmplsampler_name = dpmpp_2mscheduler = karrasdenoise = 0.45
outputs: LATENT

Prompt construction#

template
Fractal Art Fusion, {fractal_prompt}, {fusion_prompt}, {style_prompt}, {prominence_prompt}, {color_prompt}, {complexity_prompt}{enhancement_prompt}, ultra high quality, intricate detail, professional digital art, trending on artstation, volumetric lighting

Variables (7)#

fractal_prompt
{{fractal_prompts[fractal_type]}} tmpl
fusion_prompt
{{fusion_prompts[fusion_mode]}} tmpl
style_prompt
{{style_prompts[artistic_style]}} tmpl
prominence_prompt
{{prominence_prompts[fractal_prominence]}} tmpl
color_prompt
{{color_prompts[color_source]}} tmpl
complexity_prompt
{{complexity_prompts[complexity_level]}} tmpl
enhancement_prompt
{{enhancement_prompts[enhancement_layers]}} 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.

fractal_prompts (8)#

mandelbrot
Mandelbrot set fractal, cardioid bulb, infinite boundary detail, recursive self-similarity, complex plane mathematics
julia
Julia set fractal, connected spiral arms, dendrite formations, parameter space exploration, mathematical elegance
burning_ship
Burning Ship fractal, asymmetric flames, ghostly ship silhouettes, haunting mathematical beauty, dark intensity
newton
Newton fractal, basin boundaries, root convergence patterns, multicolored regions, algebraic complexity
lyapunov
Lyapunov fractal, chaos emergence patterns, stability boundaries, mathematical bifurcations, order from chaos
phoenix
Phoenix fractal, regenerative spirals, rebirth patterns, recursive transformation, mythological mathematics
mandelbox
Mandelbox fractal, 3D recursive boxes, infinite architectural depth, geometric fortress, dimensional folding
sierpinski
Sierpinski gasket, triangular recursion, perfect self-similarity, geometric purity, infinite triangles within triangles

fusion_prompts (8)#

style_infusion
seamlessly infused with artistic style, mathematical structure as artistic foundation, creative interpretation of geometry
texture_blend
fractal patterns as underlying texture, artistic surface treatment, geometric substrate with creative overlay
color_harmony
fractal structure with harmonious color theory, mathematical forms in perfect chromatic balance
structural_merge
fractal skeleton merged with organic artistic forms, geometry and creativity intertwined
dreamscape
fractal dreamscape, mathematical structures floating in surreal space, dream logic geometry
sacred_geometry
fractal integrated with sacred geometric principles, divine proportions, spiritual mathematics
organic_growth
fractal patterns as organic growth, mathematical life forms, nature's hidden geometry revealed
cosmic_integration
fractal as cosmic structure, mathematical universe, galactic geometry, space-time patterns

style_prompts (9)#

visionary
visionary art style, Alex Grey inspired, sacred geometry overlays, consciousness expansion imagery, mystical luminosity
impressionist
impressionist interpretation, soft brush strokes, light play, Monet-inspired color diffusion, painterly softness
surrealist
surrealist transformation, Dalí-esque melting forms, impossible geometries, dream logic, subconscious imagery
abstract_expressionist
abstract expressionist energy, bold gestural marks, Pollock-like chaos, emotional intensity in form
art_nouveau
art nouveau elegance, flowing organic curves, Mucha-inspired decorative patterns, natural harmony
psychedelic
psychedelic vision, saturated colors, flowing patterns, consciousness-expanding visuals, 1960s poster art
sacred_traditional
sacred traditional art, icon-like quality, gold leaf appearance, religious artistic traditions, devotional imagery
futuristic
futuristic digital aesthetic, clean technological lines, sci-fi inspired, holographic qualities, cyber aesthetics
organic_natural
organic natural forms, botanical accuracy meets mathematics, nature's hidden patterns, living geometry

prominence_prompts (4)#

dominant
fractal structure as dominant visual element, mathematical precision clearly visible, geometry foreground
balanced
balanced integration of fractal and artistic elements, equal visual weight, harmonious blend
subtle
fractal as subtle underlying structure, artistic expression primary, geometric hints
structural_only
fractal provides only structural skeleton, completely transformed by artistic interpretation

color_prompts (8)#

fractal_native
traditional fractal coloring, escape-time palette, mathematical color mapping
ai_generated
AI-harmonized color palette, aesthetically optimized hues, creative color choices
chakra_spectrum
chakra color spectrum, red to violet progression, energy center colors, spiritual chromatics
cosmic_nebula
cosmic nebula palette, deep space colors, stellar nursery hues, astronomical beauty
earth_organic
earth tone organic palette, natural browns greens ambers, grounded colors
fire_energy
fire energy palette, reds oranges yellows, dynamic heat, passionate intensity
water_flow
water flow palette, blues teals aquas, fluid serenity, oceanic depth
custom_palette
custom artistic palette, unique color combination, personalized chromatics

enhancement_prompts (7)#

none
glow_effects
, with ethereal glow effects, luminous edges, inner light emanation, soft radiance
particle_overlay
, with floating particle effects, energy motes, sparkle overlay, magical dust
energy_streams
, with flowing energy streams, power lines, force visualization, dynamic flow
sacred_symbols
, with integrated sacred symbols, spiritual sigils, mystical geometry overlay
organic_tendrils
, with organic tendril extensions, living growth patterns, natural expansion
crystalline_structures
, with crystalline structural overlay, geometric crystal formations, prismatic facets

complexity_prompts (4)#

minimal
clean minimal composition, elegant simplicity, focused visual impact
moderate
moderately detailed composition, balanced complexity, clear focal points
intricate
intricate detailed composition, rich visual texture, layered complexity
maximum
maximum detail and complexity, overwhelming richness, every surface detailed

aspect_ratios (4)#

square
{"width": 1024, "height": 1024}
portrait
{"width": 832, "height": 1216}
landscape
{"width": 1216, "height": 832}
ultrawide
{"width": 1536, "height": 640}

Models & dependencies#

Checkpoint aliases (2)#

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

Models required (3)#

RealVisXL_V5.0_fp16.safetensors
add_detail.safetensors
sd_xl_base_1.0.safetensors

Output contract#

What a successful run of this workflow returns.

type
image
format
png
channels
4
upscaled
true

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
camera-lockcolor-script-lockdepth-constraintidentity-adapterlatent-reusemodel-lockpalette-lockpose-constraintprompt-template-lockreference-ensemblesampler-scheduler-lockscene-lockseed-lockstyle-anchorstyle-locktemporal-lock +1 more
consistencyDimensions
lightingcolor-script
notes
Auto-mapped from fractal defaults