Commit
·
eb73220
1
Parent(s):
777efeb
Update README.md to improve usage instructions and remove unnecessary whitespace
Browse files
README.md
CHANGED
@@ -24,7 +24,6 @@ We are actively working on improving the model, and the latest version—along w
|
|
24 |
|
25 |
---
|
26 |
|
27 |
-
|
28 |
## Introduction
|
29 |
|
30 |
We are excited to introduce **Motif Vision 6B Preview**, a powerful text-to-image model trained entirely from scratch. 🖼️✨
|
@@ -52,5 +51,19 @@ The model checkpoints are shared directly in this repository and are ready for u
|
|
52 |
### Live Demo
|
53 |
You can try an interactive demo of Motif Vision 6B Preview right now on the **[Motif Model Hub](https://model-hub.motiftech.io/)**.
|
54 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
### Code Release
|
56 |
-
The source code for inference and training will be made publicly available soon. Stay tuned for updates!
|
|
|
|
|
|
|
|
|
|
24 |
|
25 |
---
|
26 |
|
|
|
27 |
## Introduction
|
28 |
|
29 |
We are excited to introduce **Motif Vision 6B Preview**, a powerful text-to-image model trained entirely from scratch. 🖼️✨
|
|
|
51 |
### Live Demo
|
52 |
You can try an interactive demo of Motif Vision 6B Preview right now on the **[Motif Model Hub](https://model-hub.motiftech.io/)**.
|
53 |
|
54 |
+
## How to Use
|
55 |
+
|
56 |
+
You can run inference with this model using the provided script:
|
57 |
+
|
58 |
+
```bash
|
59 |
+
bash run_inference.sh
|
60 |
+
```
|
61 |
+
|
62 |
+
This command will generate images based on your prompt file using Motif Vision 6B Preview. Please refer to the script or repository documentation for additional options and usage details.
|
63 |
+
|
64 |
### Code Release
|
65 |
+
The source code for inference and training will be made publicly available soon. Stay tuned for updates!
|
66 |
+
> **Note:** Currently, only our own inference code is provided. Support for Hugging Face Diffusers compatibility will be added in the future, so please stay tuned.
|
67 |
+
|
68 |
+
---
|
69 |
+
|