ImageToImagePanel

internal sealed interface ImageToImagePanel(source)

Inheritors

Types

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