clementchadebec
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,7 @@ This model is a **66.5M** LoRA distilled version of Pixart-α model that is able
|
|
20 |
|
21 |
# How to use?
|
22 |
|
23 |
-
The model can be used using the `
|
24 |
|
25 |
```python
|
26 |
import torch
|
|
|
20 |
|
21 |
# How to use?
|
22 |
|
23 |
+
The model can be used using the `PixArtAlphaPipeline` from `diffusers` library directly. It can allow reducing the number of required sampling steps to **4 steps**.
|
24 |
|
25 |
```python
|
26 |
import torch
|