Update scheduler/scheduler_config.json
Browse files- scheduler/scheduler_config.json +29 -22
scheduler/scheduler_config.json
CHANGED
@@ -1,23 +1,30 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
{
|
2 |
+
"_class_name":"DPMSolverMultistepScheduler",
|
3 |
+
"_diffusers_version":"0.30.0.dev0",
|
4 |
+
"algorithm_type":"dpmsolver++",
|
5 |
+
"beta_end":0.012,
|
6 |
+
"beta_schedule":"scaled_linear",
|
7 |
+
"beta_start":0.00085,
|
8 |
+
"clip_sample":false,
|
9 |
+
"dynamic_thresholding_ratio":0.995,
|
10 |
+
"euler_at_final":false,
|
11 |
+
"final_sigmas_type":"zero",
|
12 |
+
"interpolation_type":"linear",
|
13 |
+
"lambda_min_clipped":"-Infinity",
|
14 |
+
"lower_order_final":true,
|
15 |
+
"num_train_timesteps":1000,
|
16 |
+
"prediction_type":"epsilon",
|
17 |
+
"rescale_betas_zero_snr":false,
|
18 |
+
"sample_max_value":1.0,
|
19 |
+
"set_alpha_to_one":false,
|
20 |
+
"skip_prk_steps":true,
|
21 |
+
"solver_order":2,
|
22 |
+
"solver_type":"midpoint",
|
23 |
+
"steps_offset":1,
|
24 |
+
"thresholding":false,
|
25 |
+
"timestep_spacing":"leading",
|
26 |
+
"trained_betas":"None",
|
27 |
+
"use_karras_sigmas":true,
|
28 |
+
"use_lu_lambdas":false,
|
29 |
+
"variance_type":"None"
|
30 |
+
}
|