Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,13 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
# AnyInsertion
|
3 |
<p align="center">
|
4 |
<a href="https://song-wensong.github.io/"><strong>Wensong Song</strong></a>
|
@@ -12,9 +21,15 @@
|
|
12 |
<a href="https://scholar.google.com/citations?user=RMSuNFwAAAAJ&hl=en"><strong>Yi Yang</strong></a>
|
13 |
<br>
|
14 |
<br>
|
15 |
-
|
16 |
-
|
17 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
<br>
|
19 |
<b>Zhejiang University | Harvard University | Nanyang Technological University </b>
|
20 |
</p>
|
@@ -153,3 +168,14 @@ data/
|
|
153 |
### Text Prompt
|
154 |
Add Prompt: Add [label from `tar_image` (in label.json) ]</p>
|
155 |
Replace Prompt: Replace [label from `src_image` (in src_image/replace/replace_label.json) ] with [label from `tar_image` (in label.json) ]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
task_categories:
|
4 |
+
- image-to-image
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
pretty_name: a
|
8 |
+
size_categories:
|
9 |
+
- 10M<n<100M
|
10 |
+
---
|
11 |
# AnyInsertion
|
12 |
<p align="center">
|
13 |
<a href="https://song-wensong.github.io/"><strong>Wensong Song</strong></a>
|
|
|
21 |
<a href="https://scholar.google.com/citations?user=RMSuNFwAAAAJ&hl=en"><strong>Yi Yang</strong></a>
|
22 |
<br>
|
23 |
<br>
|
24 |
+
<a href="https://arxiv.org/pdf/2504.15009" style="display: inline-block; margin-right: 10px;">
|
25 |
+
<img src='https://img.shields.io/badge/arXiv-InsertAnything-red?color=%23aa1a1a' alt='Paper PDF'>
|
26 |
+
</a>
|
27 |
+
<a href='https://song-wensong.github.io/insert-anything/' style="display: inline-block; margin-right: 10px;">
|
28 |
+
<img src='https://img.shields.io/badge/Project%20Page-InsertAnything-cyan?logoColor=%23FFD21E&color=%23cbe6f2' alt='Project Page'>
|
29 |
+
</a>
|
30 |
+
<a href='https://github.com/song-wensong/insert-anything' style="display: inline-block;">
|
31 |
+
<img src='https://img.shields.io/badge/GitHub-InsertAnything-black?logoColor=23FFD21E&color=%231d2125'>
|
32 |
+
</a>
|
33 |
<br>
|
34 |
<b>Zhejiang University | Harvard University | Nanyang Technological University </b>
|
35 |
</p>
|
|
|
168 |
### Text Prompt
|
169 |
Add Prompt: Add [label from `tar_image` (in label.json) ]</p>
|
170 |
Replace Prompt: Replace [label from `src_image` (in src_image/replace/replace_label.json) ] with [label from `tar_image` (in label.json) ]
|
171 |
+
|
172 |
+
|
173 |
+
## Citation
|
174 |
+
```
|
175 |
+
@article{song2025insert,
|
176 |
+
title={Insert Anything: Image Insertion via In-Context Editing in DiT},
|
177 |
+
author={Song, Wensong and Jiang, Hong and Yang, Zongxing and Quan, Ruijie and Yang, Yi},
|
178 |
+
journal={arXiv preprint arXiv:2504.15009},
|
179 |
+
year={2025}
|
180 |
+
}
|
181 |
+
```
|