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

Model A loads the full list of models, but base model, B, C and D show no models #169

Open
revolvedai opened this issue Oct 1, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@revolvedai
Copy link

Image for reference below.

I am loading the extension on RunDiffusion, where it has worked in the past. For some reason, the models show correctly for Model A, the full list of models and subdirectories show. However Base Model for Difference, Model B, Model C and Model D all say "none" for model.

No errors in log.
version: v1.10.1  •  python: 3.10.14  •  torch: 2.3.0+cu121  •  xformers: 0.0.26.post1  •  gradio: 3.41.2  •  checkpoint: 33e58e8668

{C62F451E-C036-4842-AF61-E259E8A5AA06}

Thank you, I love model mixer!

@wkpark
Copy link
Owner

wkpark commented Oct 1, 2024

to reduce ui loading, mode A loads it's model list by default,
all other lists of mode B,C,... and Base model will be lazy loaded after ui starting completed.
so, you've already tried to use "refresh button" but it did not work? then it means gradio does not properly started/loaded.
in this case, you need to reload whole ui by pressing F5.

@revolvedai
Copy link
Author

For some reason the other model lists still dont work. Are they not all the same function, shouldn't it just pull from the same place and not cause UI issues? Before the optimization it worked fine.

It seems like it attempts to load, but it doesn't complete.

{57081C12-8EE2-4765-BC60-4B4A8E32C1D6}

@wkpark wkpark self-assigned this Oct 2, 2024
@wkpark wkpark added the bug Something isn't working label Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants