Update README.md (#2)
Browse files- Update README.md (cfb6c81f233a4558cee3f815f1c5eee85a385302)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -1,7 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
pipeline_tag: image-text-to-text
|
| 3 |
-
library_name: diffusers # This might need to be verified in the repo.
|
| 4 |
-
license: mit # Placeholder - update if needed
|
| 5 |
---
|
| 6 |
|
| 7 |
<div align="center">
|
|
@@ -32,6 +30,8 @@ The UniDisc checkpoints are available on Hugging Face:
|
|
| 32 |
|
| 33 |
## Getting Started
|
| 34 |
|
|
|
|
|
|
|
| 35 |
To install the dependencies, run:
|
| 36 |
```bash
|
| 37 |
git submodule update --init --recursive
|
|
|
|
| 1 |
---
|
| 2 |
+
pipeline_tag: image-text-to-text
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
<div align="center">
|
|
|
|
| 30 |
|
| 31 |
## Getting Started
|
| 32 |
|
| 33 |
+
Code can be found here: https://github.com/alexanderswerdlow/unidisc/tree/main
|
| 34 |
+
|
| 35 |
To install the dependencies, run:
|
| 36 |
```bash
|
| 37 |
git submodule update --init --recursive
|