Correct scheduler config for NoobAI XL v1.0 Vpred
Browse files
scheduler/scheduler_config.json
CHANGED
@@ -8,15 +8,15 @@
|
|
8 |
"final_sigmas_type": "zero",
|
9 |
"interpolation_type": "linear",
|
10 |
"num_train_timesteps": 1000,
|
11 |
-
"prediction_type": "
|
12 |
-
"rescale_betas_zero_snr":
|
13 |
"sample_max_value": 1.0,
|
14 |
"set_alpha_to_one": false,
|
15 |
"sigma_max": null,
|
16 |
"sigma_min": null,
|
17 |
"skip_prk_steps": true,
|
18 |
"steps_offset": 1,
|
19 |
-
"timestep_spacing": "
|
20 |
"timestep_type": "discrete",
|
21 |
"trained_betas": null,
|
22 |
"use_beta_sigmas": false,
|
|
|
8 |
"final_sigmas_type": "zero",
|
9 |
"interpolation_type": "linear",
|
10 |
"num_train_timesteps": 1000,
|
11 |
+
"prediction_type": "v_prediction",
|
12 |
+
"rescale_betas_zero_snr": true,
|
13 |
"sample_max_value": 1.0,
|
14 |
"set_alpha_to_one": false,
|
15 |
"sigma_max": null,
|
16 |
"sigma_min": null,
|
17 |
"skip_prk_steps": true,
|
18 |
"steps_offset": 1,
|
19 |
+
"timestep_spacing": "trailing",
|
20 |
"timestep_type": "discrete",
|
21 |
"trained_betas": null,
|
22 |
"use_beta_sigmas": false,
|