dataautogpt3 commited on
Commit
e7d4e05
β€’
1 Parent(s): 1103a2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ def generate(
76
  negative_prompt = "" # type: ignore
77
  images = pipe(
78
  prompt=f'''{prompt}''',
79
- negative_prompt=f"{negative_prompt}, worst",
80
  width=width,
81
  height=height,
82
  guidance_scale=guidance_scale,
 
76
  negative_prompt = "" # type: ignore
77
  images = pipe(
78
  prompt=f'''{prompt}''',
79
+ negative_prompt=f"{negative_prompt}",
80
  width=width,
81
  height=height,
82
  guidance_scale=guidance_scale,