Added positive and negative prefixes & suffixes
This commit is contained in:
parent
296498c1cd
commit
5b8883d5a0
@ -22,7 +22,11 @@ def get_settings(initialize=False):
|
||||
"seed": None,
|
||||
"positive": "",
|
||||
"negative": "",
|
||||
"negative_prefix": "((nsfw, nudity))"
|
||||
"positive_prefix": "",
|
||||
"positive_suffix": "",
|
||||
"negative_prefix": "",
|
||||
"negative_suffix": "",
|
||||
"forced_negative_prefix": "((nsfw, nudity))"
|
||||
},
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user