Automatic1111GenerationApi

Defines the Automatic1111GenerationApi contract for the SDAI network layer.

Author

Dmitriy Moroz

Inheritors

Functions

Link copied to clipboard
abstract suspend fun healthCheck(baseUrl: String, authorization: BasicHttpAuthorization?)

Executes the healthCheck step in the SDAI network layer.

Link copied to clipboard
abstract suspend fun imageToImage(baseUrl: String, authorization: BasicHttpAuthorization?, request: ImageToImageRequest): SdGenerationResponse

Executes the imageToImage step in the SDAI network layer.

Link copied to clipboard
abstract suspend fun interrupt(baseUrl: String, authorization: BasicHttpAuthorization?)

Performs the SDAI side effect handled by interrupt.

Link copied to clipboard
abstract suspend fun textToImage(baseUrl: String, authorization: BasicHttpAuthorization?, request: TextToImageRequest): SdGenerationResponse

Executes the textToImage step in the SDAI network layer.