nroggendorff commited on
Commit
e1254c8
·
verified ·
1 Parent(s): 8208173

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -12,7 +12,7 @@ You can use this with the 🧨Diffusers library from [Hugging Face](https://hugg
12
 
13
  ### Diffusers
14
  ```py
15
- from diffusers import StableDiffusionPipeline
16
  import torch
17
 
18
  pipeline = StableDiffusionPipeline.from_pretrained("nroggendorff/juggernautxl").to("cuda")
 
12
 
13
  ### Diffusers
14
  ```py
15
+ from diffusers import StableDiffusionXLPipeline
16
  import torch
17
 
18
  pipeline = StableDiffusionPipeline.from_pretrained("nroggendorff/juggernautxl").to("cuda")