-
Notifications
You must be signed in to change notification settings - Fork 27k
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]: can't anymore enter custom list as text in 'checkpoints name' field in 'x/y/z plot' #10380
Comments
Textbox and dropdown are two different controls. Adding the latter has made the code logic a lot more complicated. It is feasible to realize your needs, but it will make the code more difficult to maintain. Maybe sometime Gradio will expand its capabilities and not be as rudimentary as it is now. |
Maybe a simple and quick solution is to add a "txt" button ("paste list as text") next to the book button ("Paste available values into the field"). Clicking that button makes a textbox appear below the dropdown, with a "add" button next to it. We enter our text list in it, click "add", and voila. |
I like DiegoRRR's idea of adding a second axle for CSV lists. |
Whether it is unhiding the textbox or adding new controls, it is easy to cause new problems, especially now that there are already problems, thanks to Gradio's crudeness, there will be more such problems in the future. |
The new way is NO good. Please bring back the old way with comma separated lists. |
Upvoting that too. |
Another issue I ran into related to the dropdown is that when I merge models locally using sd-meh, the sha256 changes. whenever I restart the webui server, I also have to reload the front end so that the hashes in the names in the list are updated. This is not cool when I have to pick the same 5 models and reconfigure the ui every time. |
for this use case probably not including the hush in the drop-down is better but no hush serves as a universal identifier maybe an option to have hash or no hash |
Maybe it could be possible to update the list when loading a model then? Or just manually. IIRC it should be possible to update the possible values even after creating the UI. Maybe put a realod button next to the dictionary icon? |
In any case this is a different issue I think. I can open a different issue, maybe I'll propose changes if I ever find the time. |
made a PR to restore CSV functionality |
PR merged into |
Is there an existing issue for this?
What happened?
I just updated, and I have an issue with the new way the "Checkpoint name" field in "x/y/z plot" works.
See I have several custom lists of checkpoints, at text with a coma between each of them, for when I want to compare either backgrounds, or portrait paintings, and so on, and I used to enter one of these lists in the field depending on what I want to do. I am sure many other people were doing this way, because we all end up having tons of checkpoints and we don't want to always compare all of them.
But now I can only add checkpoints one by one or click the book icon to add all of them.
I can't anymore enter one of my custom lists as text like before. :(
One should not exclude the other though. It should still be possible to enter a list as text, and it would just add every checkpoint of the list. There is no reason for the new system to be incompatible with text input. Please fix this.
Steps to reproduce the problem
Result: text input is greyed then gets deleted
What should have happened?
Every checkpoint in the list should be added
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
List of extensions
Stable-Diffusion-Webui-Civitai-Helper https://github.com/butaixianran/Stable-Diffusion-Webui-Civitai-Helper fcf5a27a (Fri Apr 14 05:39:01 2023) unknown
model_compare_script https://huggingface.co/Froddan/model_compare_script ee22f785 (Sun Dec 4 12:06:31 2022) unknown
multi-subject-render https://github.com/Extraltodeus/multi-subject-render cc9d2340 (Tue Nov 29 00:22:31 2022) unknown
sd-dynamic-prompts https://github.com/adieyal/sd-dynamic-prompts 601871bb (Sat Dec 24 17:35:52 2022) unknown
sd-webui-controlnet https://github.com/Mikubill/sd-webui-controlnet fc9e4d61 (Fri Feb 17 16:47:17 2023) unknown
sd_smartprocess https://github.com/d8ahazard/sd_smartprocess 5fa74185 (Thu Dec 15 19:48:36 2022) unknown
stable-diffusion-webui-aesthetic-gradients https://github.com/AUTOMATIC1111/stable-diffusion-webui-aesthetic-gradients 411889ca (Sat Oct 22 13:03:10 2022) unknown
stable-diffusion-webui-model-toolkit https://github.com/arenatemp/stable-diffusion-webui-model-toolkit 345923d0 (Wed Jan 25 16:16:00 2023) unknown
ultimate-upscale-for-automatic1111 https://github.com/Coyote-A/ultimate-upscale-for-automatic1111.git 0a3d03a4 (Tue Feb 7 06:07:23 2023) unknown
Console logs
Additional information
No response
The text was updated successfully, but these errors were encountered: