Commit
•
cf56e80
1
Parent(s):
7802aa4
Upload scheduler_config.json
Browse files
scheduler/scheduler_config.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "FlowMatchEulerDiscreteScheduler",
|
3 |
+
"_diffusers_version": "0.32.0.dev0",
|
4 |
+
"base_image_seq_len": 1024,
|
5 |
+
"base_shift": 0.95,
|
6 |
+
"invert_sigmas": false,
|
7 |
+
"max_image_seq_len": 4096,
|
8 |
+
"max_shift": 2.05,
|
9 |
+
"num_train_timesteps": 1000,
|
10 |
+
"shift": 1.0,
|
11 |
+
"shift_terminal": 0.1,
|
12 |
+
"use_beta_sigmas": false,
|
13 |
+
"use_dynamic_shifting": true,
|
14 |
+
"use_exponential_sigmas": false,
|
15 |
+
"use_karras_sigmas": false
|
16 |
+
}
|