Update README.md
Browse files
README.md
CHANGED
|
@@ -15,7 +15,7 @@ This model is a **66.5M** LoRA distilled version of Pixart-α model that is able
|
|
| 15 |
|
| 16 |
|
| 17 |
<p align="center">
|
| 18 |
-
<img style="width:700px;" src="
|
| 19 |
</p>
|
| 20 |
|
| 21 |
# How to use?
|
|
@@ -59,7 +59,7 @@ prompt = "A raccoon reading a book in a lush forest."
|
|
| 59 |
image = pipe(prompt, num_inference_steps=4, guidance_scale=0).images[0]
|
| 60 |
```
|
| 61 |
<p align="center">
|
| 62 |
-
<img style="width:400px;" src="
|
| 63 |
</p>
|
| 64 |
|
| 65 |
# Training Details
|
|
|
|
| 15 |
|
| 16 |
|
| 17 |
<p align="center">
|
| 18 |
+
<img style="width:700px;" src="assets/hf_grid_pixart.jpg">
|
| 19 |
</p>
|
| 20 |
|
| 21 |
# How to use?
|
|
|
|
| 59 |
image = pipe(prompt, num_inference_steps=4, guidance_scale=0).images[0]
|
| 60 |
```
|
| 61 |
<p align="center">
|
| 62 |
+
<img style="width:400px;" src="assets/raccoon.png">
|
| 63 |
</p>
|
| 64 |
|
| 65 |
# Training Details
|