LocalDiffusionConfig

constructor(betaStart: Float = 8.5E-4f, betaEnd: Float = 0.012f, betaSchedule: String = BETA_SCHEDULER_SCALED_LINEAR, trainedBetas: List<Float> = emptyList(), solverOrder: Int = 2, predictionType: String = PREDICTION_EPSILON, thresholding: Boolean = false, dynamicThresholdingRatio: Float = 0.995f, sampleMaxValue: Float = 1.0f, algorithmType: String = DPM_SOLVER_PP, solverType: String = SOLVER_MIDPOINT, lowerOrderFinal: Boolean = true, clipSample: Boolean = false, clipSampleRange: Float = 1.0f)(source)