Extraltodeus / LoadLoraWithTags

Save/Load trigger words for loras from a json and auto fetch them on civitai if they are missing. Optional prompt input to auto append them (togglable). Actual alphabetical order and print trigger words to terminal. Also bypass toggle to disable without aiming the sliders at 0.
56 stars 8 forks source link

Am I missing something here? #3

Open mysteriousHerb opened 1 year ago

mysteriousHerb commented 1 year ago

image How do you really use it? In the attached setting, it didnt really append the key words?

opensourcefan commented 1 year ago

Yes... I have the string output going into a context node as well as a "show text" node for fun. From there I have a link from the context conditioning to a combine conditioning node which also has the normal positive prompt connected.

Maybe there's other ways to do it but this works perfect for me. The only issue is you'll obviously get all the triggers into the conditioning, not a specific one.

Not home so can't provide a screenshot sorry.

opensourcefan commented 1 year ago

Hope this helps, I'm remote with my server so not an elegant SS.

Screenshot_2023-10-07-14-55-58-31_984e1414ae90666a90f12ff17ec14a7f.jpg

Extraltodeus commented 1 year ago

The keywords go through the optional string input and out from the string output

asidsx commented 1 year ago

The keywords go through the optional string input and out from the string output

Can you show example?

TomLucidor commented 11 months ago

@Extraltodeus but how do you select the specific subtype of keywords (for character packs and utility packs)?

oliverban commented 10 months ago

Many good questions but few good answers! :(

Extraltodeus commented 9 months ago

@Extraltodeus but how do you select the specific subtype of keywords (for character packs and utility packs)?

I've never used such. The main goal is really to either have the entirety of the keywords joined to the prompt or to print them in the terminal and use/select them manually.

That's how I use the node

image

ewebgh33 commented 2 months ago

If it prints to terminal could it not also print to an integrated text box in the node itself? Rather than having to go out to a string or show text. Just parse on lora load and print triggers to a text box at the bottom of the node? Have not coded nodes myself (yet) so apologies if my understanding is faulty.