Visit ComfyUI Online for ready-to-use ComfyUI environment
Enhance prompt scheduling by adding multiple masks for nuanced control over AI-generated outputs.
The PCScheduleAddMasks
node is designed to enhance your prompt scheduling by allowing you to add multiple masks to a given prompt schedule. This node is particularly useful for AI artists who want to apply different masks to their prompts, enabling more complex and nuanced control over the generated outputs. By using this node, you can clone an existing prompt schedule and append up to four different masks, which can be used to influence various aspects of the prompt's behavior. This functionality is essential for creating intricate and detailed prompt schedules that can adapt to different artistic needs and styles.
The prompt_schedule
parameter is a required input that represents the initial prompt schedule you want to modify. This schedule serves as the base to which the masks will be added. It is essential for defining the structure and timing of your prompts.
The mask1
parameter is an optional input that allows you to specify the first mask to be added to the prompt schedule. This mask can be used to control specific aspects of the prompt's behavior. If not provided, the prompt schedule will remain unchanged in this regard.
The mask2
parameter is an optional input that allows you to specify the second mask to be added to the prompt schedule. Similar to mask1
, this mask can influence different elements of the prompt. If not provided, the prompt schedule will remain unchanged in this regard.
The mask3
parameter is an optional input that allows you to specify the third mask to be added to the prompt schedule. This mask provides additional control over the prompt's behavior. If not provided, the prompt schedule will remain unchanged in this regard.
The mask4
parameter is an optional input that allows you to specify the fourth mask to be added to the prompt schedule. This mask offers further customization options for the prompt. If not provided, the prompt schedule will remain unchanged in this regard.
The PROMPT_SCHEDULE
output parameter represents the modified prompt schedule with the added masks. This output is crucial as it provides the updated schedule that incorporates the specified masks, allowing for more detailed and controlled prompt execution.
clone
functionality to create multiple variations of a prompt schedule with different masks, enabling you to compare and select the best version.TypeError: 'NoneType' object is not iterable
None
value.None
to avoid this error.AttributeError: 'PromptSchedule' object has no attribute 'add_masks'
PromptSchedule
object does not have the add_masks
method, possibly due to an incorrect object type.prompt_schedule
parameter is indeed a PromptSchedule
object and that it has the add_masks
method implemented.ValueError: Invalid mask shape
© Copyright 2024 RunComfy. All Rights Reserved.