Datasets:
WensongSong
commited on
Commit
·
b3fcfe5
1
Parent(s):
9edad6a
Update README
Browse files
README.md
CHANGED
@@ -257,4 +257,12 @@ ref_image_np = np.array(ref_image_pil)
|
|
257 |
print(f"\nReference image shape as NumPy array: {ref_image_np.shape}")
|
258 |
```
|
259 |
|
260 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
257 |
print(f"\nReference image shape as NumPy array: {ref_image_np.shape}")
|
258 |
```
|
259 |
|
260 |
+
## Citation
|
261 |
+
```
|
262 |
+
@article{song2025insert,
|
263 |
+
title={Insert Anything: Image Insertion via In-Context Editing in DiT},
|
264 |
+
author={Song, Wensong and Jiang, Hong and Yang, Zongxing and Quan, Ruijie and Yang, Yi},
|
265 |
+
journal={arXiv preprint arXiv:2504.15009},
|
266 |
+
year={2025}
|
267 |
+
}
|
268 |
+
```
|