Commit
·
25e57f6
1
Parent(s):
7beea3c
upload
Browse files
README.md
CHANGED
@@ -1,3 +1,22 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
---
|
6 |
+
|
7 |
+
# PixWizard Model Card
|
8 |
+
|
9 |
+
## Paper or resources for more information:
|
10 |
+
Paper: [https://arxiv.org/abs/2409.15278](https://arxiv.org/abs/2409.15278) \
|
11 |
+
Code: [https://github.com/AFeng-x/PixWizard](https://github.com/AFeng-x/PixWizard) \
|
12 |
+
|
13 |
+
|
14 |
+
## Citations
|
15 |
+
```
|
16 |
+
@article{lin2024pixwizard,
|
17 |
+
title={PixWizard: Versatile Image-to-Image Visual Assistant with Open-Language Instructions},
|
18 |
+
author={Lin, Weifeng and Wei, Xinyu and Zhang, Renrui and Zhuo, Le and Zhao, Shitian and Huang, Siyuan and Xie, Junlin and Qiao, Yu and Gao, Peng and Li, Hongsheng},
|
19 |
+
journal={arXiv preprint arXiv:2409.15278},
|
20 |
+
year={2024}
|
21 |
+
}
|
22 |
+
```
|