renamed random_seed to used_random_seed

This commit is contained in:
Toni Schornboeck 2023-02-10 11:59:34 +01:00 committed by GitHub
parent 07ee97b862
commit 3d124986d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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