A ComfyUI plugin for quick image sequence processing. This plugin allows users to manipulate frame sequences with various operations including frame insertion, deletion, and duplication.
A ComfyUI plugin for efficient image sequence processing. Features frame insertion, duplication, and removal with intuitive controls.
Frame Insertion Between Frames:
Quick Process First Frames:
Quick Process Last Frames:
Processing Order Control:
Real-time Frame Count Display:
custom_nodes
directory:
cd custom_nodes
git clone https://github.com/yourusername/ComfyUI-QuickImageSequenceProcess.git
frames_between
: Number of frames to insert between existing framescopy_frame
: Choose "previous" or "next" for inserted framesquick_process_first_frames
: Add/remove frames at start (negative to remove)quick_process_last_frames
: Add/remove frames at end (negative to remove)process_F_L_frames_first
: Choose processing order priorityThe node outputs:
image
: The processed image sequencewidth
: Frame widthheight
: Frame heightcount
: Total number of frames in the sequenceCopyright 2024 kazeyori
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.