Automatic1111GenerationApi
Defines the Automatic1111GenerationApi contract for the SDAI network layer.
Author
Dmitriy Moroz
Inheritors
Functions
Link copied to clipboard
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
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.