Replies: 3 comments 6 replies
-
Seconded. Many of our model lists are probably a huge mess at this point, full of base models, merges, intermediate merges that we're still checking on or just haven't got around to cleaning up (occasional personal failing,) inpainting models, and now even pix2pix models. That in mind, this sort of request may wind up being a recurring thing as we find more ways to classify models into different niches. Perhaps instead of a one-off fix, we could have a change to quicksettings strings, allowing for |
Beta Was this translation helpful? Give feedback.
-
One for the highres fix would be nice as well. |
Beta Was this translation helpful? Give feedback.
-
You know everytime you change model, it loads the new one into gpu memory, so there is no have one for this and the other for that at the same time. Go ahead and look at your commandline console that your'e running the webui through, notice that it loads everytime you change models. So, there is no such thing as two "already populated", you are loading gigs into memory, for every model. Load two at once, that's at least 8 gigs of your vram. Now organizing, that's a different thing, that's not an issue. It's easy to display categories and filters. The question becomes, how do you want it filtered, how do you want it shown to you? By definition, everything in your ui across all tabs are present all at once, the other "tabs" is just some trickery by setting their display to none to make it appear that you are changing tabs, but it's just a button that says "hide all, now make these visible". (I realized this when I made the ui drag and drop sortable and it could drop on things hidden or drag from hidden to the visible). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
One for non-inpainting and one for inpainting so that when going back and forth the one needed for the tab is already populated.
Beta Was this translation helpful? Give feedback.
All reactions