Add files using upload-large-folder tool
Browse files- scheduler/scheduler_config.json +11 -17
scheduler/scheduler_config.json
CHANGED
|
@@ -1,30 +1,24 @@
|
|
| 1 |
{
|
| 2 |
-
"_class_name": "
|
| 3 |
"_diffusers_version": "0.37.0.dev0",
|
| 4 |
-
"beta_end": 0.02,
|
| 5 |
-
"beta_schedule": "linear",
|
| 6 |
-
"beta_start": 0.0001,
|
| 7 |
"disable_corrector": [],
|
| 8 |
-
"
|
| 9 |
-
"final_sigmas_type": "zero",
|
| 10 |
-
"flow_shift": 3.0,
|
| 11 |
"lower_order_final": true,
|
| 12 |
"num_train_timesteps": 1000,
|
| 13 |
"predict_x0": true,
|
| 14 |
"prediction_type": "flow_prediction",
|
| 15 |
-
"
|
| 16 |
-
"
|
| 17 |
"solver_order": 2,
|
| 18 |
"solver_p": null,
|
| 19 |
"solver_type": "bh2",
|
| 20 |
-
"
|
| 21 |
-
|
|
|
|
|
|
|
|
|
|
| 22 |
"time_shift_type": "linear",
|
| 23 |
-
"
|
| 24 |
-
"trained_betas": null,
|
| 25 |
-
"use_beta_sigmas": false,
|
| 26 |
"use_dynamic_shifting": true,
|
| 27 |
-
"
|
| 28 |
-
"use_flow_sigmas": true,
|
| 29 |
-
"use_karras_sigmas": false
|
| 30 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_class_name": "HeliosScheduler",
|
| 3 |
"_diffusers_version": "0.37.0.dev0",
|
|
|
|
|
|
|
|
|
|
| 4 |
"disable_corrector": [],
|
| 5 |
+
"gamma": 0.3333333333333333,
|
|
|
|
|
|
|
| 6 |
"lower_order_final": true,
|
| 7 |
"num_train_timesteps": 1000,
|
| 8 |
"predict_x0": true,
|
| 9 |
"prediction_type": "flow_prediction",
|
| 10 |
+
"scheduler_type": "unipc",
|
| 11 |
+
"shift": 1.0,
|
| 12 |
"solver_order": 2,
|
| 13 |
"solver_p": null,
|
| 14 |
"solver_type": "bh2",
|
| 15 |
+
"stage_range": [
|
| 16 |
+
0,
|
| 17 |
+
1
|
| 18 |
+
],
|
| 19 |
+
"stages": 1,
|
| 20 |
"time_shift_type": "linear",
|
| 21 |
+
"thresholding": false,
|
|
|
|
|
|
|
| 22 |
"use_dynamic_shifting": true,
|
| 23 |
+
"use_flow_sigmas": true
|
|
|
|
|
|
|
| 24 |
}
|