Types

Link copied to clipboard
data class EditTag(val prompt: String, val negativePrompt: String, val tag: String, val isNegative: Boolean) : GenerationInputFormEvent

Carries EditTag data through the SDAI presentation layer.

Link copied to clipboard

Carries UpdateAdvancedOptionsVisibility data through the SDAI presentation layer.

Link copied to clipboard
data class UpdateBatch(val value: Int) : GenerationInputFormEvent

Carries UpdateBatch data through the SDAI presentation layer.

Link copied to clipboard

Carries UpdateCfgScale data through the SDAI presentation layer.

Link copied to clipboard

Carries UpdateHeight data through the SDAI presentation layer.

Link copied to clipboard

Carries UpdateNegativePrompt data through the SDAI presentation layer.

Link copied to clipboard

Carries UpdateNsfw data through the SDAI presentation layer.

Link copied to clipboard

Carries UpdateOpenAiModel data through the SDAI presentation layer.

Link copied to clipboard

Carries UpdateOpenAiQuality data through the SDAI presentation layer.

Link copied to clipboard

Carries UpdateOpenAiSize data through the SDAI presentation layer.

Link copied to clipboard

Carries UpdatePrompt data through the SDAI presentation layer.

Link copied to clipboard

Carries UpdateRestoreFaces data through the SDAI presentation layer.

Link copied to clipboard

Carries UpdateSampler data through the SDAI presentation layer.

Link copied to clipboard

Carries UpdateSamplingSteps data through the SDAI presentation layer.

Link copied to clipboard
data class UpdateSeed(val value: String) : GenerationInputFormEvent

Carries UpdateSeed data through the SDAI presentation layer.

Link copied to clipboard

Carries UpdateStabilityAiClipGuidance data through the SDAI presentation layer.

Link copied to clipboard

Carries UpdateStabilityAiStyle data through the SDAI presentation layer.

Link copied to clipboard

Carries UpdateSubSeed data through the SDAI presentation layer.

Link copied to clipboard

Carries UpdateSubSeedStrength data through the SDAI presentation layer.

Link copied to clipboard

Carries UpdateWidth data through the SDAI presentation layer.

Functions

Link copied to clipboard

Converts SDAI data with toImageToImageIntent.

Link copied to clipboard

Converts SDAI data with toTextToImageIntent.