fetchSamplers

open suspend override fun fetchSamplers(baseUrl: String, credentials: AuthorizationCredentials): List<StableDiffusionSampler>(source)

Loads SDAI data through fetchSamplers.

Return

Result produced by fetchSamplers.

Author

Dmitriy Moroz

Parameters

baseUrl

base url value consumed by the API.

credentials

credentials value consumed by the API.