clementchadebec
commited on
Commit
•
30ea825
1
Parent(s):
5094372
Update README.md
Browse files
README.md
CHANGED
@@ -30,7 +30,7 @@ The model can be used using the `StableDiffusion3Pipeline` from `diffusers` libr
|
|
30 |
pip install git+https://github.com/initml/diffusers.git@clement/feature/flash_sd3
|
31 |
```
|
32 |
|
33 |
-
Then, you can
|
34 |
|
35 |
```python
|
36 |
import torch
|
|
|
30 |
pip install git+https://github.com/initml/diffusers.git@clement/feature/flash_sd3
|
31 |
```
|
32 |
|
33 |
+
Then, you can run the following to generate an image
|
34 |
|
35 |
```python
|
36 |
import torch
|