mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-04-16 07:28:57 +02: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: {
|
reqBody: {
|
||||||
seed,
|
seed,
|
||||||
|
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…
Reference in New Issue
Block a user