Visit ComfyUI Online for ready-to-use ComfyUI environment
Extract specific prompts from schedules for AI artists, with optional tagging for refined control.
The PCPromptFromSchedule
node is designed to extract a specific prompt from a given prompt schedule at a specified point in time. This node is particularly useful for AI artists who work with complex prompt schedules and need to retrieve and apply prompts at precise moments during their creative process. By leveraging this node, you can seamlessly integrate and manage prompts within your workflow, ensuring that the right prompt is applied at the right time. The node also supports optional tagging, allowing for more refined control and filtering of prompts based on custom tags.
The prompt_schedule
parameter is a required input that represents the schedule from which the prompt will be extracted. This schedule contains a series of prompts and their associated timings, allowing for dynamic and time-based prompt management. The schedule must be in the format of PROMPT_SCHEDULE
.
The at
parameter is a required input that specifies the exact point in time within the schedule from which the prompt should be extracted. This is a floating-point value ranging from 0.0 to 1.0, where 0.0 represents the start of the schedule and 1.0 represents the end. The value can be adjusted in increments of 0.01, providing precise control over the timing of the prompt extraction.
The tags
parameter is an optional input that allows you to filter prompts based on custom tags. This is a string value that can be used to specify one or more tags, enabling more refined control over which prompts are considered during the extraction process. If no tags are provided, the node will consider all prompts in the schedule.
The output of the PCPromptFromSchedule
node is a string that contains the extracted prompt. This prompt is retrieved from the specified point in the schedule and can be used in subsequent nodes or processes within your workflow. The output ensures that the correct prompt is applied at the right time, enhancing the overall effectiveness and precision of your creative projects.
at
parameter is set to the precise point in time within the schedule where the desired prompt is located.tags
parameter to filter and manage prompts more effectively, especially when working with complex schedules that contain multiple prompts with different tags.at
time within the schedule.at
parameter is set correctly and that there is a prompt scheduled at that specific time. Adjust the at
value if necessary.prompt_schedule
is not in the correct format.prompt_schedule
is properly formatted as a PROMPT_SCHEDULE
and contains valid prompts and timings.tags
do not match any prompts in the schedule.tags
parameter and ensure they match the tags assigned to the prompts in the schedule. Adjust the tags if needed.© Copyright 2024 RunComfy. All Rights Reserved.