Update README.md
Browse files
README.md
CHANGED
|
@@ -22,6 +22,7 @@ pip install -U diffusers
|
|
| 22 |
```
|
| 23 |
|
| 24 |
and then you can run
|
|
|
|
| 25 |
```py
|
| 26 |
import torch
|
| 27 |
from diffusers import StableDiffusion3Pipeline
|
|
|
|
| 22 |
```
|
| 23 |
|
| 24 |
and then you can run
|
| 25 |
+
<br> (Probably, you will need to specify the visible device: %env CUDA_VISIBLE_DEVICES=0, for correct loading of LoRAs.)
|
| 26 |
```py
|
| 27 |
import torch
|
| 28 |
from diffusers import StableDiffusion3Pipeline
|