TextToImagePanel

private sealed interface TextToImagePanel(source)

Defines the TextToImagePanel contract for the SDAI presentation layer.

Author

Dmitriy Moroz

Inheritors

Types

Link copied to clipboard
data class Embeddings(val prompt: String, val negativePrompt: String) : TextToImagePanel

Carries Embeddings data through the SDAI presentation layer.

Link copied to clipboard
data class Extras(val prompt: String, val negativePrompt: String, val type: ExtraType) : TextToImagePanel

Carries Extras data through the SDAI presentation layer.

Link copied to clipboard

Provides the History singleton used by the SDAI presentation layer.