mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-06-20 09:57:49 +02:00
renamed random_seed to used_random_seed
This commit is contained in:
parent
07ee97b862
commit
3d124986d3
@ -929,7 +929,7 @@ function getCurrentUserRequest() {
|
|||||||
|
|
||||||
reqBody: {
|
reqBody: {
|
||||||
seed,
|
seed,
|
||||||
random_seed: randomSeedField.checked,
|
used_random_seed: randomSeedField.checked,
|
||||||
negative_prompt: negativePromptField.value.trim(),
|
negative_prompt: negativePromptField.value.trim(),
|
||||||
num_outputs: numOutputsParallel,
|
num_outputs: numOutputsParallel,
|
||||||
num_inference_steps: parseInt(numInferenceStepsField.value),
|
num_inference_steps: parseInt(numInferenceStepsField.value),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user