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