Update README.md
Browse files
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
|
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")
|