Sygil-Dev / sygil-webui

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

[Bug]: Can't reproduce individual images that were generated in a batch with ancestral sampler #1287

Open codedealer opened 1 year ago

codedealer commented 1 year ago

What happened?

Steps to (not) reproduce:

  1. Generate a batch with an ancestral sampler
  2. Pick any image with its respective seed (seeds are incremental along with the index of the image in a batch)
  3. Generate said picked image alone
  4. The result is different for an ancestral sampler but the same for normal variant.

Version

0.0.1 (Default)

What browsers are you seeing the problem on?

No response

Where are you running the webui?

No response

Custom settings

No response

Relevant log output

No response

Code of Conduct

jokkebk commented 1 year ago

Yes I ran into this myself with k_euler_a and k_dpm_2_a.

andrea-gatto commented 1 year ago

@hlky why did you close this?

codedealer commented 1 year ago

yeah the issue still exists

codefaux commented 1 year ago

This is (as far as I can see) an issue the authors of the diffusers must address, not a bug in this project.

This project feeds your data to the Stable Diffusion model using many selectable diffusers and options.

This project is simply a wrapper for running someone else's work (not trying to be a jerk; it's factually accurate) more easily, and controlling it via web browser. The maintainers here are not responsible for fixing that bug, it exists upstream.

It was closed because hlky can't fix it. I'm not sure why they didn't announce that.