clementchadebec
commited on
Commit
•
325e718
1
Parent(s):
30ea825
Update README.md
Browse files
README.md
CHANGED
@@ -24,7 +24,7 @@ See our [live demo](https://huggingface.co/spaces/jasperai/flash-sd3) and offici
|
|
24 |
|
25 |
The model can be used using the `StableDiffusion3Pipeline` from `diffusers` library directly. It can allow reducing the number of required sampling steps to **4 steps**.
|
26 |
|
27 |
-
⚠️ First, you need to install a specific version of `diffusers` by
|
28 |
|
29 |
```bash
|
30 |
pip install git+https://github.com/initml/diffusers.git@clement/feature/flash_sd3
|
|
|
24 |
|
25 |
The model can be used using the `StableDiffusion3Pipeline` from `diffusers` library directly. It can allow reducing the number of required sampling steps to **4 steps**.
|
26 |
|
27 |
+
⚠️ First, you need to install a specific version of `diffusers` by running ⚠️
|
28 |
|
29 |
```bash
|
30 |
pip install git+https://github.com/initml/diffusers.git@clement/feature/flash_sd3
|