Flux.2‑Klein Enhancer: Multi‑Reference Latent Bank Node for Identity Transfer
Add the new multi‑reference latent bank node to your Stable Diffusion pipeline to replace multiple ReferenceLatent nodes and simplify identity transfer.
Integrate the new node into your Stable Diffusion pipeline and test identity transfer across multiple references to confirm improved stability.
Summary
A new multi‑reference latent bank node has been added to the Flux.2‑Klein Enhancer to streamline identity feature transfer. The node accepts up to eight encoded reference latents and injects them into the model conditioning as a single latent bank while internally preserving each image as a separate reference group. This design eliminates the need to chain multiple ReferenceLatent nodes, simplifying the workflow and reducing manual effort. The node also allows downstream identity transfer hooks to search across all reference token groups instead of being limited to a single reference image.
The implementation aims to be cleaner and more stable, addressing issues that arise when chaining identity nodes. The author plans to update the node later that day, and clear images demonstrating the node's usage are available on Imgur. The feature is intended for users of Flux.2‑Klein who want more efficient identity transfer across multiple references. By integrating this node, developers can reduce pipeline complexity and improve consistency in identity preservation.
Key changes
- New node accepts up to 8 encoded reference latents
- Injects references as a single latent bank into model conditioning
- Preserves each image as a separate reference group internally
- Allows downstream identity transfer hooks to search across all reference token groups
- Eliminates need to chain multiple ReferenceLatent nodes
- Improves workflow stability and reduces complexity