Update readme
Browse files
README.md
CHANGED
@@ -26,6 +26,12 @@ Here we feature some of the best:
|
|
26 |
* Real-time generation as you type, lightning-fast: [Demo1](https://fastsdxl.ai/), [Demo2](https://huggingface.co/spaces/radames/Real-Time-Text-to-Image-SDXL-Lightning)
|
27 |
* Comparison to other models: [Link](https://anotherjesse.com/posts/sdxl-lightning/)
|
28 |
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
## Diffusers Usage
|
30 |
|
31 |
Please always use the correct checkpoint for the corresponding inference steps.
|
@@ -110,7 +116,7 @@ pipe("A girl smiling", num_inference_steps=1, guidance_scale=0).images[0].save("
|
|
110 |
Please always use the correct checkpoint for the corresponding inference steps.
|
111 |
Please use Euler sampler with sgm_uniform scheduler.
|
112 |
|
113 |
-
### 2-Step, 4-Step, 8-Step
|
114 |
|
115 |
1. Download the full checkpoint (`sdxl_lightning_Nstep.safetensors`) to `/ComfyUI/models/checkpoints`.
|
116 |
1. Download our [ComfyUI full workflow](comfyui/sdxl_lightning_workflow_full.json).
|
|
|
26 |
* Real-time generation as you type, lightning-fast: [Demo1](https://fastsdxl.ai/), [Demo2](https://huggingface.co/spaces/radames/Real-Time-Text-to-Image-SDXL-Lightning)
|
27 |
* Comparison to other models: [Link](https://anotherjesse.com/posts/sdxl-lightning/)
|
28 |
|
29 |
+
## Checkpoints
|
30 |
+
|
31 |
+
* `sdxl_lightning_Nstep.safetensors`: All-in-one checkpoint, used by ComfyUI.
|
32 |
+
* `sdxl_lightning_4step_unet.safetensors`: UNet checkpoint only, used by Diffusers.
|
33 |
+
* `sdxl_lightning_4step_lora.safetensors`: LoRA checkpoint, for using non-SDXL base model, used by Diffusers and ComfyUI.
|
34 |
+
|
35 |
## Diffusers Usage
|
36 |
|
37 |
Please always use the correct checkpoint for the corresponding inference steps.
|
|
|
116 |
Please always use the correct checkpoint for the corresponding inference steps.
|
117 |
Please use Euler sampler with sgm_uniform scheduler.
|
118 |
|
119 |
+
### 2-Step, 4-Step, 8-Step Full
|
120 |
|
121 |
1. Download the full checkpoint (`sdxl_lightning_Nstep.safetensors`) to `/ComfyUI/models/checkpoints`.
|
122 |
1. Download our [ComfyUI full workflow](comfyui/sdxl_lightning_workflow_full.json).
|