Update README.md
Browse files
README.md
CHANGED
|
@@ -24,11 +24,12 @@ 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 `
|
| 28 |
|
| 29 |
```bash
|
| 30 |
pip install git+https://github.com/initml/diffusers.git@clement/feature/flash_sd3
|
| 31 |
```
|
|
|
|
| 32 |
Then, you can ru the following to generate an image
|
| 33 |
|
| 34 |
```python
|
|
|
|
| 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 runniung
|
| 28 |
|
| 29 |
```bash
|
| 30 |
pip install git+https://github.com/initml/diffusers.git@clement/feature/flash_sd3
|
| 31 |
```
|
| 32 |
+
|
| 33 |
Then, you can ru the following to generate an image
|
| 34 |
|
| 35 |
```python
|