PseudoTerminal X
commited on
Commit
•
7b73249
1
Parent(s):
658a2c7
Upload folder using huggingface_hub
Browse files
scheduler/scheduler_config.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "DPMSolverMultistepScheduler",
|
3 |
+
"_diffusers_version": "0.22.0.dev0",
|
4 |
+
"algorithm_type": "dpmsolver++",
|
5 |
+
"beta_end": 0.02,
|
6 |
+
"beta_schedule": "linear",
|
7 |
+
"beta_start": 0.0001,
|
8 |
+
"dynamic_thresholding_ratio": 0.995,
|
9 |
+
"euler_at_final": false,
|
10 |
+
"lambda_min_clipped": -Infinity,
|
11 |
+
"lower_order_final": true,
|
12 |
+
"num_train_timesteps": 1000,
|
13 |
+
"prediction_type": "epsilon",
|
14 |
+
"sample_max_value": 1.0,
|
15 |
+
"solver_order": 2,
|
16 |
+
"solver_type": "midpoint",
|
17 |
+
"steps_offset": 0,
|
18 |
+
"thresholding": false,
|
19 |
+
"timestep_spacing": "linspace",
|
20 |
+
"trained_betas": null,
|
21 |
+
"use_karras_sigmas": false,
|
22 |
+
"use_lu_lambdas": false,
|
23 |
+
"variance_type": null
|
24 |
+
}
|