Visit ComfyUI Online for ready-to-use ComfyUI environment
Facilitates frame creation and management for AI art generation, enabling contextual conditioning and consistency across frames.
The FizzFrame node is designed to facilitate the creation and management of frames within the ComfyUI environment, specifically for AI art generation. This node allows you to define frames with associated positive and negative text prompts, which can be used to condition the AI model's output. By leveraging previous frames and general positive or negative prompts, FizzFrame helps in maintaining consistency and continuity across multiple frames. This is particularly useful for creating animations or sequences where each frame needs to be contextually aware of the preceding ones. The node also integrates with the CLIP model to tokenize and encode the text prompts, ensuring that the conditioning is effective and precise.
This parameter specifies the frame number you are working on. It is an integer value with a default of 0 and a minimum value of 0. The frame number helps in organizing and referencing different frames within your project.
This is a required string parameter where you input the positive text prompt for the frame. The text can be multiline, allowing for detailed and descriptive prompts that guide the AI model towards the desired output.
This optional string parameter allows you to input a negative text prompt for the frame. Similar to the positive_text, it can be multiline. Negative prompts help in steering the AI model away from certain undesired elements or features in the generated output.
An optional string parameter for general positive prompts that apply across multiple frames. This can be useful for maintaining a consistent theme or style throughout your sequence. The text can be multiline.
An optional string parameter for general negative prompts that apply across multiple frames. This helps in consistently avoiding certain elements or features across your sequence. The text can be multiline.
This optional parameter allows you to reference a previous FizzFrame. By doing so, you can inherit certain attributes like general positive and negative prompts, ensuring continuity and consistency across frames.
An optional parameter that accepts a CLIP model. The CLIP model is used to tokenize and encode the text prompts, providing the necessary conditioning for the AI model. If not provided, the node will use the clip from the previous frame if available.
This output is the newly created FizzFrame, which includes all the specified attributes and conditioning. It can be used as an input for subsequent frames or other nodes that require frame information.
This output provides the positive conditioning derived from the positive text prompt and the CLIP model. It is used to guide the AI model towards the desired output based on the positive prompts.
This output provides the negative conditioning derived from the negative text prompt and the CLIP model. It is used to steer the AI model away from undesired elements based on the negative prompts.
previous_frame
parameter to maintain consistency across multiple frames, especially when creating animations or sequences.general_positive
and general_negative
prompts to apply overarching themes or avoidances across your project.clip
parameter is not provided and there is no previous frame to inherit the clip from.clip
parameter or by referencing a previous frame that includes a clip.previous_frame
parameter is referenced but does not contain valid frame data.previous_frame
parameter is correctly set and contains valid frame data before referencing it.frame
parameter is set to a negative value or an invalid number.frame
parameter is set to a non-negative integer value.© Copyright 2024 RunComfy. All Rights Reserved.