in Diffusion-macOS/HelpContent.swift [132:144]
func seedHelp(_ showing: Binding<Bool>) -> some View {
let description =
"""
This is a number that allows you to reproduce a previous generation.
Use it like this: select a seed and write a prompt, then generate an image. \
Next, maybe add a negative prompt or tweak the prompt slightly, and see how the result changes. \
Rinse and repeat until you are satisfied, or select a new seed to start over.
Set the value to 0 for a random seed to be chosen for you.
"""
return helpContent(title: "Generation Seed", description: description, showing: showing)
}