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 |
|-----------|--------|
| ![ref1](https://huggingface.co/thedeoxen/refcontrol-flux-kontext-reference-pose-lora/resolve/main/examples/1a.png) | ![res1](https://huggingface.co/thedeoxen/refcontrol-flux-kontext-reference-pose-lora/resolve/main/examples/1b.png) |
| ![ref2](https://huggingface.co/thedeoxen/refcontrol-flux-kontext-reference-pose-lora/resolve/main/examples/2a.png) | ![res2](https://huggingface.co/thedeoxen/refcontrol-flux-kontext-reference-pose-lora/resolve/main/examples/2b.png) |
| ![ref3](https://huggingface.co/thedeoxen/refcontrol-flux-kontext-reference-pose-lora/resolve/main/examples/3a.png) | ![res3](https://huggingface.co/thedeoxen/refcontrol-flux-kontext-reference-pose-lora/resolve/main/examples/3b.png) |
| ![ref4](https://huggingface.co/thedeoxen/refcontrol-flux-kontext-reference-pose-lora/resolve/main/examples/4a.png) | ![res4](https://huggingface.co/thedeoxen/refcontrol-flux-kontext-reference-pose-lora/resolve/main/examples/4b.png) |
| ![ref5](https://huggingface.co/thedeoxen/refcontrol-flux-kontext-reference-pose-lora/resolve/main/examples/5a.png) | ![res5](https://huggingface.co/thedeoxen/refcontrol-flux-kontext-reference-pose-lora/resolve/main/examples/5b.png) |

---

## πŸ“– 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.  

---