We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
negativePrompt
1 parent e3db2ec commit c1fd82aCopy full SHA for c1fd82a
swift/StableDiffusionCLI/main.swift
@@ -20,7 +20,7 @@ struct StableDiffusionSample: ParsableCommand {
20
var prompt: String
21
22
@Option(help: "Input string negative prompt")
23
- var negativePrompt: String
+ var negativePrompt: String = ""
24
25
@Option(
26
help: ArgumentHelp(
0 commit comments