BenchmarkProviderRecommendation
data class BenchmarkProviderRecommendation(val provider: ServerSource, val recommended: Boolean, val width: Int, val height: Int, val samplingSteps: Int, val cfgScale: Float, val batchCount: Int, val estimatedTimeSeconds: Int, val backgroundGeneration: Boolean, val sdxlBackend: SdxlBackend, val issues: List<BenchmarkProviderIssue> = emptyList())(source)
Conservative outcome for a concrete local generation provider.
Author
Dmitriy Moroz
Constructors
Link copied to clipboard
constructor(provider: ServerSource, recommended: Boolean, width: Int, height: Int, samplingSteps: Int, cfgScale: Float, batchCount: Int, estimatedTimeSeconds: Int, backgroundGeneration: Boolean, sdxlBackend: SdxlBackend, issues: List<BenchmarkProviderIssue> = emptyList())