EditTag

data class EditTag(val prompt: String, val negativePrompt: String, val tag: String, val isNegative: Boolean) : GenerationInputFormEvent(source)

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tag: String

Functions

Link copied to clipboard

Maps shared generation form events into img2img intents.

Link copied to clipboard

Maps shared generation form events into txt2img intents.