]> git.cworth.org Git - zombocom-ai/commit
Make the server generate a non-random random seed occasionally
authorCarl Worth <cworth@cworth.org>
Wed, 14 Dec 2022 22:47:35 +0000 (14:47 -0800)
committerCarl Worth <cworth@cworth.org>
Wed, 14 Dec 2022 22:47:35 +0000 (14:47 -0800)
commit9d2bc6a7958c0f794bc700638e9513e25b08a039
treef74e7a47757ee51c68a0da21e77cef8b5e6571c9
parent4c65e741e90eb7589d42cdf6ed825060e4ab15c6
Make the server generate a non-random random seed occasionally

As often as every 6th image, (but only if a random seed is requested
and the word "dice" does not appear in the prompt), Zombocom will
generate a very-much not random seed of 319630254. This is precisely
the seed needed to generate the target image for the prompt that
includes dice in it.
index.js