TextToImagePayloadDto

constructor(prompt: String, negativePrompt: String, samplingSteps: Int, cfgScale: Float, width: Int, height: Int, restoreFaces: Boolean, seed: String, subSeed: String, subSeedStrength: Float, sampler: String, scheduler: String? = null, nsfw: Boolean, batchCount: Int, style: String?, quality: String?, openAiModel: String?, stabilityAiClipGuidance: String?, stabilityAiStylePreset: String?, aDetailer: ADetailerConfigDto = ADetailerConfigDto(), hires: HiresConfigDto = HiresConfigDto(), forgeModules: List<ForgeModuleDto> = emptyList(), falAiModel: String? = null, falAiImageSize: String? = null, falAiAcceleration: String? = null, sdxlBackend: String? = null, bonsaiBackend: String? = null, falAiSyncMode: Boolean = false)(source)