mapKtorRawToCheckpointDomain
fun List<KtorStableDiffusionModelRaw>.mapKtorRawToCheckpointDomain(): List<StableDiffusionModel>(source)
fun List<StableDiffusionSamplerRaw>.mapKtorRawToCheckpointDomain(): List<StableDiffusionSampler>(source)
Converts SDAI data with mapKtorRawToCheckpointDomain.
Return
Result produced by mapKtorRawToCheckpointDomain.
Author
Dmitriy Moroz