patrickvonplaten commited on
Commit
139b847
1 Parent(s): a260c1a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -35,7 +35,7 @@ pip install --upgrade diffusers transformers accelerate peft
35
 
36
  ### Text-to-Image
37
 
38
- The adapter can be loaded with SDv1-5 or deviratives. Here we use `Lykon/dreamshaper-7`. 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.
39
  Please make sure to either disable `guidance_scale` or use values between 1.0 and 2.0.
40
 
41
  ```python
 
35
 
36
  ### Text-to-Image
37
 
38
+ The adapter can be loaded with SDv1-5 or deviratives. Here we use [`Lykon/dreamshaper-7`](https://huggingface.co/Lykon/dreamshaper-7). 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.
39
  Please make sure to either disable `guidance_scale` or use values between 1.0 and 2.0.
40
 
41
  ```python