k-diffusion icon indicating copy to clipboard operation
k-diffusion copied to clipboard

Fixing "SeedSequence expects int or sequence of ints for entropy not N.0"

Open chmatse opened this issue 1 year ago • 1 comments

When Using the AUTOMATIC1111 or vladmandic/automatic stable diffusion webui, the Sampler DPM++ SDE spits out an error when a seed 3106912320 is defined in the Prompt Matrix script:

SeedSequence expects int or sequence of ints for entropy not 3106912320.0

This issues was reported in: https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/7989

And the user grumpyland posted a quick and dirty fix for it. Since this also fixed my problem in vladmandic/automatic, i made an issue request: https://github.com/vladmandic/automatic/issues/904

vladmandic recommended to create a Pull Request, so here is my commit to it.

chmatse avatar May 14 '23 00:05 chmatse

I had to do this hotfix myself. Glad to find i was not alone and a merge request already exist.

Z0ul0u25 avatar Jun 05 '23 23:06 Z0ul0u25