fetchModels

open suspend override fun fetchModels(apiKey: String): List<StableDiffusionModel>(source)

Fetches ArliAI checkpoints and maps them into shared Stable Diffusion model metadata.

Return

checkpoint metadata available to the supplied key.

Author

Dmitriy Moroz

Parameters

apiKey

ArliAI API key entered by the user.