11 lines
672 B
Markdown
11 lines
672 B
Markdown
# Flux.2 Klein 9B multi-reference composite
|
||
|
||
API workflow for combining two reference images with Flux.2 Klein:
|
||
|
||
- `person_reference.png` supplies the primary subject identity and appearance.
|
||
- `scene_reference.png` supplies the environment, lighting, perspective, and composition.
|
||
|
||
The workflow chains both encoded images through `ReferenceLatent` for the positive and negative conditioning branches, then renders a 1920×1080 result. Update the prompt when the references have different roles (for example, product + room, character + landscape, or object + background).
|
||
|
||
This is an API-format workflow. The tested example is stored under `fluxExperiments/multiImage/`.
|