Add pipeline tag, link to paper
Browse filesThis PR ensures that the model can be found at https://huggingface.co./models?pipeline_tag=text-to-image. It also ensures people can find the
associated paper, and the Github repository.
README.md
CHANGED
@@ -1,3 +1,8 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
pipeline_tag: text-to-image
|
4 |
---
|
5 |
+
|
6 |
+
This repository contains the model for the paper [FastComposer: Tuning-Free Multi-Subject Image Generation with Localized Attention](https://huggingface.co/papers/2305.10431).
|
7 |
+
|
8 |
+
Code: https://github.com/mit-han-lab/fastcomposer
|