Visit ComfyUI Online for ready-to-use ComfyUI environment
Converts text prompts to structured schedules for AI art generation workflows, enabling precise control over artistic elements.
The PromptToSchedule
node is designed to convert a given text prompt into a structured schedule format that can be used for further processing in AI art generation workflows. This node parses the input text and organizes it into a PROMPT_SCHEDULE
, which can then be utilized by other nodes to apply specific effects or transformations at designated points in the generation process. By transforming plain text prompts into a more structured format, this node enables more precise control over the timing and application of various artistic elements, enhancing the creative possibilities for AI artists.
The text
parameter is a multiline string input where you can enter your prompt. This text will be parsed and converted into a PROMPT_SCHEDULE
. The content of this text should be structured in a way that defines the different stages or elements you want to include in your schedule. This parameter does not have a minimum or maximum value but should be formatted correctly to ensure accurate parsing.
The PROMPT_SCHEDULE
output is a structured representation of the input text prompt. This schedule can be used by other nodes to apply specific effects or transformations at designated points in the generation process. The PROMPT_SCHEDULE
allows for more precise control over the timing and application of various artistic elements, enabling more complex and nuanced AI-generated art.
PROMPT_SCHEDULE
.PROMPT_SCHEDULE
output in conjunction with other nodes that can interpret and apply the schedule to achieve more complex and dynamic artistic effects.text
parameter is empty, so there is no content to parse into a schedule.text
parameter to generate a PROMPT_SCHEDULE
.© Copyright 2024 RunComfy. All Rights Reserved.