PseudoTerminal X
commited on
Commit
•
e7e71c1
1
Parent(s):
8df72a6
Upload scheduler_config.json
Browse files- scheduler/scheduler_config.json +12 -20
scheduler/scheduler_config.json
CHANGED
@@ -1,25 +1,17 @@
|
|
1 |
{
|
2 |
-
"_class_name": "
|
3 |
-
"_diffusers_version": "0.
|
4 |
-
"
|
5 |
-
"
|
6 |
-
"
|
7 |
-
"
|
|
|
8 |
"dynamic_thresholding_ratio": 0.995,
|
9 |
-
"
|
10 |
-
"lambda_min_clipped": -Infinity,
|
11 |
-
"lower_order_final": true,
|
12 |
"num_train_timesteps": 1000,
|
13 |
-
"prediction_type": "
|
|
|
14 |
"sample_max_value": 1.0,
|
15 |
-
"
|
16 |
-
"
|
17 |
-
"steps_offset": 0,
|
18 |
-
"thresholding": false,
|
19 |
-
"timestep_spacing": "linspace",
|
20 |
-
"trained_betas": null,
|
21 |
-
"rescale_betas_zero_snr": false,
|
22 |
-
"use_karras_sigmas": false,
|
23 |
-
"use_lu_lambdas": false,
|
24 |
-
"variance_type": null
|
25 |
}
|
|
|
1 |
{
|
2 |
+
"_class_name": "UniPCMultistepScheduler",
|
3 |
+
"_diffusers_version": "0.24.0.dev0",
|
4 |
+
"beta_end": 0.012,
|
5 |
+
"beta_schedule": "scaled_linear",
|
6 |
+
"beta_start": 0.00085,
|
7 |
+
"clip_sample": false,
|
8 |
+
"clip_sample_range": 1.0,
|
9 |
"dynamic_thresholding_ratio": 0.995,
|
10 |
+
"interpolation_type": "linear",
|
|
|
|
|
11 |
"num_train_timesteps": 1000,
|
12 |
+
"prediction_type": "v_prediction",
|
13 |
+
"rescale_betas_zero_snr": true,
|
14 |
"sample_max_value": 1.0,
|
15 |
+
"skip_prk_steps": true,
|
16 |
+
"timestep_spacing": "trailing"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
}
|