nsfwalex commited on
Commit
379f7ff
1 Parent(s): 916ddbc

Update psv1.js

Browse files
Files changed (1) hide show
  1. psv1.js +1 -0
psv1.js CHANGED
@@ -3837,6 +3837,7 @@ function generateSexyPrompt(
3837
  return Array.from({ length: Math.floor(Math.random() * 3) + 1 }, () => {
3838
  terms = []
3839
  for (key in classifier.body_parts) {
 
3840
  if (Math.random() < possibilityBodyDesc) {
3841
  terms.push( pickFromThirdLevel(classifier.body_parts[key]));
3842
  }
 
3837
  return Array.from({ length: Math.floor(Math.random() * 3) + 1 }, () => {
3838
  terms = []
3839
  for (key in classifier.body_parts) {
3840
+ if (key === "genitals"){continue;}
3841
  if (Math.random() < possibilityBodyDesc) {
3842
  terms.push( pickFromThirdLevel(classifier.body_parts[key]));
3843
  }