automatic icon indicating copy to clipboard operation
automatic copied to clipboard

[Feature]: Control: provide a way to tell whether a model has been downloaded or not

Open lbeltrame opened this issue 1 year ago • 3 comments

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

lbeltrame avatar Aug 14 '24 07:08 lbeltrame

valid feature request, just not sure how feasible it is at the moment. will keep it open until a bit more investigation.

vladmandic avatar Aug 28 '24 11:08 vladmandic

A simple way would be to italicize non-downloaded models;

ModelOne ModelTwo ModelThree ModelFour

Could be handy for the upscaler dropdown, too.

brknsoul avatar Aug 29 '24 07:08 brknsoul

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

vladmandic avatar Aug 29 '24 09:08 vladmandic

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.

vladmandic avatar Sep 14 '25 14:09 vladmandic