Upload folder using huggingface_hub
Browse files
scheduler/scheduler_config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "EulerDiscreteScheduler",
|
3 |
+
"_diffusers_version": "0.31.0.dev0",
|
4 |
+
"algorithm_type": "deis",
|
5 |
+
"beta_end": 0.012,
|
6 |
+
"beta_schedule": "scaled_linear",
|
7 |
+
"beta_start": 0.00085,
|
8 |
+
"clip_sample": false,
|
9 |
+
"dynamic_thresholding_ratio": 0.995,
|
10 |
+
"final_sigmas_type": "zero",
|
11 |
+
"interpolation_type": "linear",
|
12 |
+
"lower_order_final": true,
|
13 |
+
"num_train_timesteps": 1000,
|
14 |
+
"prediction_type": "epsilon",
|
15 |
+
"rescale_betas_zero_snr": false,
|
16 |
+
"sample_max_value": 1.0,
|
17 |
+
"set_alpha_to_one": false,
|
18 |
+
"sigma_max": null,
|
19 |
+
"sigma_min": null,
|
20 |
+
"skip_prk_steps": true,
|
21 |
+
"solver_order": 2,
|
22 |
+
"solver_type": "logrho",
|
23 |
+
"steps_offset": 1,
|
24 |
+
"thresholding": false,
|
25 |
+
"timestep_spacing": "leading",
|
26 |
+
"timestep_type": "discrete",
|
27 |
+
"trained_betas": null,
|
28 |
+
"use_karras_sigmas": false
|
29 |
+
}
|