Visit ComfyUI Online for ready-to-use ComfyUI environment
Enhance prompt generation with dynamic, diverse prompts using wildcard and LLM syntax in ComfyUI Node WildcardOobaPrompt.
The WildcardOobaPrompt
node is designed to enhance your prompt generation process by integrating wildcard syntax and large language model (LLM) syntax processing. This node allows you to create dynamic and varied prompts by replacing wildcard patterns with random selections from predefined lists and by incorporating LLM-based text generation. The primary benefit of using this node is its ability to generate diverse and contextually rich prompts, which can be particularly useful for AI art generation and other creative applications. By leveraging the OobaPrompt
class, it can also handle complex LLM syntax, enabling more sophisticated and nuanced prompt creation.
The prompt
parameter is a string input that accepts the initial text prompt. This text can include wildcard patterns and LLM syntax that the node will process. The prompt can be multiline, allowing for more complex and detailed input. This parameter is essential as it forms the basis of the generated output. There is no strict minimum or maximum length, but the complexity and length of the prompt can affect the processing time and the diversity of the output.
The seed
parameter is an integer that sets the random seed for wildcard and random syntax processing. By setting a specific seed value, you can ensure reproducibility of the generated prompts. The default value is 0, and it can range from 0 to 0xffffffffffffffff. Using different seed values will result in different variations of the prompt, providing a way to explore multiple creative outputs from the same initial prompt.
The output of the WildcardOobaPrompt
node is a single string that contains the processed prompt. This output string will have all wildcard patterns replaced with random selections from predefined lists and any LLM syntax processed to generate contextually appropriate text. The resulting prompt is ready for use in downstream applications, such as AI art generation or other creative tasks.
{option1|option2}
for random selection.<llm:prompt:your text here>
. If the error persists, check for any issues with the OobaPrompt
class or its dependencies.© Copyright 2024 RunComfy. All Rights Reserved.