AUTOMATIC1111 / stable-diffusion-webui

Stable Diffusion web UI
GNU Affero General Public License v3.0
143.17k stars 26.98k forks source link

[Bug]: Seed and all other parameters unchagend but output is randomized every time #4742

Closed HoneyCodeBadger closed 2 years ago

HoneyCodeBadger commented 2 years ago

Is there an existing issue for this?

What happened?

All parameters are fixed, seed included, but output changes every time.

Steps to reproduce the problem

Add fixed parameters, seed included and try to generate a picture. Output is different every single time for me. All other parameters can be chosen arbitrarily. They must not change when they are generated again. Actually, one would expect the same image, but receives a different one.

What should have happened?

Repeating the same output.

Commit where the problem happens

Sadly unclear

What platforms do you use to access UI ?

Windows

What browsers do you use to access the UI ?

Mozilla Firefox

Command Line Arguments

No response

Additional information, context and logs

No response

ClashSAN commented 2 years ago

commit should be in your terminal. Do you use --xformers? Have you used novelai? People often want to set their clip skip value to 2 when using. that may have changed in the newer updates. https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/4713#issuecomment-1314547835

HoneyCodeBadger commented 2 years ago

Commit from terminal: 67b0725ae0e76f54fda516221dabebf8b451fbd7

But I've notice this issue a couple of days before the first time, but I first did not really thought about it. Mabye since Sat.. Therefore I pull the updates more or less every use via git desktop in advance I can't really point on a concrete commit. Probably it started from 1dc4addaa8aed4e1df0b305309b6336eb4cefab0. Last days I manly played arround with Deforum but running in weird issues there all the time when generating videos. I focused more on this instead simply creating pictures. This is why only noticed this with half an eye. I don't use --xfomers or novelai. My extensions installed are actually the following:

Some off them are just installed in advance to check out later.

HoneyCodeBadger commented 2 years ago

I`ve now down a clean pull from the web ui. With commit hash: 98947d173e3f1667eba29c904f681047dea9de90 the issue is gone. Thans for supporting.