AUTOMATIC1111 / stable-diffusion-webui

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

[Bug]: X/Y Plot can't find checkpoints, thinks it's a sampler (off by 1 error?) #7080

Closed Jonseed closed 1 year ago

Jonseed commented 1 year ago

Is there an existing issue for this?

What happened?

Trying to use X/Y plot script, and it can't find my checkpoints. Gives this error on the very first one.

RuntimeError: Unknown sampler

I think the script is using the option just above what is selected in the dropdown list. I selected "checkpoints" but it is looking for "samplers." If I select "sigma churn" then it finds my checkpoints. Off by 1.

Steps to reproduce the problem

  1. Go to txt2img
  2. Enter settings
  3. Select X/Y plot from scripts
  4. Set up X and Y axis, with the checkpoint name on the Y axis.
  5. Click "generate"
  6. Error "RuntimeError: Unknown sampler"

What should have happened?

X/Y plot generates.

Commit where the problem happens

f2eae612

What platforms do you use to access UI ?

Windows

What browsers do you use to access the UI ?

Microsoft Edge

Command Line Arguments

--xformers --autolaunch --api

Additional information, context and logs

No response

mezotaken commented 1 year ago

Try latest commit, i fixed this https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/7024 . It was merged 5 hrs later.