Text-to-Image
Diffusers
PyTorch
English
Chinese
sanaka87 nielsr HF Staff commited on
Commit
fd21514
·
verified ·
1 Parent(s): ddcce33

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]>

Files changed (1) hide show
  1. README.md +7 -4
README.md CHANGED
@@ -1,14 +1,16 @@
1
  ---
2
- license: apache-2.0
 
3
  datasets:
4
  - brivangl/midjourney-v6-llava
5
  language:
6
  - en
7
  - zh
8
- base_model:
9
- - showlab/show-o-w-clip-vit
10
- pipeline_tag: any-to-any
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
  [![Paper](https://img.shields.io/badge/paper-A42C25?style=for-the-badge&logo=arxiv&logoColor=white)](https://arxiv.org/pdf/2509.07295)
21
  [![ArXiv](https://img.shields.io/badge/arXiv-A42C25?style=for-the-badge&logo=arxiv&logoColor=white&color=blue)](https://arxiv.org/abs/2509.07295)
 
22
  [![Github](https://img.shields.io/badge/RecA-000000?style=for-the-badge&logo=github&logoColor=000&logoColor=white)](https://github.com/HorizonWind2004/reconstruction-alignment)
23
  [![Hugging Face Collection](https://img.shields.io/badge/HF_Models-fcd022?style=for-the-badge&logo=huggingface&logoColor=000)](https://huggingface.co/collections/sanaka87/realign-68ad2176380355a3dcedc068)
24
  [![HF Demo](https://img.shields.io/badge/Demo_(BAGEL)-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
  [![Paper](https://img.shields.io/badge/paper-A42C25?style=for-the-badge&logo=arxiv&logoColor=white)](https://arxiv.org/pdf/2509.07295)
23
  [![ArXiv](https://img.shields.io/badge/arXiv-A42C25?style=for-the-badge&logo=arxiv&logoColor=white&color=blue)](https://arxiv.org/abs/2509.07295)
24
+ [![Hugging Face Paper](https://img.shields.io/badge/%F0%9F%A4%97_Hugging_Face-Paper-yellow)](https://huggingface.co/papers/2509.07295)
25
  [![Github](https://img.shields.io/badge/RecA-000000?style=for-the-badge&logo=github&logoColor=000&logoColor=white)](https://github.com/HorizonWind2004/reconstruction-alignment)
26
  [![Hugging Face Collection](https://img.shields.io/badge/HF_Models-fcd022?style=for-the-badge&logo=huggingface&logoColor=000)](https://huggingface.co/collections/sanaka87/realign-68ad2176380355a3dcedc068)
27
  [![HF Demo](https://img.shields.io/badge/Demo_(BAGEL)-fcd022?style=for-the-badge&logo=huggingface&logoColor=000)](https://huggingface.co/spaces/sanaka87/BAGEL-ReAlign)