j-min commited on
Commit
d44c760
·
1 Parent(s): b32e15e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -1,10 +1,25 @@
 
 
 
 
 
 
 
 
 
1
 
2
- # Diffusers 🧨 port of [ReCo: Region-Controlled Text-to-Image Generation (CVPR 2023)](https://github.com/microsoft/ReCo)
 
3
 
4
  - Original authors: Zhengyuan Yang, Jianfeng Wang, Zhe Gan, Linjie Li, Kevin Lin, Chenfei Wu, Nan Duan, Zicheng Liu, Ce Liu, Michael Zeng, Lijuan Wang
5
  - Original github repo by authors: https://github.com/microsoft/ReCo
6
  - Converted to Diffusers: Jaemin Cho
7
 
 
 
 
 
 
8
  # Example Usage
9
 
10
  ```python
 
1
+ ---
2
+ language:
3
+ - en
4
+ tags:
5
+ - reco
6
+ - text-to-image
7
+ - layout-to-image
8
+ pipeline_tag: text-to-image
9
+ ---
10
 
11
+
12
+ # Diffusers 🧨 port of [ReCo: Region-Controlled Text-to-Image Generation (CVPR 2023)](https://arxiv.org/abs/2211.15518)
13
 
14
  - Original authors: Zhengyuan Yang, Jianfeng Wang, Zhe Gan, Linjie Li, Kevin Lin, Chenfei Wu, Nan Duan, Zicheng Liu, Ce Liu, Michael Zeng, Lijuan Wang
15
  - Original github repo by authors: https://github.com/microsoft/ReCo
16
  - Converted to Diffusers: Jaemin Cho
17
 
18
+
19
+ # LAION checkpoint
20
+ - original pytorch lightning checkpoint: https://unitab.blob.core.windows.net/data/reco/reco_laion_1232.ckpt
21
+ - original configuration yaml: https://github.com/microsoft/ReCo/blob/main/configs/reco/v1-finetune_laion.yaml
22
+
23
  # Example Usage
24
 
25
  ```python