Add pipeline tag and library name (#2)
Browse files- Add pipeline tag and library name (ba992f4243f899a4fc47287b8af97881a702a50e)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
## NextStep-1: Toward Autoregressive Image Generation with Continuous Tokens at Scale
|
|
@@ -99,4 +101,4 @@ If you find NextStep useful for your research and applications, please consider
|
|
| 99 |
journal={arXiv preprint arXiv:2508.10711},
|
| 100 |
year={2025}
|
| 101 |
}
|
| 102 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
pipeline_tag: image-to-image
|
| 4 |
+
library_name: transformers
|
| 5 |
---
|
| 6 |
|
| 7 |
## NextStep-1: Toward Autoregressive Image Generation with Continuous Tokens at Scale
|
|
|
|
| 101 |
journal={arXiv preprint arXiv:2508.10711},
|
| 102 |
year={2025}
|
| 103 |
}
|
| 104 |
+
```
|