[X] The issue exists after disabling all extensions
[X] The issue exists on a clean installation of webui
[X] The issue is caused by an extension, but I believe it is caused by a bug in the webui
[X] The issue exists in the current version of the webui
[X] The issue has not been reported before recently
[ ] The issue has been reported before but has not been fixed yet
What happened?
Hello!
When not setting a seed, a random seed is generated and correctly output in the web-gui. But the api only returns "-1". That is correctly so far, as this is the default comand to let the framework know that it shall set a random seed. But exactly that seed I need. Is there a workaround for it?
Steps to reproduce the problem
Simply use the api for generating an image, do not set a seed and print out res['parameters']
What should have happened?
the value of the random seed shall be delivered by the api
Checklist
What happened?
Hello! When not setting a seed, a random seed is generated and correctly output in the web-gui. But the api only returns "-1". That is correctly so far, as this is the default comand to let the framework know that it shall set a random seed. But exactly that seed I need. Is there a workaround for it?
Steps to reproduce the problem
Simply use the api for generating an image, do not set a seed and print out res['parameters']
What should have happened?
the value of the random seed shall be delivered by the api
What browsers do you use to access the UI ?
Google Chrome
Sysinfo
sysinfo-2024-10-17-15-55.json
Console logs
Additional information
No response