nsfwalex commited on
Commit
340b7b7
1 Parent(s): ee0c8a4

Update prompt.js

Browse files
Files changed (1) hide show
  1. prompt.js +4 -4
prompt.js CHANGED
@@ -3760,13 +3760,13 @@ const classifier = {
3760
  },
3761
  };
3762
  function generateSexyPrompt(
3763
- possibilityBodyDesc = 0.7,
3764
  possibilityClothing = 0.9,
3765
- possibilitySetting = 0.3,
3766
  possibilityExtras = 0.2,
3767
  possibilityImageQuality = 0.5,
3768
- possibilityPenetration = 0.8,
3769
- possibilityCharacter = 0.3
3770
  ) {
3771
  function randomPick(array, n = 1) {
3772
  if (n === 1) return array[Math.floor(Math.random() * array.length)];
 
3760
  },
3761
  };
3762
  function generateSexyPrompt(
3763
+ possibilityBodyDesc = 0.9,
3764
  possibilityClothing = 0.9,
3765
+ possibilitySetting = 0.7,
3766
  possibilityExtras = 0.2,
3767
  possibilityImageQuality = 0.5,
3768
+ possibilityPenetration = 0.0,
3769
+ possibilityCharacter = 0.7
3770
  ) {
3771
  function randomPick(array, n = 1) {
3772
  if (n === 1) return array[Math.floor(Math.random() * array.length)];