zwl commited on
Commit
7506484
·
1 Parent(s): 4364727
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ scheduler = UniPCMultistepScheduler(
12
  prediction_type="epsilon",
13
  predict_x0=True,
14
  thresholding=False,
15
- solver_type='bh2',
16
  lower_order_final=True,
17
  disable_corrector=[0],
18
  )
 
12
  prediction_type="epsilon",
13
  predict_x0=True,
14
  thresholding=False,
15
+ solver_type='bh1',
16
  lower_order_final=True,
17
  disable_corrector=[0],
18
  )