PseudoTerminal X
commited on
Commit
•
b2a8a60
1
Parent(s):
f6fe7d9
Update scheduler/scheduler_config.json
Browse files
scheduler/scheduler_config.json
CHANGED
@@ -9,9 +9,9 @@
|
|
9 |
"dynamic_thresholding_ratio": 0.995,
|
10 |
"interpolation_type": "linear",
|
11 |
"num_train_timesteps": 1000,
|
12 |
-
"prediction_type": "
|
13 |
-
"rescale_betas_zero_snr":
|
14 |
"sample_max_value": 1.0,
|
15 |
"skip_prk_steps": true,
|
16 |
-
"timestep_spacing": "
|
17 |
}
|
|
|
9 |
"dynamic_thresholding_ratio": 0.995,
|
10 |
"interpolation_type": "linear",
|
11 |
"num_train_timesteps": 1000,
|
12 |
+
"prediction_type": "epsilon",
|
13 |
+
"rescale_betas_zero_snr": false,
|
14 |
"sample_max_value": 1.0,
|
15 |
"skip_prk_steps": true,
|
16 |
+
"timestep_spacing": "linspace"
|
17 |
}
|