Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
<h1 align="center">Insert Anything</h2>
|
| 5 |
<p align="center">
|
|
@@ -36,13 +42,10 @@ The currently released checkpoint is 20250321_steps5000_pytorch_lora_weights.saf
|
|
| 36 |
|
| 37 |
## Citation
|
| 38 |
```
|
| 39 |
-
@
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
archivePrefix={arXiv},
|
| 45 |
-
primaryClass={cs.CV},
|
| 46 |
-
url={https://arxiv.org/abs/2504.15009},
|
| 47 |
}
|
| 48 |
```
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
datasets:
|
| 4 |
+
- WensongSong/AnyInsertion
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
base_model:
|
| 8 |
+
- black-forest-labs/FLUX.1-Fill-dev
|
| 9 |
---
|
| 10 |
<h1 align="center">Insert Anything</h2>
|
| 11 |
<p align="center">
|
|
|
|
| 42 |
|
| 43 |
## Citation
|
| 44 |
```
|
| 45 |
+
@article{song2025insert,
|
| 46 |
+
title={Insert Anything: Image Insertion via In-Context Editing in DiT},
|
| 47 |
+
author={Song, Wensong and Jiang, Hong and Yang, Zongxing and Quan, Ruijie and Yang, Yi},
|
| 48 |
+
journal={arXiv preprint arXiv:2504.15009},
|
| 49 |
+
year={2025}
|
|
|
|
|
|
|
|
|
|
| 50 |
}
|
| 51 |
```
|