imageToImage

open suspend override fun imageToImage(apiKey: String, engineId: String, imageBytes: ByteArray, parameters: Map<String, String>): StabilityGenerationResponse(source)

Executes the imageToImage step in the SDAI network layer.

Return

Result produced by imageToImage.

Author

Dmitriy Moroz

Parameters

apiKey

api key value consumed by the API.

engineId

engine id value consumed by the API.

imageBytes

image bytes value consumed by the API.

parameters

parameters value consumed by the API.