Replies: 17 comments 45 replies
-
You mean the hashes at the end of the model name? [83a817b8cd] as an example. |
Beta Was this translation helpful? Give feedback.
-
Additionally this one here: |
Beta Was this translation helpful? Give feedback.
-
@pangbo13 any chance we could make the new x/y/z script dropdowns disabled if list is larger then specific number of params? its problematic if list is really large. basically fallback to previous textbox. i really don't want to disable dropdown completely as in general i love them, just have them auto-disable for long lists? |
Beta Was this translation helpful? Give feedback.
-
i just did quick&dirty - if choices are more than dozen, it will auto-disable and fallback to textbox. |
Beta Was this translation helpful? Give feedback.
-
Additional: And the other side of Users? Those who like to clicki clicki, the click i.e. the checkpoints and suddenly, after the 12th it switches to a text field and suddenly they now have nothing more to click on? How do they add more checkpoint then? 🙂 |
Beta Was this translation helpful? Give feedback.
-
i cannot reproduce that. |
Beta Was this translation helpful? Give feedback.
-
@vladmandic
Even with the latest update: no, it's just a plain textbox.
That is currently the case, but there is not button to fill it with all the available checkpoints. How do we know, what to enter? That's why the pre-fill button is for.
Yes, but it seems it somehow got a wrong turn. 🙂
No, no "autocomplete". It was a question on how to combine the advantages of both textbox and drop down. I suggested to display both and @pangbo13 suggested a checkbox as a switch between both. Or better said, switch the functionality of it. I still like this idea and think it would be a good compromise to satisfy both kind of Users: the ones who like to click and the ones who like to write.
Like I said, still there is no drop down and icons anymore, only textfields. |
Beta Was this translation helpful? Give feedback.
-
Got the latest commit and restarted/reloaded the page. On chrome. |
Beta Was this translation helpful? Give feedback.
-
it was a very cool feature, it's a pity that now it is gone, making the use of XYZ in this ui impossible for me. I hope you reconsider your decision or at least raise the threshold to 50 checkpoints/styles. Now I have 36 checkpoints and over 40 styles (artists recorded as styles) and on my normal sized monitor I haven't run into any problems. I would even like to have more spacing. I'm using the flamingo_dark theme, maybe it makes lists more compact and easier to use... |
Beta Was this translation helpful? Give feedback.
-
I can't reproduce any of the issues here. The dropdown menu no longer overlaps and moves down as more are added. The dropdown works fine and text works fine as well. |
Beta Was this translation helpful? Give feedback.
-
The issue with the Dropdown Option List not showing up is caused by the Gradio Dropdown assuming it would never be taller than the viewport, and setting garbage values when it gets too tall. This is trivial to work around by limiting the height of the Dropdown to a sane value, which it probably should be anyhow. For example, the following CSS in my user.css fixes the problem by limiting the Dropdown multiselect height to 50% of the viewport, and configuring it to scroll.
IMO something like this a better solution than the current item limit, a limit of 12 items is too small, it doesn't even let you select from all the available Samplers, which is one place I don't think anyone would object to having an option list. Also, I think it would make much more sense if the XYZ values were on a separate line from the XYZ type, even for entering text, the current width is way too small. |
Beta Was this translation helpful? Give feedback.
-
i've reverted the change as it caused side-effects and added gradio style as suggested. |
Beta Was this translation helpful? Give feedback.
-
I have to pick this up again. 😞 But why I'm here: I (again) did a checkpoint preview of a prompt and noticed, that the list I had selected is partially ignored. Ignored in that matter, that I got grids of checkpoints, I didn't selected. See this screenshot: You see, that, although vectorart_beta_SD2.1 768 is not selected in the list, it still rendered a grid from it. Anyone other experienced this behavior? |
Beta Was this translation helpful? Give feedback.
-
No one knows about this? @vladmandic |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Please create issue with this information so it doesn't fall of my radar. |
Beta Was this translation helpful? Give feedback.
-
So, after some time gone ... can we discuss this "issue" again? So I want to again suggest three options:
As an example: I want to do an prompt/checkpoint plot, so I leave X empty, Y is a given seed and in Z I copy and paste my selected checkpoints. Then I swap X/Z axis and I can do my plot. I know this is very unconventional, but at least it would be possible. So, what do you think? 🙂 |
Beta Was this translation helpful? Give feedback.
-
I have noticed just now, that when we do a x/y/z plot with checkpoints, the "copy button" now inserts "plates" (don't know how to call this) instead of a text list. With that, it's now possible to click and select specific checkpoints.
While this is certainly a very good idea for a few checkpoints or when being selective, it's a bit of a nightmare for collectors like me. It gets even more nightmarish when I want to do a checkpoint plot to test a prompt idea to see, which checkpoint is best suited for it.
What's the problem?
The problem is now ... the checkpoints are "plates" now and not a comma separated text list anymore.
Why is this a problem?
That's a problem because I have currently 176 checkpoints. From that 176 checkpoints there are 20 inpaint models, that I don't want to include in the plot. So, I have to sort them out to have 156 potential checkpoints for a plot left.
Next problem is: I often have to decide if it should be a 1.5 or 2.1 model. I.e., when testing a LoRA made for 1.5, I can't include 2.1 models, because the generation would fail on the first 2.1 model it reaches. So I have to filter 2.1 out of the list.
For that, the filtering, I wrote myself a webpage that does this job for me. I can insert the whole string of checkpoints into a textfield, set filters and let it generate me a list.
BUT: I made it so, that I get a ... guess ... comma separated text list, that I could copy and paste into the x value of the x/y/z plot. But this is no more possible because ... guess again ... the checkpoints are now "plates" ... 😊😂
So ... to get to the point, is it somehow possible to change/add and:
I don't know how others handle such workflow using multiple checkpoints in the X/Y/Z Plot, but for me, this would be somewhat important to have (again). And regarding those "plates" (I still don't know how to call them), in the case of having all 156 checkpoints activated doesn't make the UI very clear and pretty. But that's just by the way. 🙂
Beta Was this translation helpful? Give feedback.
All reactions