Visit ComfyUI Online for ready-to-use ComfyUI environment
Create and manage weighted prompts for AI art projects with precise control and flexibility.
The Build Prompt [Dream] node is designed to help you create and manage complex prompts for your AI art projects. This node allows you to construct a weighted prompt by combining different text inputs with specified weights, enabling you to fine-tune the influence of each part of the prompt on the final output. By using this node, you can easily experiment with different prompt configurations and achieve more precise control over the generated art. The main goal of this node is to provide a flexible and intuitive way to build prompts that can be adjusted and refined to meet your creative needs.
This is an optional input parameter that accepts a PartialPrompt
object. If provided, it allows you to build upon an existing prompt, adding new elements to it. This can be useful for iteratively refining your prompt by adding new components without starting from scratch each time.
This required parameter is a string input where you can specify the text to be added to the prompt. It supports multiline input, allowing you to include detailed and complex descriptions. The default value is an empty string. The text you enter here will be combined with the existing prompt (if any) and weighted according to the weight
parameter.
This required parameter is a float input that determines the influence of the added_prompt
on the final prompt. The default value is 1.0. By adjusting the weight, you can control how strongly the added text affects the overall prompt. Higher weights increase the influence, while lower weights decrease it.
The output of this node is a PartialPrompt
object. This object represents the combined prompt, including all the text and weights specified through the input parameters. The PartialPrompt
can be further processed or finalized using other nodes, allowing you to build complex and nuanced prompts for your AI art projects.
partial_prompt
input to iteratively build and refine your prompt. Start with a basic prompt and gradually add more details and adjustments to enhance the final result.added_prompt
parameter to include detailed descriptions and complex ideas in your prompt.© Copyright 2024 RunComfy. All Rights Reserved.