Extras

data class Extras(val prompt: String, val negativePrompt: String, val type: ExtraType) : TextToImagePanel(source)

Carries Extras data through the SDAI presentation layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(prompt: String, negativePrompt: String, type: ExtraType)

Properties

Link copied to clipboard

Exposes the negativePrompt value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the prompt value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the type value used by the SDAI presentation layer.