ComfyUI-Custom-Scripts icon indicating copy to clipboard operation
ComfyUI-Custom-Scripts copied to clipboard

Plz make lora and wildcard Autocomplete just like embedding

Open xueqing0622 opened this issue 1 year ago • 4 comments

Plz make lora and wildcard Autocomplete just like embedding

xueqing0622 avatar Sep 27 '23 14:09 xueqing0622

Loras aren't part of the prompt, so how would you want that to work? For wildcards you can just add your files to the list via the setting

pythongosssss avatar Sep 29 '23 18:09 pythongosssss

Here are lora working in text encoder and translate to condition https://github.com/skfoo/ComfyUI-Coziness

xueqing0622 avatar Oct 01 '23 03:10 xueqing0622

There are conditioning nodes that parse this out too, although I have no idea how they're supposed to work with no model output unless that's implicit which is kinda worse since it's hiding information about the underlying flow of things. They really aren't part of the prompt (their keywords are, but the Coziness node doesn't seem to look those up and insert them nor does that work for everything) and wouldn't be in-place there.

NeedsMoar avatar Oct 02 '23 20:10 NeedsMoar

For wildcards you can just add your files to the list via the setting

could you explain how exactly? i would like to have similar functionality as the a1111 extension in order to navigate the wildcard folder structure.

https://github.com/DominikDoom/a1111-sd-webui-tagcomplete

AsuraAce avatar Oct 03 '23 11:10 AsuraAce

This has been done

pythongosssss avatar Jul 14 '24 09:07 pythongosssss

thx, it works!

xueqing0622 avatar Jul 17 '24 00:07 xueqing0622