Spaces:
Runtime error
Runtime error
zwl
commited on
Commit
·
4364727
1
Parent(s):
0e16277
scaled_linear
Browse files
app.py
CHANGED
@@ -6,7 +6,8 @@ import os
|
|
6 |
|
7 |
scheduler = UniPCMultistepScheduler(
|
8 |
beta_start=0.00085,
|
9 |
-
beta_end
|
|
|
10 |
solver_order=2,
|
11 |
prediction_type="epsilon",
|
12 |
predict_x0=True,
|
|
|
6 |
|
7 |
scheduler = UniPCMultistepScheduler(
|
8 |
beta_start=0.00085,
|
9 |
+
beta_end=0.012,
|
10 |
+
beta_schedule="scaled_linear",
|
11 |
solver_order=2,
|
12 |
prediction_type="epsilon",
|
13 |
predict_x0=True,
|