valhalla commited on
Commit
e8445d5
1 Parent(s): ec270b9

Let the user specify negative_prompt when No Style is selected.

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -9,7 +9,7 @@ style_list = [
9
  {
10
  "name": "(No style)",
11
  "prompt": "{prompt}",
12
- "negative_prompt": "anime, cartoon, graphic, text, painting, crayon, graphite, abstract, glitch, deformed, mutated, ugly, disfigured",
13
  },
14
  {
15
  "name": "Cinematic",
 
9
  {
10
  "name": "(No style)",
11
  "prompt": "{prompt}",
12
+ "negative_prompt": "",
13
  },
14
  {
15
  "name": "Cinematic",