File size: 3,786 Bytes
c02a022 2c0b036 c02a022 34dbf37 c02a022 830dc7c c02a022 830dc7c c02a022 2c0b036 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 |
---
license: apache-2.0
base_model:
- black-forest-labs/FLUX.1-Kontext-dev
pipeline_tag: image-to-image
tags:
- flux
- kontext
- img2img
- controlnet
- flux-kontext
- image
- editing
- lora
---
license: apache-2.0
base_model:
- black-forest-labs/FLUX.1-Kontext-dev
pipeline_tag: image-to-image
---
# RefControl Flux Kontext β Reference Pose LoRA
## π Short description
A LoRA for **Flux Kontext Dev** that fuses a **reference image** (left) with a **pose control map** (right).
It preserves **identity and style** from the reference while following the **pose and body structure** from the control.
**Trigger word:** `refcontrolpose`
---
[π₯ Demo Video](https://youtu.be/8eTjC7InE44)
---
## π Examples
| Input | Oupttut |
|-----------|--------|
|  |  |
|  |  |
|  |  |
|  |  |
|  |  |
---
## π Extended description
This LoRA was primarily trained on **humans**, but it can also be applied to stylized characters and some objects.
Its main goal is to **transfer identity** β facial features, hairstyle, clothing, or object details β from the **reference image**, while adapting them to the **pose and skeleton structure** defined by the control map.
---
## βοΈ How to use
1. Concatenate two images side by side:
- **Left:** reference image (character, person, or object).
- **Right:** pose control map (skeleton, keypoints).
2. Add the trigger word `refcontrolpose` in your prompt.
3. Adjust LoRA weight (recommended **0.8β1.0**) depending on how strongly you want to preserve identity.
### Worklow:
You can find workflow in the workflows folder.
For workflow you need to install in ComfyUI:
- [comfyui_controlnet_aux](https://github.com/Fannovel16/comfyui_controlnet_aux)
- [comfyui-kjnodes](https://github.com/kijai/ComfyUI-KJNodes)
### β
Example prompt
refcontrolpose change pose to photo with reference from left side
---
## π― What it does
- Preserves **character identity** across generations.
- Adapts the subject to a **new pose or action**.
- Works well for **character consistency** in sequential generations.
---
## β‘ Tips
- Best results when the pose map has **similar proportions** to the reference image.
- Combine with **text prompts** to refine background or mood.
- Can be chained with other RefControl LoRAs (depth, lineart, canny) for **multi-constraint generation**.
---
## π Use cases
- Character posing for illustrations, comics, or storyboards.
- Consistent **character design** across different poses.
- Re-posing **stylized characters** while keeping their identity.
- Creating **animation keyframes** from static references.
--- |