StableDiffusionScripts

data class StableDiffusionScripts(val txt2img: List<String> = emptyList(), val img2img: List<String> = emptyList(), val extensions: List<String> = emptyList())(source)

Carries StableDiffusionScripts data through the SDAI domain layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(txt2img: List<String> = emptyList(), img2img: List<String> = emptyList(), extensions: List<String> = emptyList())

Properties

Link copied to clipboard

Exposes the extensions value used by the SDAI domain layer.

Link copied to clipboard

Exposes the img2img value used by the SDAI domain layer.

Link copied to clipboard

Exposes the txt2img value used by the SDAI domain layer.

Functions

Link copied to clipboard
fun contains(script: String): Boolean

Executes the contains step in the SDAI domain layer.