FalAiImageToImageRequest
@Serializable
Carries FalAiImageToImageRequest data through the SDAI network layer.
Author
Dmitriy Moroz
Constructors
Link copied to clipboard
constructor(imageUrl: String, prompt: String, strength: Float, imageSize: String? = null, numInferenceSteps: Int, guidanceScale: Float, seed: Long? = null, syncMode: Boolean = false, numImages: Int = 1, enableSafetyChecker: Boolean = true, outputFormat: String = "png", acceleration: String = "none")
Properties
Link copied to clipboard
Exposes the acceleration value used by the SDAI network layer.
Link copied to clipboard
Exposes the enableSafetyChecker value used by the SDAI network layer.
Link copied to clipboard
Exposes the guidanceScale value used by the SDAI network layer.
Link copied to clipboard
Exposes the numInferenceSteps value used by the SDAI network layer.
Link copied to clipboard
Exposes the outputFormat value used by the SDAI network layer.