mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-02-16 18:32:25 +01: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: {
|
||||
seed,
|
||||
used_random_seed: randomSeedField.checked,
|
||||
negative_prompt: negativePromptField.value.trim(),
|
||||
num_outputs: numOutputsParallel,
|
||||
num_inference_steps: parseInt(numInferenceStepsField.value),
|
||||
|
Loading…
Reference in New Issue
Block a user