GenerationInputAdvancedOptions
internal fun GenerationInputAdvancedOptions(state: GenerationInputFormState, isImg2Img: Boolean, onEvent: (GenerationInputFormEvent) -> Unit, afterSlidersSection: @Composable () -> Unit)(source)
Renders the GenerationInputAdvancedOptions UI for the SDAI presentation layer.
Author
Dmitriy Moroz
Parameters
state
state rendered or processed by the component.
isImg2Img
is img2 img value consumed by the API.
onEvent
callback invoked by the component.
afterSlidersSection
after sliders section value consumed by the API.