Replies: 9 comments 4 replies
-
|
Have you tried to check the "Fixed seed" checkbox under advanced settings? |
Beta Was this translation helpful? Give feedback.
-
|
Yes, but then it's using the same seed and producing different results for each run? I want to have the same results for the same seed, but I'm not getting them after running a batch. What I want to do is run a large lowres batch, pick the best random creation and then upscale the best seed with Hires Fix. |
Beta Was this translation helpful? Give feedback.
-
|
It's working for me. To test
then generate a second time and compare images within a batch, they're different, but between batches and they're the same. Are you getting a different result? |
Beta Was this translation helpful? Give feedback.
-
|
Perhaps I wasn't being clear either :) I was talking about dynamic prompts (even if there aren't any dynamic components in your prompt, they are still being processed by DP). The way DP works is that the prompt is incremented by one for every image in your batch. If you set your seed to 1, then batch count to 4 and batch size to 4, your last image will have a seed of 16. You can confirm this by looking at the metadata embedded in your png (if you have it enabled). Here is what I get using your prompt with a seed of 1 and the standard 1.5 model: Here is the metadata for the last image: I can now use those same parameters to re-create that image. Are you seeing something different? |
Beta Was this translation helpful? Give feedback.
-
|
The default behaviour is for the seed to control both the prompts as well as Auto1111's image generation. If you use the same seed and press generate repeatedly, you will get exactly the same images. When you check the unlink seed, it will generate random prompts and only use the seed for image generation. To be clear, if you configure these settings, you are saying that you don't get a blue rose? Prompt: blue rose |
Beta Was this translation helpful? Give feedback.
-
Are you getting the same result? |
Beta Was this translation helpful? Give feedback.
-
|
I'm pretty new to SD, but I read somewhere that if you have --xformers option enabled, the results are non-deterministic, so you might not get the exact same image from the same seed. If you've tried everything else and nothing works, maybe try disabling --xformers in the webui-user.sh settings and restart ./webui.sh. Maybe this will help! |
Beta Was this translation helpful? Give feedback.
-
|
Just to clarify that this is indeed an issue: #320 |
Beta Was this translation helpful? Give feedback.
-
|
The solution is to disable option: "Shuffle wildcards before use for more random outputs" |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
When I run a batch and then select one image from it for Hires fix, dynamic prompts will create a different combination than within the batch.
Am I doing something wrong?
Beta Was this translation helpful? Give feedback.
All reactions