Change seed reroll formula for Drawthings Fixes #2770
| @@ -3752,7 +3752,7 @@ async function onImageSwiped({ message, element, direction }) { | ||
| 3752 | 3752 | const generationType = message?.extra?.generationType ?? generationMode.FREE; |
| 3753 | 3753 | const dimensions = setTypeSpecificDimensions(generationType); |
| 3754 | 3754 | const originalSeed = extension_settings.sd.seed; |
| 3755 | 3755 | extension_settings.sd.seed = Math.round(Math.random() * Number(Math.MAX_SAFE_INTEGERpow(2, 32) - 1)); |
| 3756 | 3756 | let imagePath = ''; |
| 3757 | 3757 | |
| 3758 | 3758 | try { |