We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 828438b commit c27a973Copy full SHA for c27a973
modules/api/api.py
@@ -305,7 +305,7 @@ def get_promp_styles(self):
305
styleList = []
306
for k in shared.prompt_styles.styles:
307
style = shared.prompt_styles.styles[k]
308
- styleList.append({"name":style[0], "prompt": style[1], "negative_prompr": style[2]})
+ styleList.append({"name":style[0], "prompt": style[1], "negative_prompt": style[2]})
309
310
return styleList
311
0 commit comments