BenchmarkRecommendation
data class BenchmarkRecommendation(val width: Int, val height: Int, val samplingSteps: Int, val cfgScale: Float, val batchCount: Int, val providers: List<ServerSource>, val backgroundGeneration: Boolean, val sdxlBackend: SdxlBackend)(source)
Recommended local generation parameters derived from benchmark results.
Author
Dmitriy Moroz
Constructors
Link copied to clipboard
constructor(width: Int, height: Int, samplingSteps: Int, cfgScale: Float, batchCount: Int, providers: List<ServerSource>, backgroundGeneration: Boolean, sdxlBackend: SdxlBackend)