fetchLoras

open suspend override fun fetchLoras(baseUrl: String, authorization: BasicHttpAuthorization?): List<StableDiffusionLoraRaw>(source)

Loads SDAI data through fetchLoras.

Return

Result produced by fetchLoras.

Author

Dmitriy Moroz

Parameters

baseUrl

base url value consumed by the API.

authorization

authorization value consumed by the API.