clementchadebec commited on
Commit
0975702
1 Parent(s): 9bd5b03

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -22,7 +22,7 @@ See our [live demo](https://huggingface.co/spaces/jasperai/FlashPixart).
22
 
23
  # How to use?
24
 
25
- The model can be used using the `StableDiffusionPipeline` from `diffusers` library directly. It can allow reducing the number of required sampling steps to **2-4 steps**.
26
 
27
  ```python
28
  from diffusers import DiffusionPipeline, LCMScheduler
 
22
 
23
  # How to use?
24
 
25
+ The model can be used using the `DiffusionPipeline` from `diffusers` library directly. It can allow reducing the number of required sampling steps to **4 steps**.
26
 
27
  ```python
28
  from diffusers import DiffusionPipeline, LCMScheduler