Types

Link copied to clipboard
data class ApplyGenerationResult(val ai: AiGenerationResult, val inputImage: Boolean = false) : ImageToImageIntent

Carries ApplyGenerationResult data through the SDAI presentation layer.

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

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 ClearImageInput singleton used by the SDAI presentation layer.

Link copied to clipboard

Provides the ClearInPaintMask 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

Carries DrawInPaintStroke data through 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 NavigateToInPaint 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

Provides the PickCamera singleton used by the SDAI presentation layer.

Link copied to clipboard

Provides the PickGallery singleton used by the SDAI presentation layer.

Link copied to clipboard

Provides the PickRandom 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) : ImageToImageIntent

Carries SaveResult data through the SDAI presentation layer.

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

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) : ImageToImageIntent

Carries ShowEditTag data through the SDAI presentation layer.

Link copied to clipboard

Provides the UndoInPaintStroke singleton used by 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) : ImageToImageIntent

Carries UpdateBatchCount data through the SDAI presentation layer.

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

Carries UpdateCfgScale data through the SDAI presentation layer.

Link copied to clipboard

Carries UpdateDenoisingStrength data through the SDAI presentation layer.

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

Carries UpdateHeight data through the SDAI presentation layer.

Link copied to clipboard

Carries UpdateInPaintArea data through the SDAI presentation layer.

Link copied to clipboard

Carries UpdateInPaintBrushSize data through the SDAI presentation layer.

Link copied to clipboard

Carries UpdateInPaintMaskBlur data through the SDAI presentation layer.

Link copied to clipboard

Carries UpdateInPaintMaskContent data through the SDAI presentation layer.

Link copied to clipboard

Carries UpdateInPaintMaskMode data through the SDAI presentation layer.

Link copied to clipboard

Carries UpdateInPaintOnlyMaskedPadding 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) : ImageToImageIntent

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) : ImageToImageIntent

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) : ImageToImageIntent

Carries UpdateSampler data through the SDAI presentation layer.

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

Carries UpdateSamplingSteps data through the SDAI presentation layer.

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

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) : ImageToImageIntent

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) : ImageToImageIntent

Carries UpdateWidth data through the SDAI presentation layer.

Link copied to clipboard

Carries ViewGenerationResult data through the SDAI presentation layer.