Scheduler_Update (#2)
Browse files- update sheduler (b18f2799afe2b40fecfe01e6abb1a4ed400f009f)
Co-authored-by: Yan Shu <[email protected]>
- model_index.json +1 -1
- scheduler/scheduler_config.json +16 -3
model_index.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
"_diffusers_version": "0.32.1",
|
| 4 |
"scheduler": [
|
| 5 |
"diffusers",
|
| 6 |
-
"
|
| 7 |
],
|
| 8 |
"text_encoder": [
|
| 9 |
"transformers",
|
|
|
|
| 3 |
"_diffusers_version": "0.32.1",
|
| 4 |
"scheduler": [
|
| 5 |
"diffusers",
|
| 6 |
+
"FlowMatchLCMScheduler"
|
| 7 |
],
|
| 8 |
"text_encoder": [
|
| 9 |
"transformers",
|
scheduler/scheduler_config.json
CHANGED
|
@@ -1,6 +1,19 @@
|
|
| 1 |
{
|
| 2 |
-
"_class_name": "
|
| 3 |
-
"_diffusers_version": "0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
"num_train_timesteps": 1000,
|
| 5 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_class_name": "FlowMatchLCMScheduler",
|
| 3 |
+
"_diffusers_version": "0.34.0.dev0",
|
| 4 |
+
"base_image_seq_len": 256,
|
| 5 |
+
"base_shift": 0.5,
|
| 6 |
+
"invert_sigmas": false,
|
| 7 |
+
"max_image_seq_len": 4096,
|
| 8 |
+
"max_shift": 1.15,
|
| 9 |
"num_train_timesteps": 1000,
|
| 10 |
+
"scale_factors": null,
|
| 11 |
+
"shift": 3.0,
|
| 12 |
+
"shift_terminal": null,
|
| 13 |
+
"time_shift_type": "exponential",
|
| 14 |
+
"upscale_mode": "bicubic",
|
| 15 |
+
"use_beta_sigmas": false,
|
| 16 |
+
"use_dynamic_shifting": false,
|
| 17 |
+
"use_exponential_sigmas": false,
|
| 18 |
+
"use_karras_sigmas": false
|
| 19 |
}
|