mirror of
https://github.com/nod-ai/AMD-SHARK-Studio.git
synced 2026-04-03 03:00:17 -04:00
Revert revert negative prompt change (#1625)
* revert default flag changes * revert revert negative prompt change * revert revert negative prompt change
This commit is contained in:
@@ -44,7 +44,10 @@ p.add_argument(
|
||||
p.add_argument(
|
||||
"--negative_prompts",
|
||||
nargs="+",
|
||||
default=["trees", "green"],
|
||||
default=[
|
||||
"watermark, signature, logo, text, lowres, ((monochrome, grayscale)), "
|
||||
"blurry, ugly, blur, oversaturated, cropped"
|
||||
],
|
||||
help="Text you don't want to see in the generated image.",
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user