in Diffusion-macOS/HelpContent.swift [83:97]
func guidanceHelp(_ showing: Binding<Bool>) -> some View {
let description =
"""
Indicates how much the image should resemble the prompt.
Low values produce more varied results, while excessively high ones \
may result in image artifacts such as posterization.
Values between 7 and 10 are usually good choices, but they affect \
differently to different models.
Feel free to experiment!
"""
return helpContent(title: "Guidance Scale", description: description, showing: showing)
}