Update scheduler/scheduler_config.json
Browse files
scheduler/scheduler_config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"_class_name": "FlowMatchEulerDiscreteScheduler",
|
3 |
-
"_diffusers_version": "0.
|
4 |
"base_image_seq_len": 256,
|
5 |
"base_shift": 0.5,
|
6 |
"invert_sigmas": false,
|
@@ -9,9 +9,10 @@
|
|
9 |
"num_train_timesteps": 1000,
|
10 |
"shift": 1.0,
|
11 |
"shift_terminal": null,
|
|
|
12 |
"time_shift_type": "exponential",
|
13 |
"use_beta_sigmas": false,
|
14 |
"use_dynamic_shifting": false,
|
15 |
"use_exponential_sigmas": false,
|
16 |
"use_karras_sigmas": false
|
17 |
-
}
|
|
|
1 |
{
|
2 |
"_class_name": "FlowMatchEulerDiscreteScheduler",
|
3 |
+
"_diffusers_version": "0.34.0.dev0",
|
4 |
"base_image_seq_len": 256,
|
5 |
"base_shift": 0.5,
|
6 |
"invert_sigmas": false,
|
|
|
9 |
"num_train_timesteps": 1000,
|
10 |
"shift": 1.0,
|
11 |
"shift_terminal": null,
|
12 |
+
"stochastic_sampling": false,
|
13 |
"time_shift_type": "exponential",
|
14 |
"use_beta_sigmas": false,
|
15 |
"use_dynamic_shifting": false,
|
16 |
"use_exponential_sigmas": false,
|
17 |
"use_karras_sigmas": false
|
18 |
+
}
|