fetchSamplers

abstract suspend fun fetchSamplers(baseUrl: String, authorization: BasicHttpAuthorization?): List<StableDiffusionSamplerRaw>(source)

Loads SDAI data through fetchSamplers.

Return

Result produced by fetchSamplers.

Author

Dmitriy Moroz

Parameters

baseUrl

base url value consumed by the API.

authorization

authorization value consumed by the API.