ApplyPrompts
data class ApplyPrompts(val prompt: String, val negativePrompt: String) : ImageToImageIntent(source)
Carries ApplyPrompts data through the SDAI presentation layer.
Author
Dmitriy Moroz
Carries ApplyPrompts data through the SDAI presentation layer.
Dmitriy Moroz