Visit ComfyUI Online for ready-to-use ComfyUI environment
Finalizes scheduled prompts, managing sequence evaluation and output generation for dynamic variations.
The PromptScheduleNodeFlowEnd
node is designed to be the final step in a sequence of nodes that manage and evaluate scheduled prompts. This node takes the formatted prompt data generated by preceding nodes and processes it to produce the final output. It ensures that the prompt sequences are correctly evaluated and applied according to the specified schedule, making it an essential component for creating dynamic and time-based prompt variations. This node is particularly useful for AI artists who want to automate and control the evolution of their prompts over time, providing a structured way to manage complex prompt schedules.
This parameter represents the formatted prompt text that has been generated by previous nodes in the sequence. It is a string that may contain multiple lines and is used as the primary input for the final evaluation. The text should be well-structured and free of leading or trailing commas to ensure proper processing.
This optional parameter allows you to specify additional text that will be prepended to the main prompt text. It is useful for adding consistent introductory content to your prompts. The default value is an empty string.
This optional parameter allows you to specify additional text that will be appended to the main prompt text. It is useful for adding consistent concluding content to your prompts. The default value is an empty string.
This parameter defines the maximum number of frames for the prompt schedule. It is an integer value that determines the total duration over which the prompt variations will be applied. The default value is 0, with a minimum of 0 and a maximum of 999999.
This parameter indicates the current frame number within the prompt schedule. It is an integer value that helps in determining the specific prompt variation to be applied at a given time. The default value is 0, with a minimum of 0 and a maximum of 999999.
This optional boolean parameter controls whether the output should be printed for debugging or logging purposes. The default value is False.
These optional parameters are used for additional prompt weighting and customization. They are integer values that can be adjusted to fine-tune the prompt evaluation process. The default values are 0.
This output parameter represents the positive prompt conditioning that has been evaluated and applied according to the schedule. It is a string that contains the final prompt text with all variations and adjustments.
This output parameter represents the negative prompt conditioning that has been evaluated and applied according to the schedule. It is a string that contains the final prompt text with all variations and adjustments.
pre_text
and app_text
parameters to add consistent introductory and concluding content to your prompts.max_frames
and current_frame
parameters to control the duration and specific point within the prompt schedule.print_output
parameter for debugging purposes to verify the final output.current_frame
parameter to be within the range of 0 to max_frames
.text
and max_frames
, are specified and correctly set.© Copyright 2024 RunComfy. All Rights Reserved.