Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,4 +7,27 @@ sdk: static
|
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
+
# VisualCloze: A Universal Image Generation Framework via Visual In-Context Learning
|
| 11 |
+
|
| 12 |
+
<div align="center">
|
| 13 |
+
|
| 14 |
+
[[Paper](https://arxiv.org/abs/2504.07960)]   [[Project Page](https://visualcloze.github.io/)]   [[Github](https://github.com/lzyhha/VisualCloze)]
|
| 15 |
+
|
| 16 |
+
</div>
|
| 17 |
+
|
| 18 |
+
<div align="center">
|
| 19 |
+
|
| 20 |
+
[[🤗 Online Demo](https://huggingface.co/spaces/VisualCloze/VisualCloze)]   [[🤗 Dataset Card](https://huggingface.co/datasets/VisualCloze/Graph200K)]
|
| 21 |
+
|
| 22 |
+
</div>
|
| 23 |
+
|
| 24 |
+
## 🌠 Key Features:
|
| 25 |
+
|
| 26 |
+
An in-context learning based universal image generation framework.
|
| 27 |
+
|
| 28 |
+
1. Support various in-domain tasks.
|
| 29 |
+
2. Generalize to <strong><span style="color:hotpink"> unseen tasks</span></strong> through in-context learning.
|
| 30 |
+
3. Unify multiple tasks into one step and generate both target image and intermediate results.
|
| 31 |
+
4. Support reverse-engineering a set of conditions from a target image.
|
| 32 |
+
|
| 33 |
+
🔥 Examples are shown in the [project page](https://visualcloze.github.io/).
|