Add stretching to scheduler_config
Browse files
scheduler/scheduler_config.json
CHANGED
@@ -3,5 +3,6 @@
|
|
3 |
"_diffusers_version": "0.25.1",
|
4 |
"num_train_timesteps": 1000,
|
5 |
"shifting": "SD3",
|
6 |
-
"base_resolution": null
|
|
|
7 |
}
|
|
|
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 |
}
|