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

img2img significantly different outputs with same settings (model instance problem?) #45

Open
sugoidesune opened this issue Dec 18, 2023 · 0 comments

Comments

@sugoidesune
Copy link

Current Behavior

Even with the same settings & seed img2img always has significant randomness & changes in output. Occasionally output is the same as expected.

Problem

This behavior makes it extremely difficult to experiment with settings and see their effects. As it's impossible to attribute the changes to the settings or inherent randomness in the output.

Expectations

img2img generates consistently the same output with same input.

How to Replicate

After 2 days of experiments I think I traced it back to the model being loaded. If the img2img is generated on the same instance with the following message in the log
.. weights already loaded then the output is consistent with images generated prior.

If the im2img happens on 2 different model instances with the message
Ensuring enough disk space... Loading fine-tuned model in the log - the outputs are different.

Example:
*the differences are more pronounced at higher resolutions like 1024

Missing Leg Big Face, 3 Ears
out-0 out-0
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

1 participant