Update scheduler/scheduler_config.json
Browse files
scheduler/scheduler_config.json
CHANGED
@@ -6,20 +6,18 @@
|
|
6 |
"beta_schedule": "scaled_linear",
|
7 |
"beta_start": 0.00085,
|
8 |
"clip_sample": false,
|
9 |
-
"clip_sample_range": 1.0,
|
10 |
"dynamic_thresholding_ratio": 0.995,
|
11 |
"lambda_min_clipped": -Infinity,
|
12 |
"lower_order_final": true,
|
13 |
"num_train_timesteps": 1000,
|
14 |
"prediction_type": "epsilon",
|
15 |
-
"rescale_betas_zero_snr": false,
|
16 |
"sample_max_value": 1.0,
|
17 |
"set_alpha_to_one": false,
|
18 |
"solver_order": 2,
|
19 |
"solver_type": "midpoint",
|
20 |
"steps_offset": 1,
|
21 |
"thresholding": false,
|
22 |
-
"timestep_spacing": "
|
23 |
"trained_betas": null,
|
24 |
"use_karras_sigmas": false,
|
25 |
"variance_type": null
|
|
|
6 |
"beta_schedule": "scaled_linear",
|
7 |
"beta_start": 0.00085,
|
8 |
"clip_sample": false,
|
|
|
9 |
"dynamic_thresholding_ratio": 0.995,
|
10 |
"lambda_min_clipped": -Infinity,
|
11 |
"lower_order_final": true,
|
12 |
"num_train_timesteps": 1000,
|
13 |
"prediction_type": "epsilon",
|
|
|
14 |
"sample_max_value": 1.0,
|
15 |
"set_alpha_to_one": false,
|
16 |
"solver_order": 2,
|
17 |
"solver_type": "midpoint",
|
18 |
"steps_offset": 1,
|
19 |
"thresholding": false,
|
20 |
+
"timestep_spacing": "linspace",
|
21 |
"trained_betas": null,
|
22 |
"use_karras_sigmas": false,
|
23 |
"variance_type": null
|