Skip to content
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

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

Open
lbeltrame opened this issue Aug 14, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@lbeltrame
Copy link
Contributor

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 lbeltrame added the enhancement New feature or request label Aug 14, 2024
@vladmandic
Copy link
Owner

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

@brknsoul
Copy link
Contributor

brknsoul commented Aug 29, 2024

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

ModelOne
ModelTwo
ModelThree
ModelFour

Could be handy for the upscaler dropdown, too.

@vladmandic
Copy link
Owner

vladmandic commented Aug 29, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants