Add Flux2 Klein photorealistic image edit workflow

This commit is contained in:
Morpheus
2026-09-21 14:09:27 +00:00
parent f71bd6f8a8
commit 1cd51c98ec
4 changed files with 70 additions and 0 deletions
@@ -0,0 +1,20 @@
# Flux.2 Klein — photorealistic character conversion
Converts a stylized character reference into a photorealistic full-body editorial photograph while preserving identity, pose, clothing, accessories, and framing.
## Tested baseline
- Reference input: `character_reference.png`
- Model: `flux-2-klein-9b-fp8mixed.safetensors`
- Text encoder: `qwen_3_8b_fp8mixed.safetensors` (`flux2`)
- VAE: `full_encoder_small_decoder.safetensors`
- Sampler: Euler
- Steps: 4
- CFG: 1.0
- Seed: `20260921`
- Measured runtime: approximately 89 seconds on the RTX 3070
Files:
- `workflow.json` — API-format prompt.
- `ui-workflow.json` — native ComfyUI web-editor workflow.