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

[Bug]: identical settings/seed yet changed output between webui restarts #13326

Open
1 task done
Enferlain opened this issue Sep 19, 2023 · 2 comments
Open
1 task done
Labels
bug-report Report of a bug, yet to be confirmed

Comments

@Enferlain
Copy link

Enferlain commented Sep 19, 2023

Is there an existing issue for this?

  • I have searched the existing issues and checked the recent builds/commits

What happened?

I noticed ever since I started using local that the images that I save to use hires fix on, when I go back to do them look different than the original ones I saved, and I can't figure out the behavior.

I haven't changed any of my settings, and I'm not even sure if I'm doing anything between the same seeds randomly changing output, but in the last experience I know for a fact that I restart the webui and the image I get now looks different.

I have these related settings enabled

Stable Diffusion


Enable quantization in K samplers for sharper and cleaner results. This may change existing seeds

Make K-diffusion samplers produce same images in a batch as when making a single image

Random number generator: NV

Optimizations

Cross attention otpimization: InvokeAI

Pad prompt/negative prompt to be same length
 
Persistent cond cache
 
Batch cond/uncond

This is on an 6800XT on linux. From what I can tell, it doesn't happen every time with every image, but not sure. Maybe there is some known issue or it's amd related or something. I used colab before with t4 and that never happened there, no matter how many times I restarted it was awlays the same image with identical settings.

Steps to reproduce the problem

  1. start webui, gen some images or run some xyz.
  2. close webui and then start it again
  3. generate with the same settings and seed and have different outputs.

before -> after
image image

What should have happened?

Same image result across every restart

Sysinfo

sysinfo-2023-09-19-20-02.txt

What browsers do you use to access the UI ?

Google Chrome

Console logs

There is no related log

Additional information

No response

@Enferlain Enferlain added the bug-report Report of a bug, yet to be confirmed label Sep 19, 2023
@FilipeF12
Copy link

seen that too. almost as if some code is pulling randomness from the browser.

@Enferlain
Copy link
Author

Possibly related #13473

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-report Report of a bug, yet to be confirmed
Projects
None yet
Development

No branches or pull requests

2 participants