diff --git a/swift/StableDiffusionCLI/main.swift b/swift/StableDiffusionCLI/main.swift index da344471..55a226e2 100644 --- a/swift/StableDiffusionCLI/main.swift +++ b/swift/StableDiffusionCLI/main.swift @@ -62,7 +62,7 @@ struct StableDiffusionSample: ParsableCommand { @Option(help: "Output path") var outputPath: String = "./" - @Option(help: "Random seed") + @Option(help: "Provide set seed value, defaults to random seed") var seed: UInt32 = UInt32.random(in: 0...UInt32.max) @Option(help: "Controls the influence of the text prompt on sampling process (0=random images)")