k-diffusion
k-diffusion copied to clipboard
Fixing "SeedSequence expects int or sequence of ints for entropy not N.0"
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.
I had to do this hotfix myself. Glad to find i was not alone and a merge request already exist.