Spaces:
Running on Zero
Running on Zero
fix(safety): add midget to MINOR_NEG steer
Browse files
app.py
CHANGED
|
@@ -140,7 +140,7 @@ NOOBXL_NEGATIVE = (
|
|
| 140 |
MINOR_NEG = (
|
| 141 |
"child, children, kid, toddler, infant, baby, loli, shota, preteen, teen, "
|
| 142 |
"teenager, adolescent, underage, minor, young girl, little girl, schoolgirl, "
|
| 143 |
-
"child-like face, childlike body, childish proportions, chibi"
|
| 144 |
)
|
| 145 |
|
| 146 |
# Female subject counters/tokens: standalone ``girl``/``girls`` and the booru
|
|
|
|
| 140 |
MINOR_NEG = (
|
| 141 |
"child, children, kid, toddler, infant, baby, loli, shota, preteen, teen, "
|
| 142 |
"teenager, adolescent, underage, minor, young girl, little girl, schoolgirl, "
|
| 143 |
+
"child-like face, childlike body, childish proportions, chibi, midget"
|
| 144 |
)
|
| 145 |
|
| 146 |
# Female subject counters/tokens: standalone ``girl``/``girls`` and the booru
|