Types

Link copied to clipboard

Carries ApplyGenerationResult data through the SDAI presentation layer.

Link copied to clipboard
data class ApplyPrompts(val prompt: String, val negativePrompt: String) : TextToImageIntent

Carries ApplyPrompts data through the SDAI presentation layer.

Link copied to clipboard

Provides the CancelGeneration singleton used by the SDAI presentation layer.

Link copied to clipboard

Provides the ConfigureProvider singleton used by the SDAI presentation layer.

Link copied to clipboard

Provides the DismissEditTag singleton used by the SDAI presentation layer.

Link copied to clipboard

Provides the DismissError singleton used by the SDAI presentation layer.

Link copied to clipboard

Provides the DismissMessage singleton used by the SDAI presentation layer.

Link copied to clipboard

Provides the DismissModal singleton used by the SDAI presentation layer.

Link copied to clipboard

Provides the Generate singleton used by the SDAI presentation layer.

Link copied to clipboard

Provides the NavigateBack singleton used by the SDAI presentation layer.

Link copied to clipboard

Provides the OpenDrawer singleton used by the SDAI presentation layer.

Link copied to clipboard

Carries ReportGenerationResult data through the SDAI presentation layer.

Link copied to clipboard

Carries SaveGenerationResults data through the SDAI presentation layer.

Link copied to clipboard
data class SaveResult(val base64: String) : TextToImageIntent

Carries SaveResult data through the SDAI presentation layer.

Link copied to clipboard
data class ShareResult(val base64: String) : TextToImageIntent

Carries ShareResult data through the SDAI presentation layer.

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

Carries ShowEditTag data through the SDAI presentation layer.

Link copied to clipboard

Carries UpdateAdvancedOptionsVisibility data through the SDAI presentation layer.

Link copied to clipboard
data class UpdateBatchCount(val value: Int) : TextToImageIntent

Carries UpdateBatchCount data through the SDAI presentation layer.

Link copied to clipboard
data class UpdateCfgScale(val value: Float) : TextToImageIntent

Carries UpdateCfgScale data through the SDAI presentation layer.

Link copied to clipboard
data class UpdateHeight(val value: String) : TextToImageIntent

Carries UpdateHeight data through the SDAI presentation layer.

Link copied to clipboard

Carries UpdateNegativePrompt data through the SDAI presentation layer.

Link copied to clipboard
data class UpdateNsfw(val value: Boolean) : TextToImageIntent

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
data class UpdatePrompt(val value: String) : TextToImageIntent

Carries UpdatePrompt data through the SDAI presentation layer.

Link copied to clipboard

Carries UpdateRestoreFaces data through the SDAI presentation layer.

Link copied to clipboard
data class UpdateSampler(val value: String) : TextToImageIntent

Carries UpdateSampler data through the SDAI presentation layer.

Link copied to clipboard
data class UpdateSamplingSteps(val value: Int) : TextToImageIntent

Carries UpdateSamplingSteps data through the SDAI presentation layer.

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

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
data class UpdateSubSeed(val value: String) : TextToImageIntent

Carries UpdateSubSeed data through the SDAI presentation layer.

Link copied to clipboard

Carries UpdateSubSeedStrength data through the SDAI presentation layer.

Link copied to clipboard
data class UpdateWidth(val value: String) : TextToImageIntent

Carries UpdateWidth data through the SDAI presentation layer.

Link copied to clipboard

Carries ViewGenerationResult data through the SDAI presentation layer.