Add text-to-image pipeline tag and link to code repository
Browse filesThis PR ensures people can find it at https://huggingface.co/models?pipeline_tag=text-to-image.
Also adds a link to the Github repository, so people can easier access the code.
README.md
CHANGED
@@ -1,10 +1,11 @@
|
|
1 |
---
|
|
|
2 |
license: openrail++
|
3 |
tags:
|
4 |
- text-to-image
|
5 |
- stable-diffusion
|
6 |
-
library_name: diffusers
|
7 |
inference: false
|
|
|
8 |
---
|
9 |
|
10 |
# SDXL-Lightning
|
@@ -134,11 +135,13 @@ Use LoRA only if you are using non-SDXL base models. Otherwise use our full chec
|
|
134 |
The 1-step model is only experimental and the quality is much less stable. Consider using the 2-step model for much better quality.
|
135 |
|
136 |
1. Update your ComfyUI to the latest version.
|
137 |
-
|
138 |
-
|
139 |
|
140 |

|
141 |
|
|
|
|
|
142 |
|
143 |
## Cite Our Work
|
144 |
```
|
|
|
1 |
---
|
2 |
+
library_name: diffusers
|
3 |
license: openrail++
|
4 |
tags:
|
5 |
- text-to-image
|
6 |
- stable-diffusion
|
|
|
7 |
inference: false
|
8 |
+
pipeline_tag: text-to-image
|
9 |
---
|
10 |
|
11 |
# SDXL-Lightning
|
|
|
135 |
The 1-step model is only experimental and the quality is much less stable. Consider using the 2-step model for much better quality.
|
136 |
|
137 |
1. Update your ComfyUI to the latest version.
|
138 |
+
2. Download the full checkpoint (`sdxl_lightning_1step_x0.safetensors`) to `/ComfyUI/models/checkpoints`.
|
139 |
+
3. Download our [ComfyUI full 1-step workflow](comfyui/sdxl_lightning_workflow_full_1step.json).
|
140 |
|
141 |

|
142 |
|
143 |
+
## Source Code
|
144 |
+
Code is available at https://github.com/ByteDance/SDXL-Lightning
|
145 |
|
146 |
## Cite Our Work
|
147 |
```
|