Spaces:
Runtime error
Runtime error
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)
utils.py
CHANGED
@@ -9,7 +9,7 @@ style_list = [
|
|
9 |
{
|
10 |
"name": "(No style)",
|
11 |
"prompt": "{prompt}",
|
12 |
-
"negative_prompt": "
|
13 |
},
|
14 |
{
|
15 |
"name": "Cinematic",
|
|
|
9 |
{
|
10 |
"name": "(No style)",
|
11 |
"prompt": "{prompt}",
|
12 |
+
"negative_prompt": "",
|
13 |
},
|
14 |
{
|
15 |
"name": "Cinematic",
|