Skip to content
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

Different prompts are created with the same seed/variation seed in batch #310

Closed
Velour-Fog opened this issue Mar 16, 2023 · 0 comments · Fixed by #352
Closed

Different prompts are created with the same seed/variation seed in batch #310

Velour-Fog opened this issue Mar 16, 2023 · 0 comments · Fixed by #352

Comments

@Velour-Fog
Copy link

Describe the bug
Different prompts are being chosen with the same main seed, and a different variation seed during batch creation.

To Reproduce
prompt: {red|blue} flower
batch count 2
seed: 1
variation seed: -1, variation strength: 0.1
with the above settings, 2 images are produced: "red flower" and "blue flower"

Are you using a local install or a colab?
local

Expected behaviour
With the same main seed and a different variation seed, it should produce the same prompt.

Additional context
In non-batch image generation prompt "{red|blue} flower" with seed 1, and variation seed -1 (strength: 0.1), will always poduce a "blue flower" (with slight visual variation). Setting the batch size to 2(or more) should function exactly as if you had not used batch, and just hit generate 2 times.

@Velour-Fog Velour-Fog changed the title Different combinations with the same seed/variation seed in batch Different prompts are created with the same seed/variation seed in batch Mar 16, 2023
adieyal added a commit that referenced this issue Mar 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant