MiniMax H3 • Stream Denoise Controls:
The MiniMaxH3LatentLabStreamDenoise node is designed to provide precise control over the denoising process of audio-visual streams within the ComfyUI framework. This node allows you to independently manage the noise levels of both video and audio streams, offering a flexible approach to stream preservation and regeneration. By utilizing ComfyUI's stock noise mask path, you can specify the extent to which each stream is denoised, with a value of 0 maintaining the original stream and a value of 1 fully regenerating it. This capability is particularly beneficial for artists and creators who need to fine-tune the quality of their media content, ensuring that the desired level of clarity and detail is achieved in both audio and video components.
MiniMax H3 • Stream Denoise Controls Input Parameters:
av_latent
The av_latent parameter represents the latent representation of the audio-visual stream that you wish to denoise. This input is crucial as it serves as the base upon which the denoising operations are performed. The latent format allows for efficient processing and manipulation of the stream data.
video_denoise
The video_denoise parameter is a floating-point value that determines the level of denoising applied to the video stream. It ranges from 0.0 to 1.0, with a default value of 1.0. A value of 0.0 means the video stream is preserved in its original form, while a value of 1.0 indicates full regeneration of the video stream. Adjusting this parameter allows you to control the balance between maintaining original video details and applying noise reduction.
audio_denoise
Similar to video_denoise, the audio_denoise parameter is a floating-point value that specifies the denoising level for the audio stream. It also ranges from 0.0 to 1.0, with a default value of 1.0. This parameter enables you to manage the clarity and quality of the audio stream, choosing between preserving the original audio or regenerating it to reduce noise.
merge_mode
The merge_mode parameter offers several options for combining the denoised streams: replace, multiply, minimum, and maximum. This parameter dictates how the denoised audio and video streams are merged, allowing for different blending techniques to achieve the desired output. Each mode provides a unique method of integrating the streams, offering flexibility in the final presentation of the media content.
MiniMax H3 • Stream Denoise Controls Output Parameters:
av_latent
The output av_latent is the processed latent representation of the audio-visual stream after the denoising operation. This output retains the modifications specified by the input parameters, reflecting the adjusted noise levels and merge mode. It serves as the refined version of the original stream, ready for further processing or final output.
MiniMax H3 • Stream Denoise Controls Usage Tips:
- To maintain the original quality of a stream while applying minimal denoising, set the
video_denoiseandaudio_denoiseparameters closer to 0.0. - Experiment with different
merge_modesettings to achieve unique blending effects between the audio and video streams, enhancing the creative output.
MiniMax H3 • Stream Denoise Controls Common Errors and Solutions:
"Invalid latent format"
- Explanation: This error occurs when the input
av_latentdoes not conform to the expected latent format. - Solution: Ensure that the input
av_latentis correctly formatted and compatible with the node's requirements.
"Denoise value out of range"
- Explanation: This error indicates that the
video_denoiseoraudio_denoisevalues are outside the permissible range of 0.0 to 1.0. - Solution: Adjust the denoise values to fall within the specified range to avoid this error.
