alfredplpl commited on
Commit
e2aeafe
1 Parent(s): 0a12c49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ from safetensors.torch import load_file
15
  model_id = 'aipicasso/emi-stable'
16
  auth_token=os.environ["ACCESS_TOKEN"]
17
 
18
- scheduler=DPMSolverMultistepScheduler(algorithm_type="sde-dpmsolver++",use_karras_sigmas=True)
19
 
20
  pipe = StableDiffusionXLPipeline.from_pretrained(
21
  model_id,
 
15
  model_id = 'aipicasso/emi-stable'
16
  auth_token=os.environ["ACCESS_TOKEN"]
17
 
18
+ scheduler=DPMSolverMultistepScheduler()
19
 
20
  pipe = StableDiffusionXLPipeline.from_pretrained(
21
  model_id,