aboutsummaryrefslogtreecommitdiff
path: root/modules/shared.py
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2022-09-03 17:21:15 +0300
committerAUTOMATIC <16777216c@gmail.com>2022-09-03 17:21:15 +0300
commitf40617d6c4e366773677baa8d7f4114ba2893282 (patch)
tree7e5e1810017d11133c4294190124ad74e1b2d961 /modules/shared.py
parent345028099d893f8a66726cfd13627d8cc1bcc724 (diff)
support for scripts
Diffstat (limited to 'modules/shared.py')
-rw-r--r--modules/shared.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/shared.py b/modules/shared.py
index 33a08559..b02c9e36 100644
--- a/modules/shared.py
+++ b/modules/shared.py
@@ -76,7 +76,6 @@ class Options:
"export_for_4chan": OptionInfo(True, "If PNG image is larger than 4MB or any dimension is larger than 4000, downscale and save copy as JPG"),
"enable_pnginfo": OptionInfo(True, "Save text information about generation parameters as chunks to png files"),
"font": OptionInfo("arial.ttf", "Font for image grids that have text"),
- "prompt_matrix_add_to_start": OptionInfo(True, "In prompt matrix, add the variable combination of text to the start of the prompt, rather than the end"),
"enable_emphasis": OptionInfo(True, "Use (text) to make model pay more attention to text text and [text] to make it pay less attention"),
"save_txt": OptionInfo(False, "Create a text file next to every image with generation parameters."),