Package-level declarations

Types

Link copied to clipboard

Defines the Automatic1111GenerationApi contract for the SDAI network layer.

Link copied to clipboard

Defines the Automatic1111MetadataApi contract for the SDAI network layer.

Link copied to clipboard
class KtorAutomatic1111GenerationApi(val httpClient: HttpClient = createConfiguredHttpClient()) : Automatic1111GenerationApi

Ktor implementation of Automatic1111 generation calls with inference traffic accounting.

Link copied to clipboard
class KtorAutomatic1111MetadataApi(val httpClient: HttpClient = createConfiguredHttpClient()) : Automatic1111MetadataApi

Ktor implementation of Automatic1111 metadata calls counted as configuration sync traffic.