I've changed the title of the extension to dynamic_thresholding. No errors occur, it just doesn't do anything. Am I sending the right fields?
//alwayson_scripts = new
//{
// dynamic_thresholding = new
// {
// args = new object[]
// {
// new
// {
// enabled = true,
// mimic_scale = 17.5,
// threshold_percentile = 100,
// mimic_mode = "Linear Down",
// mimic_scale_min = 17.5,
// cfg_mode = "Linear Down",
// cfg_scale_min = 17.5,
// powerscale_power = 4.0
// }
// }
// }
//}
I've changed the title of the extension to dynamic_thresholding. No errors occur, it just doesn't do anything. Am I sending the right fields?