RemoteOptions

private data class RemoteOptions(val config: Configuration, val sdModels: List<Pair<StableDiffusionModel, Boolean>> = emptyList(), val swarmModels: List<SwarmUiModel> = emptyList(), val hfModels: List<HuggingFaceModel> = emptyList(), val stEngines: List<StabilityAiEngine> = emptyList())(source)

Carries RemoteOptions data through the SDAI presentation layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(config: Configuration, sdModels: List<Pair<StableDiffusionModel, Boolean>> = emptyList(), swarmModels: List<SwarmUiModel> = emptyList(), hfModels: List<HuggingFaceModel> = emptyList(), stEngines: List<StabilityAiEngine> = emptyList())

Properties

Link copied to clipboard

Exposes the config value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the hfModels value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the sdModels value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the stEngines value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the swarmModels value used by the SDAI presentation layer.