Update readme
Browse files
README.md
CHANGED
@@ -17,6 +17,15 @@ Our models are distilled from [stabilityai/stable-diffusion-xl-base-1.0](https:/
|
|
17 |
|
18 |
We provide both full UNet and LoRA checkpoints. The full UNet models have the best quality while the LoRA models can be applied to other base models.
|
19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
## Diffusers Usage
|
21 |
|
22 |
Please always use the correct checkpoint for the corresponding inference steps.
|
|
|
17 |
|
18 |
We provide both full UNet and LoRA checkpoints. The full UNet models have the best quality while the LoRA models can be applied to other base models.
|
19 |
|
20 |
+
## Demos
|
21 |
+
|
22 |
+
The community has made some amazing demos based on SDXL-Lightning.
|
23 |
+
Here we feature some of the best:
|
24 |
+
|
25 |
+
* [Generate with all configurations](https://huggingface.co/spaces/AP123/SDXL-Lightning)
|
26 |
+
* [Real-time generation as you type](https://fastsdxl.ai/)
|
27 |
+
* [Comparison to other models](https://anotherjesse.com/posts/sdxl-lightning/)
|
28 |
+
|
29 |
## Diffusers Usage
|
30 |
|
31 |
Please always use the correct checkpoint for the corresponding inference steps.
|