File size: 1,949 Bytes
81bf41b
 
 
1cf6b3e
df34c2b
 
 
 
 
 
 
eb744a2
df34c2b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: apache-2.0
---

# Dragondiffusion: Enabling drag-style manipulation on diffusion models
[Chong Mou](https://scholar.google.com/citations?user=SYQoDk0AAAAJ&hl=zh-CN),
[Xintao Wang](https://xinntao.github.io/),
[Jiechong Song](),
[Ying Shan](https://scholar.google.com/citations?user=4oXBp9UAAAAJ),
[Jian Zhang](https://jianzhang.tech/)

[![Project page](https://img.shields.io/badge/Project-Page-brightgreen)](https://mc-e.github.io/project/DragonDiffusion/) [![arXiv](https://img.shields.io/badge/ArXiv-2304.08465-brightgreen)](https://arxiv.org/abs/2307.02421) [![arXiv](https://img.shields.io/badge/ArXiv-2402.02583-brightgreen)](https://arxiv.org/abs/2402.02583)

---
# 🔥🔥🔥 Main Features  
### **Appearance Modulation**  
Appearance Modulation can change the appearance of an object in an image. The final appearance can be specified by a reference image.

<p align="center">
  <img src="https://huggingface.co/Adapter/DragonDiffusion/resolve/main/asserts/appearance.PNG" height=200>
</p>

### **Object Moving & Resizing**  
Object Moving can move an object in the image to a specified location.

<p align="center">
  <img src="https://huggingface.co/Adapter/DragonDiffusion/resolve/main/asserts/move.PNG" height=180>
</p>

### **Face Modulation**  
Face Modulation can transform the outline of one face into the outline of another reference face.

<p align="center">
  <img src="https://huggingface.co/Adapter/DragonDiffusion/resolve/main/asserts/face.PNG" height=210>
</p>

### **Content Dragging**  
Content Dragging can perform image editing through point-to-point dragging.

<p align="center">
  <img src="https://huggingface.co/Adapter/DragonDiffusion/resolve/main/asserts/drag.PNG" height=190>
</p>

### **Object Pasting**  
Object Pasting can paste a given object onto a background image.

<p align="center">
  <img src="https://huggingface.co/Adapter/DragonDiffusion/resolve/main/asserts/paste.PNG" height=210>
</p>