Andyrasika
commited on
Commit
·
618dc8e
1
Parent(s):
83d8cf3
Update README.md
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ to the latents generated in the first step, using the same prompt. This techniqu
|
|
21 |
Source code is available at https://github.com/Stability-AI/generative-models .
|
22 |
```
|
23 |
import torch
|
24 |
-
from diffusers import StableDiffusionXLPipeline
|
25 |
import gc,cv2,os
|
26 |
from PIL import Image
|
27 |
import requests
|
|
|
21 |
Source code is available at https://github.com/Stability-AI/generative-models .
|
22 |
```
|
23 |
import torch
|
24 |
+
from diffusers import StableDiffusionXLPipeline, AutoencoderKL
|
25 |
import gc,cv2,os
|
26 |
from PIL import Image
|
27 |
import requests
|