Improve model card: Add Diffusers library, text-to-image pipeline tag, and HF paper link (#1)
Browse files- Improve model card: Add Diffusers library, text-to-image pipeline tag, and HF paper link (d4a36e1f69d599fb5a0ce183d9fa96007e652a07)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
@@ -1,14 +1,16 @@
|
|
1 |
---
|
2 |
-
|
|
|
3 |
datasets:
|
4 |
- brivangl/midjourney-v6-llava
|
5 |
language:
|
6 |
- en
|
7 |
- zh
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
---
|
|
|
12 |
# Show-o-RecA
|
13 |
|
14 |
> A self-supervised training framework that aligns understanding and generation in modest compute, with huge **zero-shot** gain on generation and editing capability.
|
@@ -19,6 +21,7 @@ This repository hosts the model weights for **Show-o-RecA**. For installation, u
|
|
19 |
|
20 |
[](https://arxiv.org/pdf/2509.07295)
|
21 |
[](https://arxiv.org/abs/2509.07295)
|
|
|
22 |
[](https://github.com/HorizonWind2004/reconstruction-alignment)
|
23 |
[](https://huggingface.co/collections/sanaka87/realign-68ad2176380355a3dcedc068)
|
24 |
[-fcd022?style=for-the-badge&logo=huggingface&logoColor=000)](https://huggingface.co/spaces/sanaka87/BAGEL-ReAlign)
|
|
|
1 |
---
|
2 |
+
base_model:
|
3 |
+
- showlab/show-o-w-clip-vit
|
4 |
datasets:
|
5 |
- brivangl/midjourney-v6-llava
|
6 |
language:
|
7 |
- en
|
8 |
- zh
|
9 |
+
license: apache-2.0
|
10 |
+
pipeline_tag: text-to-image
|
11 |
+
library_name: diffusers
|
12 |
---
|
13 |
+
|
14 |
# Show-o-RecA
|
15 |
|
16 |
> A self-supervised training framework that aligns understanding and generation in modest compute, with huge **zero-shot** gain on generation and editing capability.
|
|
|
21 |
|
22 |
[](https://arxiv.org/pdf/2509.07295)
|
23 |
[](https://arxiv.org/abs/2509.07295)
|
24 |
+
[](https://huggingface.co/papers/2509.07295)
|
25 |
[](https://github.com/HorizonWind2004/reconstruction-alignment)
|
26 |
[](https://huggingface.co/collections/sanaka87/realign-68ad2176380355a3dcedc068)
|
27 |
[-fcd022?style=for-the-badge&logo=huggingface&logoColor=000)](https://huggingface.co/spaces/sanaka87/BAGEL-ReAlign)
|