ADetailerConfig
data class ADetailerConfig(val enabled: Boolean = false, val model: String = "face_yolov8s.pt", val prompt: String = "", val negativePrompt: String = "", val confidence: Float = 0.3f, val maskBlur: Int = 4, val denoisingStrength: Float = 0.4f, val inpaintOnlyMasked: Boolean = true, val inpaintPadding: Int = 32)(source)
Carries ADetailer extension configuration through the SDAI domain layer.
Author
Dmitriy Moroz
Properties
Link copied to clipboard
Exposes the confidence value used by the SDAI domain layer.
Link copied to clipboard
Exposes the denoisingStrength value used by the SDAI domain layer.
Link copied to clipboard
Exposes the inpaintOnlyMasked value used by the SDAI domain layer.
Link copied to clipboard
Exposes the inpaintPadding value used by the SDAI domain layer.
Link copied to clipboard
Exposes the negativePrompt value used by the SDAI domain layer.