World Weaver Prompt (World Weaver):
The WW_WorldWeaverPrompt node is a specialized component within the ComfyUI framework designed to enhance your creative process by seamlessly integrating a predefined system prompt with your custom input text. This node acts as a "black box," meaning it operates without requiring you to select files manually, thus simplifying the workflow. Its primary function is to load a specific World Weaver system prompt from a hardcoded file and combine it with the text you provide. This combination allows you to leverage the structured guidance of the World Weaver prompt while incorporating your unique ideas, resulting in a cohesive and enriched output. The node is particularly beneficial for AI artists looking to streamline their creative process by using a consistent prompt foundation while still allowing for personal customization.
World Weaver Prompt (World Weaver) Input Parameters:
user_text
The user_text parameter is a required input that allows you to provide your custom text to be combined with the World Weaver system prompt. This parameter accepts a string input, which can be multiline, giving you the flexibility to include detailed and complex text. The default value for this parameter is an empty string, meaning you need to input your text to utilize the node effectively. The user_text you provide will directly impact the final output, as it is merged with the predefined prompt to create a comprehensive and personalized result.
World Weaver Prompt (World Weaver) Output Parameters:
combined_text
The combined_text output parameter is the result of merging the internal World Weaver system prompt with your provided user_text. This output is a single string that combines both elements, offering a unified text that incorporates the structured guidance of the system prompt with your creative input. The combined_text is crucial for generating a cohesive narrative or artistic direction, as it blends the predefined prompt's framework with your unique contributions, enhancing the overall quality and coherence of the output.
World Weaver Prompt (World Weaver) Usage Tips:
- Ensure that your
user_textis well-structured and aligns with the theme or context of the World Weaver system prompt to achieve the best results. - Use multiline input for
user_textto provide detailed descriptions or narratives, which can enrich the final combined output. - Familiarize yourself with the content of the hardcoded prompt file to better tailor your
user_textfor a more harmonious integration.
World Weaver Prompt (World Weaver) Common Errors and Solutions:
ERROR: World Weaver prompt file not found at: <filepath>
- Explanation: This error occurs when the node cannot locate the hardcoded prompt file at the specified path.
- Solution: Verify that the prompt file,
Scene_Director.txt, exists in the expected directory. Ensure the file path is correct and that the file has not been moved or deleted.
ERROR: Could not read World Weaver prompt file <filepath>: <exception>
- Explanation: This error indicates an issue with reading the prompt file, possibly due to file permissions or corruption.
- Solution: Check the file permissions to ensure the node has read access. If the file is corrupted, replace it with a backup or a new copy of the prompt file.
