Add pipeline tag (#3)
Browse files- Add pipeline tag (274e39e8cfc5de5bdcbf733de0c6385f1ed09e7c)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
---
|
| 2 |
library_name: diffusers
|
| 3 |
license: mit
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
# Autoregressive Image Generation without Vector Quantization
|
|
|
|
| 1 |
---
|
| 2 |
library_name: diffusers
|
| 3 |
license: mit
|
| 4 |
+
pipeline_tag: unconditional-image-generation
|
| 5 |
---
|
| 6 |
|
| 7 |
# Autoregressive Image Generation without Vector Quantization
|