process

abstract suspend fun process(payload: TextToImagePayload, modelPath: String): String(source)

Executes the process step in the SDAI domain layer.

Return

Base64-encoded generated image.

Author

Dmitriy Moroz

Parameters

payload

generation payload used by the operation.

modelPath

local model directory selected by the user.