Visit ComfyUI Online for ready-to-use ComfyUI environment
Manage and manipulate keyframes in latent space for AI art control and smooth transitions.
The LatentKeyframe
node is designed to manage and manipulate keyframes within a latent space, which is particularly useful in advanced control scenarios for AI-generated art. This node allows you to create, modify, and interpolate keyframes, enabling smooth transitions and precise control over the latent variables that influence the generated output. By leveraging keyframes, you can achieve more dynamic and controlled results in your AI art projects, making it easier to fine-tune and experiment with different latent configurations. The primary goal of this node is to provide a flexible and powerful tool for managing latent keyframes, enhancing your ability to create complex and visually appealing AI-generated art.
The batch_index
parameter specifies the index of the batch to which the keyframe belongs. This integer value helps in organizing and managing keyframes within different batches, ensuring that each keyframe is correctly associated with its respective batch. The default value is 0, with a minimum value of BIGMIN
and a maximum value of BIGMAX
, allowing for a wide range of batch indices.
The strength
parameter determines the influence or weight of the keyframe within the latent space. This floating-point value controls how strongly the keyframe affects the generated output, with higher values indicating a greater influence. The default value is 1.0, with a minimum value of 0.0 and a maximum value of 10.0, providing flexibility in adjusting the keyframe's impact.
The prev_latent_kf
parameter allows you to pass in a previous LatentKeyframeGroup
object. This optional parameter is useful for building upon existing keyframes, enabling you to add new keyframes to an already established group. If not provided, a new LatentKeyframeGroup
will be created.
The LATENT_KF
output parameter returns a LatentKeyframeGroup
object. This object contains the updated set of keyframes, including any new keyframes added during the node's execution. The LatentKeyframeGroup
is essential for managing and accessing the collection of keyframes, allowing you to further manipulate or utilize them in subsequent nodes or processes.
strength
parameter for each keyframe, ensuring gradual changes in influence.prev_latent_kf
parameter to build upon existing keyframes, allowing for more complex and layered control over the latent space.batch_index
values to organize and manage keyframes within different batches, making it easier to handle multiple sets of keyframes in your projects.<type>
strength
parameter is not provided as an iterable (e.g., list or tuple) when expected.strength
parameter is passed as an iterable if multiple strengths are required. For a single strength value, pass it as a float or integer.<raw_index>
' must be an integer.batch_index
parameter is not a valid integer.batch_index
parameter is an integer and within the acceptable range defined by BIGMIN
and BIGMAX
.strength
parameter is provided as a batched input if you intend to create multiple keyframes. If only a single keyframe is needed, this warning can be safely ignored.© Copyright 2024 RunComfy. All Rights Reserved.