KtorStableDiffusionModelsRemoteDataSource
class KtorStableDiffusionModelsRemoteDataSource(val api: Automatic1111MetadataApi) : StableDiffusionModelsDataSource.Remote(source)
Coordinates KtorStableDiffusionModelsRemoteDataSource behavior in the SDAI data layer.
Author
Dmitriy Moroz
Functions
Link copied to clipboard
open suspend override fun fetchSdModels(baseUrl: String, credentials: AuthorizationCredentials): List<StableDiffusionModel>
Loads SDAI data through fetchSdModels.