Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ import spaces
|
|
12 |
import torch
|
13 |
from diffusers import AutoencoderKL, DiffusionPipeline, DDIMScheduler
|
14 |
|
15 |
-
pipe.scheduler =
|
16 |
|
17 |
DESCRIPTION = "# SDXL"
|
18 |
if not torch.cuda.is_available():
|
|
|
12 |
import torch
|
13 |
from diffusers import AutoencoderKL, DiffusionPipeline, DDIMScheduler
|
14 |
|
15 |
+
pipe.scheduler = DPMSolverMultistepScheduler.from_config(pipe.scheduler.config)
|
16 |
|
17 |
DESCRIPTION = "# SDXL"
|
18 |
if not torch.cuda.is_available():
|