fetchModels
open suspend override fun fetchModels(baseUrl: String, authorization: BasicHttpAuthorization?): List<KtorStableDiffusionModelRaw>(source)
Loads SDAI data through fetchModels.
Return
Result produced by fetchModels.
Author
Dmitriy Moroz
Parameters
baseUrl
base url value consumed by the API.
authorization
authorization value consumed by the API.