Text-to-Image
Diffusers
Safetensors
quickjkee commited on
Commit
f1ca37f
·
verified ·
1 Parent(s): 745e60e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
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