Update README.md
Browse files
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 `
|
| 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
|