in Diffusion-macOS/HelpContent.swift [99:111]
func stepsHelp(_ showing: Binding<Bool>) -> some View {
let description =
"""
How many times to go through the diffusion process.
Quality increases the more steps you choose, but marginal improvements \
get increasingly smaller.
🧨 Diffusers currently uses the super efficient DPM Solver scheduler, \
which produces great results in just 20 or 25 steps 🤯
"""
return helpContent(title: "Inference Steps", description: description, showing: showing)
}