sd-dynamic-prompts
sd-dynamic-prompts copied to clipboard
Dynamic prompt seed is not set between individual batch images
Describe the bug When batch generating images, the seed used by dynamic prompting is not updated to new images' seed number, so while the second image's dynamic prompt will (probably) be the same if you redo the same batch, it will be different if you generate from that image's seed directly, like if you want to hires it.
To Reproduce
- Generate a batch of 2 images using dynamic prompt.
- Click on the second image in the results.
- Click on "reuse seed from last generation" (green recycle button next to seed input) to set seed to 2nd image's.
- Output is different because dynamic prompt seed is different.
Expected behaviour Dynamic prompt is fixed to each image's seed in batches unless "unlink seed from prompt" option is checked.
The point is that the dynamic prompt should be randomized according to each image's seed. You shouldn't have to change the prompt. By "Dynamic prompt seed" I mean the seed used by the randomizer of dynamic prompt, which is determined by the image's seed for the first image, but not subsequent batch images.
Any chance this issue will be fixed soon?
Looked through the issues to finally find this (via #266 ) - have there been any updates?