TextToImagePanel

private sealed interface TextToImagePanel(source)

Inheritors

Types

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