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.
2 parents 8c13f3a + c27a973 commit b24aed0Copy full SHA for b24aed0
modules/api/api.py
@@ -310,7 +310,7 @@ def get_promp_styles(self):
310
styleList = []
311
for k in shared.prompt_styles.styles:
312
style = shared.prompt_styles.styles[k]
313
- styleList.append({"name":style[0], "prompt": style[1], "negative_prompr": style[2]})
+ styleList.append({"name":style[0], "prompt": style[1], "negative_prompt": style[2]})
314
315
return styleList
316
0 commit comments