Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
---
|
| 4 |
+
# Model Card for UniCon
|
| 5 |
+
|
| 6 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 7 |
+
|
| 8 |
+
UniCon adapts an image diffusion model to take paired image-condition inputs. It enables diverse generation behavior in one model for a target image-condition pair. It is proposed in [UniCon paper](https://arxiv.org/abs/2410.11439). Here is the [project website](https://lixirui142.github.io/unicon-diffusion/).
|
| 9 |
+
|
| 10 |
+
## Usage
|
| 11 |
+
|
| 12 |
+
Please check [UniCon repository](https://github.com/lixirui142/UniCon)
|