Make `negativePrompt` optional in Swift CLI (#89)

pull/67/head
Philipp 1 year ago committed by GitHub
parent e3db2ec99e
commit c1fd82a96d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -20,7 +20,7 @@ struct StableDiffusionSample: ParsableCommand {
var prompt: String
@Option(help: "Input string negative prompt")
var negativePrompt: String
var negativePrompt: String = ""
@Option(
help: ArgumentHelp(

Loading…
Cancel
Save