imageToImage
open suspend override fun imageToImage(apiKey: String, model: String, payload: ImageToImagePayload): List<AiGenerationResult>(source)
Sends image-to-image generation and maps returned images with the current timestamp.
Return
mapped generation records returned by the provider.
Author
Dmitriy Moroz
Parameters
apiKey
ArliAI API key entered by the user.
model
checkpoint name sent to ArliAI.
payload
domain generation settings and source image data.