Samarth0710 commited on
Commit
e334aca
1 Parent(s): 2767034

Update style_template.py

Browse files

Add negative prompt support for (No style)

Files changed (1) hide show
  1. style_template.py +1 -1
style_template.py CHANGED
@@ -2,7 +2,7 @@ style_list = [
2
  {
3
  "name": "(No style)",
4
  "prompt": "{prompt}",
5
- "negative_prompt": "",
6
  },
7
  {
8
  "name": "Spring Festival",
 
2
  {
3
  "name": "(No style)",
4
  "prompt": "{prompt}",
5
+ "negative_prompt": "{negative_prompt}",
6
  },
7
  {
8
  "name": "Spring Festival",