Splash Pipeline · Realistic · AI Lab
Golden Emperor — Splash Pipeline
Stack
- Role
- Original character design, prompt & identity direction, i2i staging, paintover & finishing
- Base model
- Krea 2 (open-weights)
- Tools
- ComfyUI, self-trained style LoRA + Krea 2, directed generation, paintover
- Year
- 2026
Process
Character first, splash second
The character sheet came first: costume, ornament language, and face were locked as a full-body concept on a dark cinematic backdrop. The splash was then directed from that sheet — image-to-image staging with a self-trained style LoRA, keeping the same face, hair and costume while rebuilding lighting and composition for the scene. Final pass is manual: FaceDetailer for expression control, paintover for cleanup.
Process receipts (workflow graph, LoRA sweep, settings) are being added incrementally.
From the AI Lab
Case Study Character → Splash: the pipeline How an original character design becomes a key visual with its identity intact. ▾
The problem
Generating a pretty image is easy. Getting the same character — same face, same costume, same ornament language — out of a diffusion model in a completely new scene is the hard part, and it is what production actually needs.
The root cause is a trade-off I mapped through repeated experiments: text-to-image gives you full freedom of pose and staging, but the costume design drifts on every roll; image-to-image anchored on the character sheet preserves the design almost pixel-perfectly, but locks the pose. A production pipeline has to navigate between those two poles deliberately — not hope for a lucky seed.
The pipeline
- Character sheet first. A full-body concept locks the design: silhouette, materials, palette, face. (Hand-directed generation with a self-trained style LoRA, plus paintover.)
- Identity-preserving staging. The splash is built from the sheet — image-to-image with the sheet encoded as the latent anchor, composition and lighting rewritten in the prompt. The critical dial is denoise: around 0.5–0.65 the detailed character survives while the empty backdrop re-renders into the new scene. Below that nothing changes; above it the costume starts to dissolve.
- Element grafting. New scene elements (props, effects, crowds) are painted in as rough proxies, then re-rendered in place so they inherit the style — the model treats the proxy as composition guidance and redraws it in the trained look.
- Face & finish. Expression control via face-detail passes at low denoise (0.2–0.35, so the face refines without changing identity); final paintover and a tiled 2× upscale for delivery.
The actual graph
The image-to-image staging graph exactly as it runs — an open-weights base model with a self-trained style LoRA stacked on top, the character sheet loaded and VAE-encoded as the latent anchor, a positive-only prompt (at CFG 1 the negative is zeroed out), and the identity-preserving denoise on the sampler:

Reading the graph left to right: model + LoRA stack, the prompt block, the character sheet entering as the latent — all meeting in one sampler whose denoise value decides how much of the sheet survives. Every splash post on this site went through a variant of this graph.
Worked example
See Empress of the Lotus Pond — the standing sheet and the pond splash are the same character to the pixel level of the costume. The same pipeline produced the Golden Emperor key visual and the Dark Legion action variations.
What validation taught me
- Prompt structure matters more than prompt length. At CFG 1 everything is positive conditioning — banned elements must be removed from the vocabulary, not negated.
- The backdrop is part of the style contract. The style LoRAs were trained on dark cinematic backdrops; staging against a flat studio background suppresses the learned look.
- Fix identity first, then compose. Rolling composition variants before the design is locked multiplies drift; locking the sheet first turns splash production into a controlled, repeatable step instead of a lottery.
Model Card Cinematic Painterly Realism — LoRA Low-saturation painterly realism for splash art and character concepts. 85-image dataset. ▾
Overview
A style LoRA for cinematic, low-saturation painterly realism — the workhorse behind the splash-pipeline posts (Empress of the Lotus Pond, Saint of the Storm, Golden Emperor).
Card
| Base model | Krea 2 (open-weights, turbo) |
| Dataset | 85 curated images, pure-content prose captions, no trigger word |
| Network | LoRA dim 32 / alpha 32 · 16 epochs · final loss 0.067 |
| Validation | Epoch sweep with fixed-seed probes; epoch 16 selected as standard |
| Operating notes | Dark cinematic backdrops are part of the style contract — flat studio backgrounds suppress it |
Notes
Prompting rules discovered in validation (front-loaded subject, positive-only phrasing at CFG 1, backdrop placement) are documented per post in the Process sections.