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]: Swap X/Y Y/Z X/Z do not work, when one is "checkpoint" #10388

Closed
1 task done
Lesani opened this issue May 14, 2023 · 6 comments
Closed
1 task done

[Bug]: Swap X/Y Y/Z X/Z do not work, when one is "checkpoint" #10388

Lesani opened this issue May 14, 2023 · 6 comments
Labels
bug Report of a confirmed bug bug-report Report of a bug, yet to be confirmed

Comments

@Lesani
Copy link

Lesani commented May 14, 2023

Is there an existing issue for this?

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

What happened?

in X/Y/Z Plot, when one field is "checkpoint" where you can select which entries you want instead of typing, the "swap" buttons do not work:

Steps to reproduce the problem

image

click Swap X/Z

image

What should have happened?

Type and Values are swapped, instead only "type" is swapped

Commit where the problem happens

89f9faa

What platforms do you use to access the UI ?

Windows

What browsers do you use to access the UI ?

Mozilla Firefox

Command Line Arguments

set COMMANDLINE_ARGS= --xformers --theme dark --disable-nan-check --api

List of extensions

image

Console logs

no console log specific to this UI action is shown

Additional information

No response

@Lesani Lesani added the bug-report Report of a bug, yet to be confirmed label May 14, 2023
@w-e-w
Copy link
Collaborator

w-e-w commented May 15, 2023

we discovered the same dog around the same time
https://github.com/AUTOMATIC1111/stable-diffusion-webui/assets/40751091/0a437278-a134-450a-aa5b-c29f1358fced
I believe this issue was introduced when we switched to the drop down selector

@Sakura-Luna
Copy link
Collaborator

I believe this issue was introduced when we switched to the drop down selector

I've seen the logic of dropdown before, and it doesn't seem to be a problem. Has anything changed since then, perhaps a bug introduced by updating Gradio?

@w-e-w
Copy link
Collaborator

w-e-w commented May 16, 2023

the axle and the values are actually properly swapped
the issue is that the web element is not properly refreshed

if you change the axle to something else then change it back it will display as normal

@Sakura-Luna
Copy link
Collaborator

the issue is that the web element is not properly refreshed

This looks familiar, and on Gradio 3.16 it's even possible to have element shifting.

@Sakura-Luna Sakura-Luna added the upstream Issue or feature that must be resolved upstream label May 16, 2023
@thulle
Copy link

thulle commented Dec 22, 2023

I can't see any attached upstream bug and Gradio seems to've merged a ton of dropdown fixes the last half of a year, is anyone tracking if this particular one has been fixed and need any changes on this end?

@w-e-w
Copy link
Collaborator

w-e-w commented Dec 22, 2023

I think this issue was fixed by me when I was working on CSV mode but I'm not sure

2023-12-22.13_26_07_430.chrome.mp4

#12491
#12684

@w-e-w w-e-w closed this as completed Dec 22, 2023
@w-e-w w-e-w added bug Report of a confirmed bug and removed upstream Issue or feature that must be resolved upstream labels Dec 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Report of a confirmed bug bug-report Report of a bug, yet to be confirmed
Projects
None yet
Development

No branches or pull requests

4 participants