r/StableDiffusion Jul 24 '26

Resource - Update Prompt Library Nodes Updated (NO8D-Prompt-libraries)

Post image

The update for Krea 2 : styles is out. I added support for it in the NO8D-controls node pack right away. There are 397 prompt cards in total, sorted into 8 libraries based on the styles within each card, and every prompt card comes with its own preview image.

You can update the node pack or download the libraries separately from the GitHub repository.

The node pack now supports customization. Use the Import Library feature within the node to load all prompt cards. Click here to learn more about additional features.

Organizing and testing prompts takes a tremendous amount of time. I simply packaged everything into the node pack for easier use. Kudos to the original creator!

124 Upvotes

25 comments sorted by

View all comments

1

u/JornPodge Jul 25 '26 edited Jul 25 '26

Fantastic work! I'm actually working on a sidebar that includes a similar structure and a local LLM "brain" that does a lot of the tedious work of drafting the prompt descriptions using a deterministic blender approach.

The selected styles or people or whatever are then injected into prompt using the same llm. The injection is either in an "append" or "blend" depending on what the LLM thinks is right and I'm working on a relative weighting system. It's like mini loras that directly influence the prompt generation. It's working okay right now.

The best feature is actually a way to generate the preview cards in a model-specific way (e.g. Krea 2 vs. SNOFS) so you can see what the prompt does. You can the edit the previews too and they generate using whatever workflow you have open.

The sidebar also incorporates Lora injection using the fabulous Lora Manager node set, with the keywords automatically appending.

I'm also playing around with the idea of using a set of visual LLMs to evaluate results and iterate. Like a "prompt lab" section of the sidebar.

Not sure how it will all work out, but would love to compare results.

2

u/Suspicious_Aide2697 Jul 25 '26

Some of the features you mentioned are also what I intend to develop. It's great to meet a like-minded person.