internal data class HiresConfigDto(val enabled: Boolean = false, val upscaler: String = "None", val scale: Float = 2.0f, val steps: Int = 0, val denoisingStrength: Float = 0.4f, val hrCfg: Float? = null, val hrDistilledCfg: Float? = null)(source)
Carries HiresConfigDto data through the SDAI background work feature layer.