Update README.md
Browse files
README.md
CHANGED
@@ -2,4 +2,50 @@
|
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
|
5 |
+
# Dragondiffusion: Enabling drag-style manipulation on diffusion models
|
6 |
+
[Chong Mou](https://scholar.google.com/citations?user=SYQoDk0AAAAJ&hl=zh-CN),
|
7 |
+
[Xintao Wang](https://xinntao.github.io/),
|
8 |
+
[Jiechong Song](),
|
9 |
+
[Ying Shan](https://scholar.google.com/citations?user=4oXBp9UAAAAJ),
|
10 |
+
[Jian Zhang](https://jianzhang.tech/)
|
11 |
+
|
12 |
+
[![Project page](https://img.shields.io/badge/Project-Page-brightgreen)](https://mc-e.github.io/project/DragonDiffusion/)
|
13 |
+
[![arXiv](https://img.shields.io/badge/ArXiv-2304.08465-brightgreen)](https://arxiv.org/abs/2307.02421)
|
14 |
+
[![arXiv](https://img.shields.io/badge/ArXiv-2402.02583-brightgreen)](https://arxiv.org/abs/2402.02583)
|
15 |
+
|
16 |
+
---
|
17 |
+
# 🔥🔥🔥 Main Features
|
18 |
+
### **Appearance Modulation**
|
19 |
+
Appearance Modulation can change the appearance of an object in an image. The final appearance can be specified by a reference image.
|
20 |
+
|
21 |
+
<p align="center">
|
22 |
+
<img src="https://huggingface.co/Adapter/DragonDiffusion/resolve/main/asserts/appearance.PNG" height=200>
|
23 |
+
</p>
|
24 |
+
|
25 |
+
### **Object Moving & Resizing**
|
26 |
+
Object Moving can move an object in the image to a specified location.
|
27 |
+
|
28 |
+
<p align="center">
|
29 |
+
<img src="https://huggingface.co/Adapter/DragonDiffusion/resolve/main/asserts/move.PNG" height=180>
|
30 |
+
</p>
|
31 |
+
|
32 |
+
### **Face Modulation**
|
33 |
+
Face Modulation can transform the outline of one face into the outline of another reference face.
|
34 |
+
|
35 |
+
<p align="center">
|
36 |
+
<img src="https://huggingface.co/Adapter/DragonDiffusion/resolve/main/asserts/face.PNG" height=210>
|
37 |
+
</p>
|
38 |
+
|
39 |
+
### **Content Dragging**
|
40 |
+
Content Dragging can perform image editing through point-to-point dragging.
|
41 |
+
|
42 |
+
<p align="center">
|
43 |
+
<img src="https://huggingface.co/Adapter/DragonDiffusion/resolve/main/asserts/drag.PNG" height=190>
|
44 |
+
</p>
|
45 |
+
|
46 |
+
### **Object Pasting**
|
47 |
+
Object Pasting can paste a given object onto a background image.
|
48 |
+
|
49 |
+
<p align="center">
|
50 |
+
<img src="https://huggingface.co/Adapter/DragonDiffusion/resolve/main/asserts/paste.PNG" height=210>
|
51 |
+
</p>
|