Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# UNIC-Adapter: Unified Image-Instruction Adapter for Multimodal Image Generation
|
2 |
[](https://arxiv.org/abs/2412.18928)
|
3 |
[](https://opensource.org/licenses/MIT)
|
@@ -63,5 +76,4 @@ If you find this repo is helpful for your research, please cite our paper:
|
|
63 |
```
|
64 |
|
65 |
## Disclaimer
|
66 |
-
We used compliance checking algorithms during the training process, to ensure the compliance of the trained model(s) to the best of our ability. Due to complex data and the diversity of language model usage scenarios, we cannot guarantee that the model is completely free of copyright issues or improper content. If you believe anything infringes on your rights or generates improper content, please contact us, and we will promptly address the matter.
|
67 |
-
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
base_model:
|
6 |
+
- black-forest-labs/FLUX.1-dev
|
7 |
+
- stabilityai/stable-diffusion-3.5-medium
|
8 |
+
- stabilityai/stable-diffusion-3-medium
|
9 |
+
library_name: diffusers
|
10 |
+
tags:
|
11 |
+
- Multimodal-Image-Generation
|
12 |
+
- Image-Generation
|
13 |
+
---
|
14 |
# UNIC-Adapter: Unified Image-Instruction Adapter for Multimodal Image Generation
|
15 |
[](https://arxiv.org/abs/2412.18928)
|
16 |
[](https://opensource.org/licenses/MIT)
|
|
|
76 |
```
|
77 |
|
78 |
## Disclaimer
|
79 |
+
We used compliance checking algorithms during the training process, to ensure the compliance of the trained model(s) to the best of our ability. Due to complex data and the diversity of language model usage scenarios, we cannot guarantee that the model is completely free of copyright issues or improper content. If you believe anything infringes on your rights or generates improper content, please contact us, and we will promptly address the matter.
|
|