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

[Issue]: Initial Seed & Variation Seed Sharing Same Seed Value #3188

Closed
2 tasks done
ForceX34 opened this issue Jun 1, 2024 · 4 comments
Closed
2 tasks done

[Issue]: Initial Seed & Variation Seed Sharing Same Seed Value #3188

ForceX34 opened this issue Jun 1, 2024 · 4 comments

Comments

@ForceX34
Copy link

ForceX34 commented Jun 1, 2024

Issue Description

Both the Initial Seed and the Variation Seed are sharing the same Seed generation value. Or more like the Variation Seed is referencing the Initial Seed value and not generation its own unique seed.

Reproduce:

  1. Generate any image.
  2. Hit the arrow to freeze the current seed in both the Initial and Variation, both will have the same seed.

When Initial Seed is fixed and Variation is "random" the Variation Seed will not generate a new unique seed because it is referencing the Initial Seed value.
This appears to have started in the DEV release about 2 weeks ago (New UI Update?).

Version Platform Description

Version:
app: SD.next
updated: 2024-05-31
hash: fdb5e24
url: https://github.com/vladmandic/automatic/tree/master

Platform:
arch: AMD64
cpu: Intel64 Family 6 Model 151 Stepping 2, GenuineIntel
system: Windows
release: Windows-10-10.0.22631-SP0
browser : Brave
python: 3.10.11
device: NVIDIA GeForce RTX 4090 (1) (sm_90) (8, 9)
cuda: 12.1
cudnn: 8801
driver: 555.85

Relevant log output

No response

Backend

Diffusers

Branch

Master

Model

SD 1.5

Acknowledgements

  • I have read the above and searched for existing issues
  • I confirm that this is classified correctly and its not an extension issue
@ForceX34 ForceX34 changed the title Initial Seed & Variation Seed Sharing Same Seed Value [Issue] : Initial Seed & Variation Seed Sharing Same Seed Value Jun 1, 2024
@ForceX34 ForceX34 changed the title [Issue] : Initial Seed & Variation Seed Sharing Same Seed Value [Issue]: Initial Seed & Variation Seed Sharing Same Seed Value Jun 1, 2024
@vladmandic
Copy link
Owner

should be fixed now.

@ForceX34
Copy link
Author

ForceX34 commented Jun 1, 2024

Yes the seed (int) values are separated now however the random / fixed states are sharing the same reference. IE when the Initial Seed is random then the Variation Seed is free to generate random seeds, but when the Initial Seed is fixed then the Variation Seed becomes fixed and cant generate another seed value.

Thank you for your fast attention. I think you have the best UI for SD

@vladmandic
Copy link
Owner

not sure i fully understand. i just pushed one more change, perhaps that fixes it.
otherwise, can you explain in a bit more detail?

@ForceX34
Copy link
Author

ForceX34 commented Jun 1, 2024

Yes i opened a new ticket as to not confuse the two issues that describes in more detail

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

No branches or pull requests

2 participants