Merge pull request #829 from Schorny/beta

add random_seed flag to reqBody
This commit is contained in:
cmdr2 2023-02-10 16:52:41 +05:30 committed by GitHub
commit 1dc93c7a39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -932,6 +932,7 @@ function getCurrentUserRequest() {
reqBody: {
seed,
used_random_seed: randomSeedField.checked,
negative_prompt: negativePromptField.value.trim(),
num_outputs: numOutputsParallel,
num_inference_steps: parseInt(numInferenceStepsField.value),