Update README.md
Browse files
README.md
CHANGED
@@ -33,6 +33,8 @@ pip install --upgrade pip
|
|
33 |
pip install --upgrade diffusers transformers accelerate peft
|
34 |
```
|
35 |
|
|
|
|
|
36 |
### Text-to-Image
|
37 |
|
38 |
The adapter can be loaded with it's base model `stabilityai/stable-diffusion-xl-base-1.0`. Next, the scheduler needs to be changed to [`LCMScheduler`](https://huggingface.co/docs/diffusers/v0.22.3/en/api/schedulers/lcm#diffusers.LCMScheduler) and we can reduce the number of inference steps to just 2 to 8 steps.
|
|
|
33 |
pip install --upgrade diffusers transformers accelerate peft
|
34 |
```
|
35 |
|
36 |
+
***Note: For detailed usage examples we recommend you to check out our official [LCM-LoRA docs](https://huggingface.co/docs/diffusers/main/en/using-diffusers/inference_with_lcm_lora)***
|
37 |
+
|
38 |
### Text-to-Image
|
39 |
|
40 |
The adapter can be loaded with it's base model `stabilityai/stable-diffusion-xl-base-1.0`. Next, the scheduler needs to be changed to [`LCMScheduler`](https://huggingface.co/docs/diffusers/v0.22.3/en/api/schedulers/lcm#diffusers.LCMScheduler) and we can reduce the number of inference steps to just 2 to 8 steps.
|