Skip to content

Commit d17e8dc

Browse files
Abhishek VarmaAbhishek-Varma
authored andcommitted
[NFC] Rename SD negative_prompts flag
-- This commit renames SD `negative-prompts` -> `negative_prompts` flag. Signed-off-by: Abhishek Varma <[email protected]>
1 parent 9fe63de commit d17e8dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shark/examples/shark_inference/stable_diffusion/stable_args.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def path_expand(s):
2323
)
2424

2525
p.add_argument(
26-
"--negative-prompts",
26+
"--negative_prompts",
2727
nargs="+",
2828
default=[""],
2929
help="text you don't want to see in the generated image.",

0 commit comments

Comments
 (0)