Text-to-Image
Diffusers
Safetensors
lora
clementchadebec commited on
Commit
127083a
·
verified ·
1 Parent(s): dd0b758

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 `StableDiffusionPipeline` from `diffusers` library directly. It can allow reducing the number of required sampling steps to **2-4 steps**.
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