Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
## Introduction
|
2 |
|
3 |
-
The Stable Diffusion XL model is finetuned on comtemporatory Chinese ink paintings.
|
4 |
|
5 |
## Usage
|
6 |
Our inference process is speed up using [**LCM-LORA**](https://huggingface.co/latent-consistency/lcm-lora-sdxl), please make sure all the necessary libraries are up to date.
|
@@ -46,7 +46,7 @@ axs[1].imshow(images[1])
|
|
46 |
axs[1].axis('off')
|
47 |
plt.show()
|
48 |
```
|
49 |
-
!(images/
|
50 |
|
51 |
---
|
52 |
tags:
|
|
|
1 |
## Introduction
|
2 |
|
3 |
+
The [**Stable Diffusion XL**](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0) model is finetuned on comtemporatory Chinese ink paintings.
|
4 |
|
5 |
## Usage
|
6 |
Our inference process is speed up using [**LCM-LORA**](https://huggingface.co/latent-consistency/lcm-lora-sdxl), please make sure all the necessary libraries are up to date.
|
|
|
46 |
axs[1].axis('off')
|
47 |
plt.show()
|
48 |
```
|
49 |
+
![plt](images/Comparison.png)
|
50 |
|
51 |
---
|
52 |
tags:
|