Update prompt.js
Browse files
prompt.js
CHANGED
@@ -3760,13 +3760,13 @@ const classifier = {
|
|
3760 |
},
|
3761 |
};
|
3762 |
function generateSexyPrompt(
|
3763 |
-
possibilityBodyDesc = 0.
|
3764 |
possibilityClothing = 0.9,
|
3765 |
-
possibilitySetting = 0.
|
3766 |
possibilityExtras = 0.2,
|
3767 |
possibilityImageQuality = 0.5,
|
3768 |
-
possibilityPenetration = 0.
|
3769 |
-
possibilityCharacter = 0.
|
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)];
|