ComfyUI > Nodes > ComfyUI 1hewNodes > Video Cut Group

ComfyUI Node: Video Cut Group

Class Name

1hew_VideoCutGroup

Category
1hewNodes/batch
Author
1hew (Account age: 1113days)
Extension
ComfyUI 1hewNodes
Latest Updated
2026-04-17
Github Stars
0.03K

How to Install ComfyUI 1hewNodes

Install this extension via the ComfyUI Manager by searching for ComfyUI 1hewNodes
  • 1. Click the Manager button in the main menu
  • 2. Select Custom Nodes Manager button
  • 3. Enter ComfyUI 1hewNodes in the search bar
After installation, click the Restart button to restart ComfyUI. Then, manually refresh your browser to clear the cache and access the updated list of nodes.

Visit ComfyUI Online for ready-to-use ComfyUI environment

  • Free trial available
  • 16GB VRAM to 80GB VRAM GPU machines
  • 400+ preloaded models/nodes
  • Freedom to upload custom models/nodes
  • 200+ ready-to-run workflows
  • 100% private workspace with up to 200GB storage
  • Dedicated Support

Run ComfyUI Online

Video Cut Group Description

Automatically detects and groups video cut points using similarity metrics for efficient editing.

Video Cut Group:

The 1hew_VideoCutGroup node is designed to facilitate the process of video editing by automatically detecting and grouping cut points within a sequence of video frames. This node leverages similarity metrics to identify significant changes between consecutive frames, which are indicative of potential cut points. By applying a series of thresholds and grouping rules, it efficiently segments the video into meaningful sections. This capability is particularly beneficial for AI artists and video editors who need to quickly identify and extract key segments from lengthy video footage without manually inspecting each frame. The node's primary goal is to streamline the video editing workflow, making it more efficient and less time-consuming.

Video Cut Group Input Parameters:

images

This parameter represents the sequence of video frames that the node will analyze to detect cut points. The quality and resolution of these images can impact the accuracy of the cut detection process. There are no explicit minimum or maximum values for this parameter, but it is essential to ensure that the frames are in a consistent format for optimal results.

threshold_base

The threshold_base parameter sets the initial threshold for detecting changes between frames. It determines the sensitivity of the cut detection process, with lower values resulting in more detected cuts and higher values resulting in fewer cuts. The exact range of this parameter is not specified, but it should be adjusted based on the desired level of sensitivity.

min_frame_count

This parameter specifies the minimum number of frames that must exist between detected cut points. It helps prevent the detection of cuts that are too close together, which might not represent meaningful transitions. The minimum value is typically set to a positive integer, and the default value should be chosen based on the typical length of scenes in the video.

max_frame_count

The max_frame_count parameter defines the maximum number of frames allowed between cut points. It ensures that excessively long segments are split into smaller, more manageable sections. Like min_frame_count, this parameter should be set to a positive integer, with the default value reflecting the desired maximum scene length.

threshold_range

This optional parameter allows for a range of thresholds to be applied during the cut detection process, providing flexibility in identifying cuts with varying degrees of change. The default value is typically set to a small positive number, such as 0.05, to allow for slight variations in threshold sensitivity.

Video Cut Group Output Parameters:

final_cut_points

The final_cut_points output parameter provides a list of frame indices where cuts have been detected and grouped according to the specified rules. This output is crucial for understanding the segmentation of the video and can be used to extract or process specific sections of the footage. The list is sorted and reflects the application of both the minimum and maximum frame count rules.

Video Cut Group Usage Tips:

  • Adjust the threshold_base parameter to fine-tune the sensitivity of cut detection based on the content of your video. For videos with subtle transitions, a lower threshold may be necessary.
  • Use the min_frame_count and max_frame_count parameters to control the granularity of the segmentation, ensuring that detected cuts align with meaningful scene changes.

Video Cut Group Common Errors and Solutions:

"No cut points detected"

  • Explanation: This error occurs when the node fails to identify any significant changes between frames based on the current threshold settings.
  • Solution: Lower the threshold_base value to increase the sensitivity of the cut detection process, allowing for the identification of more subtle changes.

"Cut points too close together"

  • Explanation: Detected cut points are too close to each other, violating the min_frame_count rule.
  • Solution: Increase the min_frame_count parameter to ensure that only significant scene changes are detected, reducing the number of closely spaced cuts.

Video Cut Group Related Nodes

Go back to the extension to check out more related nodes.
ComfyUI 1hewNodes
RunComfy
Copyright 2025 RunComfy. All Rights Reserved.

RunComfy is the premier ComfyUI platform, offering ComfyUI online environment and services, along with ComfyUI workflows featuring stunning visuals. RunComfy also provides AI Models, enabling artists to harness the latest AI tools to create incredible art.

Video Cut Group