ImageToImagePanel

internal sealed interface ImageToImagePanel(source)

Defines the ImageToImagePanel contract for the SDAI presentation layer.

Author

Dmitriy Moroz

Inheritors

Types

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

Carries Embeddings data through the SDAI presentation layer.

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

Carries Extras data through the SDAI presentation layer.

Link copied to clipboard

Provides the History singleton used by the SDAI presentation layer.