Merge commit 'ba15a41'
Browse files
scheduler/scheduler_config.json
CHANGED
|
@@ -1,11 +1,12 @@
|
|
| 1 |
{
|
| 2 |
-
"_class_name": "
|
| 3 |
"_diffusers_version": "0.29.2",
|
| 4 |
"algorithm_type": "dpmsolver++",
|
| 5 |
"beta_end": 0.0145,
|
| 6 |
"beta_schedule": "linear",
|
| 7 |
"beta_start": 0.00075,
|
| 8 |
"dynamic_thresholding_ratio": 0.995,
|
|
|
|
| 9 |
"final_sigmas_type": "zero",
|
| 10 |
"lambda_min_clipped": -Infinity,
|
| 11 |
"lower_order_final": true,
|
|
@@ -14,8 +15,11 @@
|
|
| 14 |
"sample_max_value": 1.0,
|
| 15 |
"solver_order": 2,
|
| 16 |
"solver_type": "midpoint",
|
|
|
|
| 17 |
"thresholding": false,
|
|
|
|
| 18 |
"trained_betas": null,
|
| 19 |
"use_karras_sigmas": true,
|
|
|
|
| 20 |
"variance_type": null
|
| 21 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_class_name": "DPMSolverMultistepScheduler",
|
| 3 |
"_diffusers_version": "0.29.2",
|
| 4 |
"algorithm_type": "dpmsolver++",
|
| 5 |
"beta_end": 0.0145,
|
| 6 |
"beta_schedule": "linear",
|
| 7 |
"beta_start": 0.00075,
|
| 8 |
"dynamic_thresholding_ratio": 0.995,
|
| 9 |
+
"euler_at_final": false,
|
| 10 |
"final_sigmas_type": "zero",
|
| 11 |
"lambda_min_clipped": -Infinity,
|
| 12 |
"lower_order_final": true,
|
|
|
|
| 15 |
"sample_max_value": 1.0,
|
| 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": true,
|
| 23 |
+
"use_lu_lambdas": false,
|
| 24 |
"variance_type": null
|
| 25 |
}
|