Update scheduler/scheduler_config.json
Browse files
scheduler/scheduler_config.json
CHANGED
|
@@ -1,16 +1,8 @@
|
|
| 1 |
{
|
| 2 |
-
"_class_name": "
|
| 3 |
-
"_diffusers_version": "0.
|
| 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 |
-
"
|
| 11 |
-
"
|
| 12 |
-
"
|
| 13 |
-
|
| 14 |
-
"use_exponential_sigmas": false,
|
| 15 |
-
"use_karras_sigmas": false
|
| 16 |
-
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_class_name": "RectifiedFlowScheduler",
|
| 3 |
+
"_diffusers_version": "0.25.1",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
"num_train_timesteps": 1000,
|
| 5 |
+
"shifting": "SD3",
|
| 6 |
+
"base_resolution": null,
|
| 7 |
+
"target_shift_terminal": 0.1
|
| 8 |
+
}
|
|
|
|
|
|
|
|
|