Text-to-Image
Diffusers
Safetensors
quickjkee commited on
Commit
20f0f41
·
verified ·
1 Parent(s): b2a28af

Update README.md

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