Update README.md
Browse files
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
|