ptx0
commited on
Commit
·
0064e7f
1
Parent(s):
642d4c7
Update scheduler config for diffusers for trailing timestep
Browse files
scheduler/scheduler_config.json
CHANGED
@@ -15,5 +15,7 @@
|
|
15 |
"steps_offset": 1,
|
16 |
"thresholding": false,
|
17 |
"trained_betas": null,
|
|
|
|
|
18 |
"variance_type": "fixed_small"
|
19 |
}
|
|
|
15 |
"steps_offset": 1,
|
16 |
"thresholding": false,
|
17 |
"trained_betas": null,
|
18 |
+
"timestep_spacing": "trailing",
|
19 |
+
"rescale_betas_zero_snr": true,
|
20 |
"variance_type": "fixed_small"
|
21 |
}
|