Feature Suggestion: Lora Notes
Many Loras contain specific trigger words, which can be awkward to keep track of after a while.
This feature would allow simply the option to add text notes to any model under the Models page, and these notes would be displayed upon selecting the model or the lora.
This could potentially be implemented by having DiffusionBee create .txt files with the same name as the model for the notes, and simply reference these text files and display their contents in the application.
If he would have been pushing the source code still, I would have created a PR to add this feature, but it seems like the source code is only up to date with a very old version. From before loras was supported directly at least. :(
Here's a work-around that's not elegant but works fine for me:
– (E.g.:) I found and installed a LoRA to produce a GLOW-effect with "glow" as trigger word – I renamed the *.tdict file (at: [user].diffusionbee/imported_models) to "GLOW(=trigger)_SD1_GLOW(=trigger)_SD1.tdict" – In [user].diffusionbee/locally_loaded_assets.json I replaced every "GLOW_SD1" with "GLOW(=trigger)_SD1" (also the "asset_path_raw" from "…/GLOW_SD1_GLOW_SD1.tdict" to "…/GLOW(=trigger)_SD1_GLOW(=trigger)_SD1.tdict"…)
This way every time I use this LoRA I see a "hint" written in the LoRA list. (Btw, I also included "ClipSkip-2" with some other LoRA.)