Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ import uuid
|
|
| 8 |
import json
|
| 9 |
import os
|
| 10 |
from diffusers import StableDiffusionXLPipeline, ControlNetModel
|
| 11 |
-
from
|
| 12 |
|
| 13 |
# Pre-Initialize
|
| 14 |
DEVICE = "auto"
|
|
|
|
| 8 |
import json
|
| 9 |
import os
|
| 10 |
from diffusers import StableDiffusionXLPipeline, ControlNetModel
|
| 11 |
+
from diffusers.models import AutoencoderKL
|
| 12 |
|
| 13 |
# Pre-Initialize
|
| 14 |
DEVICE = "auto"
|