valhalla commited on
Commit
2fa4e31
1 Parent(s): ec270b9

Let the user specify negative_prompt when No Style is selected. (#5)

Browse files

- Let the user specify negative_prompt when No Style is selected. (e8445d52af1ae13cbaced6788371c7520a82406d)

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",