fetchScripts

abstract suspend fun fetchScripts(baseUrl: String, authorization: BasicHttpAuthorization?): StableDiffusionScriptsRaw(source)

Loads SDAI data through fetchScripts.

Return

Result produced by fetchScripts.

Author

Dmitriy Moroz

Parameters

baseUrl

base url value consumed by the API.

authorization

authorization value consumed by the API.