-
Notifications
You must be signed in to change notification settings - Fork 27.2k
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
[Bug]: Lora search is not working #16389
Comments
that's very odd it's like it's working but it's not not sure if it's related but the the strange icon thing is a bit familiar, there was a bug report on this a couple of days ago but it suddenly fixed itself after upgrading Chrome also please upload the Sysinfo like we requested in the issue template stable-diffusion-webui/.github/ISSUE_TEMPLATE/bug_report.yml Lines 80 to 87 in 82a973c
new debug plan
console.log(`${searchTerm}\n${text}\n${visible}`);
the line of code we just added basically makes it prints out what it's doing during the filter process
tips:
see if you can find an example that you think it should match but it didn't basically you can search for say
|
When I paste this code I only get a search for checkpoints. Lora just didn't show up in the search. That is, the search gives "true" for models that are in a similarly named folder (in the models directory only), and the search gives "false" for models that are not relevant to the written. (p.s. I'll try changing the name of the model subfolder so it doesn't match the name of the lora subfolder.) But the question still remains. Why the lora search does not search among lora, but among checkpoints |
based on what's written inside sysinfo I have reason to believe that you webui instance is somehow modified
and this is highly likely the cause of this entire issue there's two ways you can possibly resolve this
backup git checkout -f master this shoud reset everything normal git status the output shoud be like this
after this you can restore
this doesn't matter, it's just how it is implemented, the search is applied across the entire web page including the hidden tabs, it doesn't change the functionality |
Thank you so much. That really helped! Now the lora search is working as it should. P.S: |
I think it might be a good idea to enforce that Sysinfo needs to be provided unless there's adequate reason totherwise the issue could be closed if Sysinfo was provided properly as we have specified in the template |
Checklist
What happened?
Lora search is not working. Lora is only shown in the "ALL" tab. If I try to search for Lora by name or subfolders, nothing is shown. This problem only occurs with Lora. Searching for checkpoint or Textual Inversion works correctly.
All tab. Lora is there.
Subfolder search tab. They are no longer there, although all lora from the picture above are inside that subfolder
Word search. For example, I'm trying to type in "Smoo", because there is definitely Lora that has those letters in its name. But it still comes up empty.
I do the same thing for checkpoints. And it works.
Steps to reproduce the problem
What should have happened?
WebUI should have sorted the lora into subfolders and shown them. It should also be able to find lora by name.
What browsers do you use to access the UI ?
Google Chrome
Sysinfo
Windows 10,
Python: 3.10.6,
Version: v1.10.1,
Commit: 82a973c,
Commandline args --no-half-vae --opt-sub-quad-attention --xformers
Console logs
Additional information
No response
The text was updated successfully, but these errors were encountered: