-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Unlink seed" + "Fixed seed" not working #535
Comments
These are now returned from the get_seeds function which decides whether if should be the same as image seeds or generated separately. Fixes #535
These are now returned from the get_seeds function which decides whether if should be the same as image seeds or generated separately. Fixes #535
These are now returned from the get_seeds function which decides whether if should be the same as image seeds or generated separately. Fixes #535
Still having this issue in the latest version (39c06b3). maybe this additional information helps |
I can confirm I'm running into the same problem. If I turn on unlink seed from prompt the seed still increments by +1 each iteration. I've never got it to work even with "combinatorial generations" turned on. |
Any chance this issue will be fixed? |
I don't remember how I had dynamic prompts set up before, but it seems like this issue may be resolved now? |
@evanerichards |
I seem to recall being able to do this at some point but maybe i didnt notice because every version i have tested has this problem including the most recent update. this issue was created in june, so i guess for some reason this is being ignored? |
It's working for me. I don't know what to tell anyone else, but it wasn't working originally so I posted here (months ago) asking for a fix, and it started working with the latest version when I upgraded mid-November. |
what version did it start working on? |
I just tested with the latest version and its still broken
This results in a unique seed and unique prompt for each image in the batch Version 2817d2ed |
I can confirm version 2817d2ed still doesnt work. tested on a fresh install and on a second device |
I had to reinstall AUTOMATIC1111, if you value this fix above other newer features, I was able to work around this by manually checking out the checkout bug/fixed-seeds branch from here #552
then restart. Maybe deleting the extension then using "Install from URL" and specifying the bug/fixed-seeds branch might work too. |
I had the same problem, using forge. |
I pulled main on 525ee62
To reproduce:
Check "unlink seed" and "fixed seed"
Make an image with a fixed seed.
prompt:
a __adj__ cat
seed: 102
Set "Batch Count" to 4.
I should see 4 new images all with seed 102 as it used to, but with different adjectives like:
Currently it generates 4 new prompts but different seeds
The text was updated successfully, but these errors were encountered: