SeargeDP / ComfyUI_Searge_LLM

Custom nodes for ComfyUI that utilize a language model to generate text-to-image prompts
MIT License
42 stars 4 forks source link

Searge-LLM for ComfyUI

A prompt-generator or prompt-improvement node for ComfyUI, utilizing the power of a language model to turn a provided text-to-image prompt into a more detailed and improved prompt.

Custom node Searge-LLM for ComfyUI

Install the language model

Note

Potential problems

(this was only tested this on Windows)

If you get error message about missing llama-cpp, try these manual steps:

FAQ

Searge LLM Node

Configure the Searge_LLM_Node with the necessary parameters within your ComfyUI project to utilize its capabilities fully:

Advanced Options Node

The Searge_AdvOptionsNode offers a range of configurable parameters allowing for precise control over the text generation process and model behavior.

The default values on this node are also the defaults that Searge_LLM_Node uses when no Searge_AdvOptionsNode is connected to it.

Below is a detailed overview of these parameters:

These parameters provide granular control over the text generation capabilities of the Searge_LLM_Node, allowing users to fine-tune the behavior of the underlying models to best fit their application requirements.

License

The Searge_LLM_Node is released under the MIT License. Feel free to use and modify it for your personal or commercial projects.

Acknowledgments