83
stars
6
commits
1
repos using this model
1
linked in READMEs
Jun 1, 2026
updated
![]()
This project was inspired by Vision Banana, which treats tasks such as depth, normal, and segmentation as image editing.
I wanted to test whether a similar idea could work with FLUX.2 [klein] 9B base by using small task-specific LoRA training runs.
This repository contains six task-specific LoRAs:
The outputs are RGB schematic images. The quality is not production-ready, and these LoRAs are not intended to replace dedicated CV models.
For more details about the experiment and dataset construction, see the blog post:
| Task | LoRA |
|---|---|
| Relative depth | loras/flux2-klein-schematic-relative-depth-lora.safetensors |
| Surface normal | loras/flux2-klein-schematic-surface-normal-lora.safetensors |
| Body pose | loras/flux2-klein-schematic-body-pose-lora.safetensors |
| Full pose | loras/flux2-klein-schematic-full-pose-lora.safetensors |
| Binary segmentation | loras/flux2-klein-schematic-binary-segmentation-lora.safetensors |
| Amodal segmentation | loras/flux2-klein-schematic-amodal-segmentation-lora.safetensors |






Use the LoRA with FLUX.2 [klein] 9B base in an image-editing workflow.
These LoRAs were trained on the base model. They may not behave correctly with the distilled Klein models unless you also use an appropriate base-to-turbo / base-to-distilled compatibility LoRA.
Use simple command-style prompts.
Generate a relative depth map of the input image.
Generate a surface normal map of the input image.
Generate a body pose map of all visible people in the input image.
Generate a full pose map of all visible people in the input image.
Generate a binary segmentation mask of [target] in the input image.
Generate an amodal segmentation mask of [target] in the input image.

black-forest-labs/FLUX.2-klein-base-9Bai-toolkit32 / conv 16adamw8bit5e-541920 image pairs across all tasksThe training dataset is available here:
Please follow the license and usage terms of the base model:
black-forest-labs/FLUX.2-klein-base-9B.
This repository uses flux-non-commercial-license-v2.1.
6 commits
83
stars
6
commits
1
repos using this model
1
linked in READMEs
Jun 1, 2026
updated
![]()
This project was inspired by Vision Banana, which treats tasks such as depth, normal, and segmentation as image editing.
I wanted to test whether a similar idea could work with FLUX.2 [klein] 9B base by using small task-specific LoRA training runs.
This repository contains six task-specific LoRAs:
The outputs are RGB schematic images. The quality is not production-ready, and these LoRAs are not intended to replace dedicated CV models.
For more details about the experiment and dataset construction, see the blog post:
| Task | LoRA |
|---|---|
| Relative depth | loras/flux2-klein-schematic-relative-depth-lora.safetensors |
| Surface normal | loras/flux2-klein-schematic-surface-normal-lora.safetensors |
| Body pose | loras/flux2-klein-schematic-body-pose-lora.safetensors |
| Full pose | loras/flux2-klein-schematic-full-pose-lora.safetensors |
| Binary segmentation | loras/flux2-klein-schematic-binary-segmentation-lora.safetensors |
| Amodal segmentation | loras/flux2-klein-schematic-amodal-segmentation-lora.safetensors |






Use the LoRA with FLUX.2 [klein] 9B base in an image-editing workflow.
These LoRAs were trained on the base model. They may not behave correctly with the distilled Klein models unless you also use an appropriate base-to-turbo / base-to-distilled compatibility LoRA.
Use simple command-style prompts.
Generate a relative depth map of the input image.
Generate a surface normal map of the input image.
Generate a body pose map of all visible people in the input image.
Generate a full pose map of all visible people in the input image.
Generate a binary segmentation mask of [target] in the input image.
Generate an amodal segmentation mask of [target] in the input image.

black-forest-labs/FLUX.2-klein-base-9Bai-toolkit32 / conv 16adamw8bit5e-541920 image pairs across all tasksThe training dataset is available here:
Please follow the license and usage terms of the base model:
black-forest-labs/FLUX.2-klein-base-9B.
This repository uses flux-non-commercial-license-v2.1.
6 commits