English
WensongSong commited on
Commit
5ed275d
·
verified ·
1 Parent(s): 5a77eed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -8
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
- @misc{song2025insertanythingimageinsertion,
40
- title={Insert Anything: Image Insertion via In-Context Editing in DiT},
41
- author={Wensong Song and Hong Jiang and Zongxing Yang and Ruijie Quan and Yi Yang},
42
- year={2025},
43
- eprint={2504.15009},
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
  ```