StableDiffusionSamplersKey

internal data class StableDiffusionSamplersKey(val serverUrl: String, val demoMode: Boolean)(source)

Carries StableDiffusionSamplersKey data through the SDAI presentation layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(serverUrl: String, demoMode: Boolean)

Properties

Link copied to clipboard

Exposes the demoMode value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the serverUrl value used by the SDAI presentation layer.