-
-
Notifications
You must be signed in to change notification settings - Fork 391
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: Better LoRA management #1507
Comments
agreed |
Thanks for the info. I already looked at the code and saw you're refreshing the LoRA list when starting the plugin and save it locally. One could theoretical make an API call to an meta data provider at refresh time, which would certainly impact startup time. As I said, it's more of a nice to have feature for me. What I noticed is that refreshing the LoRA or model list after the plugin started (using the settings dialog) takes a huge amount of time when comparing the same process at startup time. Sometimes it takes up to 60-100 seconds for a complete refresh, when having 500+ LoRAs on the server side (locally). Maybe I open an issue. |
Might also be related to checkpoints if you have a lot of those (they are always refreshed together, even though there are separate buttons). |
After a bit more digging I started writing a little "CivitAI" scraper myself, which is also able to sync trigger/activation words directly to the "loras.json".
So yeah. Getting this included into Krita AI Difusion seems overkill. |
This might be a bigger one: I work with LoRAs a lot (maybe others do too). I have collected hundreds of LoRAs over the last months.
The current implementation of the LoRA management is straightforward, but very limited in terms of UX.
I would love to have some sort of browser (with preview images grabbed (manually) from e.g. Civitai.com and some sort of automatic trigger word implementation.
I use Civitai.com Browser+ for Forge to collect this information (which places a text file and a preview image next to the LoRA (or model checkpoint) with the same filename).
This might not be high on any list, but it would make life a lot easier.
Thank you.
The text was updated successfully, but these errors were encountered: