The HyVideoPromptMixSampler
node is a part of the HunyuanVideoWrapper module for ComfyUI. This node is designed to blend video generation results from two different sets of text prompts. It leverages prompt embeddings to generate a sequence of frames, allowing for creative mixtures between two sets of textual descriptions. This node is particularly useful in workflows that require merging concepts or styles defined by separate prompts to create a coherent but transitional video output.
This node performs the following main functions:
The HyVideoPromptMixSampler
node accepts the following inputs:
HYVIDEOMODEL
): The video generation model that the node will use for producing video frames.HYVIDEMBEDS
): The first set of text embeddings used to guide the video generation process.HYVIDEMBEDS
): The second set of text embeddings, offering an alternative guide.INT
): Specifies the width of the output frames.INT
): Specifies the height of the output frames.INT
): Number of frames to be generated in the video sequence.INT
): The number of inference steps to perform, influencing the video detail and fluidity.FLOAT
): Influences how strongly the prompts guide the generative process.FLOAT
): Adjusts the flow dynamics of the frame transitions.BOOLEAN
): Determines if resources are offloaded to optimize memory usage.INT
): The seed for random number generation, useful for reproducibility.FLOAT
): Controls the sharpness and intensity of the blending between the two sets of embeddings.FLOAT
): An optional input defining the strength of the blending curve over time, providing finer control of how concepts transition.FETAARGS
): Additional arguments to modify feature enhancement settings.LATENT
): Returns the generated sequence of latent video frames as the output, ready to be decoded into a visible video format.The HyVideoPromptMixSampler
node can be integrated into ComfyUI workflows to achieve creative video synthesis tasks. It is particularly suited for:
In summary, the HyVideoPromptMixSampler
node offers powerful capabilities for blending video content guided by dual prompts, offering fine control over visual transitions and artistic video generation in ComfyUI workflows.