Linking paper page & feedback
Browse filesHello
@shihaozhao
congratulations on release!
I am Merve and I work at HF on computer vision. We are indexing papers and linking them to their repositories, so people can discuss about your paper in paper page (which is here https://huggingface.co/papers/2403.07860) and easily find associated model/dataset.
Moreover, it's a HF best practice to host each model checkpoint in different repositories, e.g. shihaozhao/LaVi-Bridge-small, shihaozhao/LaVi-Bridge-large etc. So people don't have to download all the weights when they want to try your model.
Lastly, if you want to build a demo and host on HF Spaces, we'll provide you an A100 grant.
In the meantime, merging this PR is appreciated!
README.md
CHANGED
@@ -4,4 +4,6 @@ pipeline_tag: text-to-image
|
|
4 |
---
|
5 |
<img width="800" alt="image" src="./figs/overview.png">
|
6 |
|
7 |
-
Official repository of **Bridging Different Language Models and Generative Vision Models for Text-to-Image Generation**
|
|
|
|
|
|
4 |
---
|
5 |
<img width="800" alt="image" src="./figs/overview.png">
|
6 |
|
7 |
+
Official repository of **Bridging Different Language Models and Generative Vision Models for Text-to-Image Generation**
|
8 |
+
|
9 |
+
See [paper page](https://huggingface.co/papers/2403.07860) 📝
|