[Feature]: Control: provide a way to tell whether a model has been downloaded or not
Feature description
Note: this may not be technically possible or wanted, if so feel free to close this request.
I've been bitten several times due to the (desirable) async downloading of CN models in the past, because I started the generation before the model was fully downloaded. If technically possible and desirable, there should be a way to tell that a model is available as opposed to downloadable.
Download progress is not present in the server logs at least with the Modern UI, so it's not possible to just check on there.
Version Platform Description
No response
valid feature request, just not sure how feasible it is at the moment. will keep it open until a bit more investigation.
A simple way would be to italicize non-downloaded models;
ModelOne ModelTwo ModelThree ModelFour
Could be handy for the upscaler dropdown, too.
it's a. it more complicated than that
- ui part. of the code has no concept of downloaded or not, it only has a list-of-strings
- modifying Gradio component to have varying style for different items is a nightmare
took a while, but finally got to this one... anyhow, cant indicate in the dropdown, but networks display will now show if reference model if ready or requires download.