Update readme
Browse files
README.md
CHANGED
@@ -10,9 +10,9 @@ library_name: diffusers
|
|
10 |
|
11 |
![Intro Image](images/intro.jpg)
|
12 |
|
13 |
-
SDXL-Lightning is a lightning fast text-to-image generative model. It can generate high-quality 1024px images under a few steps. For more information, please refer to our paper: [SDXL-Lightning: Progressive Adversarial Diffusion Distillation](). The models are released for research purposes only.
|
14 |
|
15 |
-
Our models are distilled from [stabilityai/stable-diffusion-xl-base-1.0](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0)
|
16 |
|
17 |
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.
|
18 |
|
|
|
10 |
|
11 |
![Intro Image](images/intro.jpg)
|
12 |
|
13 |
+
SDXL-Lightning is a lightning fast text-to-image generative model. It can generate high-quality 1024px images under a few steps. For more information, please refer to our paper: [SDXL-Lightning: Progressive Adversarial Diffusion Distillation]() (coming soon). The models are released for research purposes only.
|
14 |
|
15 |
+
Our models are distilled from [stabilityai/stable-diffusion-xl-base-1.0](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0). This repository contains checkpoints for 1-step, 2-step, 4-step, and 8-step distilled models.
|
16 |
|
17 |
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.
|
18 |
|