Embeddings

data class Embeddings(val prompt: String, val negativePrompt: String) : ImageToImagePanel(source)

Carries Embeddings data through the SDAI presentation layer.

Author

Dmitriy Moroz

Constructors

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

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.