mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-06-19 00:07:48 +02:00
Merge pull request #829 from Schorny/beta
add random_seed flag to reqBody
This commit is contained in:
commit
1dc93c7a39
@ -932,6 +932,7 @@ function getCurrentUserRequest() {
|
|||||||
|
|
||||||
reqBody: {
|
reqBody: {
|
||||||
seed,
|
seed,
|
||||||
|
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