Update README.md
Browse files
README.md
CHANGED
|
@@ -20,7 +20,8 @@ Upgrade to the latest version of the [🧨 diffusers library](https://github.com
|
|
| 20 |
pip install -U diffusers
|
| 21 |
```
|
| 22 |
|
| 23 |
-
and then you can run
|
|
|
|
| 24 |
```py
|
| 25 |
import torch
|
| 26 |
from diffusers import StableDiffusion3Pipeline
|
|
|
|
| 20 |
pip install -U diffusers
|
| 21 |
```
|
| 22 |
|
| 23 |
+
and then you can run
|
| 24 |
+
<br> (Probably, you will need to specify the visible device: %env CUDA_VISIBLE_DEVICES=0, for correct loading of LoRAs.)
|
| 25 |
```py
|
| 26 |
import torch
|
| 27 |
from diffusers import StableDiffusion3Pipeline
|