darkshapes / singularity

Attractive UI thin client for Shadowbox
https://github.com/darkshapes/sdbx
GNU General Public License v3.0
16 stars 1 forks source link

seed widget should produce a random value #39

Open exdysa opened 3 months ago

exdysa commented 3 months ago

'Seed' field usually populates with a random number 0xFFFFFFFFFFFFFFFF (i think), its a 15 digit numeric. It can be toggled between 'populate on prompt' (change after running/queue prompt), or on execution (change before running/queue prompt). the difference is the number you see is altered. if you want to input a seed, you need to use 'populate on prompt', or it will just be auto overwritten on workflow start. this is a pseudo-big problem? the number is more or less arbitrary, as you can use 1-10 if you like, but people are superstitious things. and its fun to see the digits tally

exdysa commented 2 months ago

I think ideally this should be done in a way that is true random from the start.