DragonDiffusion / README.md
Adapter's picture
Update README.md
eb744a2 verified
---
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>