diffusionbee-stable-diffusion-ui icon indicating copy to clipboard operation
diffusionbee-stable-diffusion-ui copied to clipboard

Feature Suggestion: Lora Notes

Open Teksura opened this issue 1 year ago • 2 comments

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.

Teksura avatar Jun 02 '24 20:06 Teksura

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. :(

haakonnessjoen avatar Jun 30 '24 10:06 haakonnessjoen

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.)

clemsam avatar Jun 04 '25 13:06 clemsam