LocalGenerationRequest
data class LocalGenerationRequest(val source: ServerSource, val width: Int, val height: Int, val samplingSteps: Int, val batchCount: Int, val hiresFix: Boolean = false, val sdxlBackend: SdxlBackend = SdxlBackend.AUTO)(source)
Compact generation request used for benchmark policy checks.
Author
Dmitriy Moroz
Constructors
Link copied to clipboard
constructor(source: ServerSource, width: Int, height: Int, samplingSteps: Int, batchCount: Int, hiresFix: Boolean = false, sdxlBackend: SdxlBackend = SdxlBackend.AUTO)