Package-level declarations

Functions

Link copied to clipboard
@Preview(name = "Gallery details info", widthDp = 360, heightDp = 740, showBackground = true)
private fun GalleryDetailInfoPreview()

Renders the GalleryDetailInfoPreview UI for the SDAI presentation layer.

Link copied to clipboard
@Preview(name = "Generation form", widthDp = 360, heightDp = 560, showBackground = true)
private fun GenerationInputFormPreview()

Renders the GenerationInputFormPreview UI for the SDAI presentation layer.

Link copied to clipboard
@Preview(name = "Img2Img unsupported", widthDp = 360, heightDp = 740, showBackground = true)
private fun ImageToImageUnsupportedPreview()

Renders the ImageToImageUnsupportedPreview UI for the SDAI presentation layer.

Link copied to clipboard

Executes the previewImageToImageState step in the SDAI presentation layer.

Link copied to clipboard

Executes the previewTextToImageState step in the SDAI presentation layer.

Link copied to clipboard
private fun PreviewTheme(darkTheme: Boolean = false, content: @Composable () -> Unit)

Renders the PreviewTheme UI for the SDAI presentation layer.

Link copied to clipboard
@Preview(name = "Configuration", widthDp = 360, heightDp = 740, showBackground = true)
private fun ServerSetupContentPreview()

Renders the ServerSetupContentPreview UI for the SDAI presentation layer.

Link copied to clipboard
@Preview(name = "Settings content", widthDp = 360, heightDp = 740, showBackground = true)
private fun SettingsContentPreview()

Renders the SettingsContentPreview UI for the SDAI presentation layer.

Link copied to clipboard
@Preview(name = "Txt2Img screen", widthDp = 360, heightDp = 740, showBackground = true)
private fun TextToImageContentPreview()

Renders the TextToImageContentPreview UI for the SDAI presentation layer.