pythongosssss / ComfyUI-Custom-Scripts

Enhancements & experiments for ComfyUI, mostly focusing on UI features
MIT License
1.87k stars 144 forks source link

more of a suggestion than a bug but could it be possible to pull the words/tags from a lora and add them to the autocomplete features? #354

Open quakeman00 opened 2 months ago

quakeman00 commented 2 months ago

more of a suggestion than a bug but could it be possible to pull the words/tags from a lora and add them to the autocomplete features?

wencxxxxxx commented 2 months ago

![Uploading 屏幕截图 2024-09-21 121740.png…]()

wencxxxxxx commented 2 months ago

屏幕截图 2024-09-21 121740

kostenickj commented 1 week ago

i actually did something similar to this request in a fork here: https://github.com/kostenickj/ComfyUI-Custom-Scripts/tree/lora_prefs right now it will read from A1111 style config json files that have the same name of the lora and append activation text and preferred weight if its there. Otherwise the functionality is the same as before.

@pythongosssss would you be interested in a PR ?