func advancedHelp()

in Diffusion-macOS/HelpContent.swift [146:158]


func advancedHelp(_ showing: Binding<Bool>) -> some View {
    let description =
         """
         This section allows you to try different optimization settings.
         
         Diffusers will try to select the best configuration for you, but it may not always be optimal \
         for your computer. You can experiment with these settings to verify the combination that works faster \
         in your system.
         
         Please, note that these settings may trigger downloads of additional model variants.
         """
    return helpContent(title: "Advanced Model Settings", description: description, showing: showing)
}