InitialData
data class InitialData(val prompt: String, val negativePrompt: String, val tag: String, val isNegative: Boolean) : EditTagIntent(source)
Carries InitialData data through the SDAI presentation layer.
Author
Dmitriy Moroz
Carries InitialData data through the SDAI presentation layer.
Dmitriy Moroz