Update scheduler/scheduler_config.json
Browse files
scheduler/scheduler_config.json
CHANGED
|
@@ -3,14 +3,14 @@
|
|
| 3 |
"_diffusers_version": "0.30.0.dev0",
|
| 4 |
"algorithm_type": "dpmsolver++",
|
| 5 |
"beta_end": 0.012,
|
| 6 |
-
"beta_schedule": "
|
| 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": "
|
| 13 |
-
"lambda_min_clipped":
|
| 14 |
"lower_order_final": true,
|
| 15 |
"num_train_timesteps": 1000,
|
| 16 |
"prediction_type": "epsilon",
|
|
@@ -25,6 +25,6 @@
|
|
| 25 |
"timestep_spacing": "trailing",
|
| 26 |
"trained_betas": null,
|
| 27 |
"use_karras_sigmas": true,
|
| 28 |
-
"use_lu_lambdas":
|
| 29 |
"variance_type": null
|
| 30 |
}
|
|
|
|
| 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 |
"interpolation_type": "linear",
|
| 10 |
"dynamic_thresholding_ratio": 0.995,
|
| 11 |
"euler_at_final": false,
|
| 12 |
+
"final_sigmas_type": "sigma_min",
|
| 13 |
+
"lambda_min_clipped": 0.0000001,
|
| 14 |
"lower_order_final": true,
|
| 15 |
"num_train_timesteps": 1000,
|
| 16 |
"prediction_type": "epsilon",
|
|
|
|
| 25 |
"timestep_spacing": "trailing",
|
| 26 |
"trained_betas": null,
|
| 27 |
"use_karras_sigmas": true,
|
| 28 |
+
"use_lu_lambdas": true,
|
| 29 |
"variance_type": null
|
| 30 |
}
|