amazonaws-la commited on
Commit
210c455
·
verified ·
1 Parent(s): fabbd5e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ import spaces
12
  import torch
13
  from diffusers import AutoencoderKL, DiffusionPipeline, DDIMScheduler
14
 
15
- pipe.scheduler = EulerDiscreteScheduler.from_config(pipe.scheduler.config)
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():