process

abstract suspend fun process(payload: TextToImagePayload): Bitmap(source)

Executes the process step in the SDAI domain layer.

Return

Result produced by process.

Author

Dmitriy Moroz

Parameters

payload

generation payload used by the operation.