Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
widget:
|
3 |
+
- text: ""
|
4 |
+
output:
|
5 |
+
url: https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9af40da-5147-43d6-b179-e14edc2b0e9b/width=1800/b9af40da-5147-43d6-b179-e14edc2b0e9b.jpeg
|
6 |
+
parameters:
|
7 |
+
civitai: https://civitai.com/images/7980366
|
8 |
+
- text: ""
|
9 |
+
output:
|
10 |
+
url: https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c63367b7-30a1-4f73-8ec0-0678209f8388/width=1800/c63367b7-30a1-4f73-8ec0-0678209f8388.jpeg
|
11 |
+
parameters:
|
12 |
+
civitai: https://civitai.com/images/7980368
|
13 |
+
- text: ""
|
14 |
+
output:
|
15 |
+
url: https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/541bca2c-8fea-4fd1-bea8-a17b2a8ee0ef/width=1800/541bca2c-8fea-4fd1-bea8-a17b2a8ee0ef.jpeg
|
16 |
+
parameters:
|
17 |
+
civitai: https://civitai.com/images/7980367
|
18 |
+
- text: ""
|
19 |
+
output:
|
20 |
+
url: https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0dea0b57-5e41-47cd-8bcd-c2ae9d2415ff/width=1800/0dea0b57-5e41-47cd-8bcd-c2ae9d2415ff.jpeg
|
21 |
+
parameters:
|
22 |
+
civitai: https://civitai.com/images/7980369
|
23 |
+
license: openrail++
|
24 |
+
base_model: ByteDance/SDXL-Lightning
|
25 |
+
base_model_relation: adapter
|
26 |
+
language:
|
27 |
+
- en
|
28 |
+
library_name: refiners
|
29 |
+
pipeline_tag: image-to-image
|
30 |
+
tags:
|
31 |
+
- image-to-image
|
32 |
+
- stable-diffusion
|
33 |
+
- sdxl
|
34 |
+
- art
|
35 |
+
---
|
36 |
+
|
37 |
+
# Stable Diffusion XL Lightning
|
38 |
+
|
39 |
+
<Gallery />
|
40 |
+
|
41 |
+
## Citation
|
42 |
+
|
43 |
+
```bibtex
|
44 |
+
@misc{lin2024sdxllightning,
|
45 |
+
title={SDXL-Lightning: Progressive Adversarial Diffusion Distillation},
|
46 |
+
author={Shanchuan Lin and Anran Wang and Xiao Yang},
|
47 |
+
year={2024},
|
48 |
+
eprint={2402.13929},
|
49 |
+
archivePrefix={arXiv},
|
50 |
+
primaryClass={cs.CV}
|
51 |
+
}
|
52 |
+
```
|