mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-11-22 16:23:28 +01:00
add random_seed flag to reqBody (#1)
expose if the user requested a random seed or used a fixed seed
This commit is contained in:
parent
5c6c2303ba
commit
07ee97b862
@ -929,6 +929,7 @@ function getCurrentUserRequest() {
|
||||
|
||||
reqBody: {
|
||||
seed,
|
||||
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