# ComfyUI-Video-PingPong **Repository Path**: dreamidea/comfy-ui-video-ping-pong ## Basic Information - **Project Name**: ComfyUI-Video-PingPong - **Description**: ComfyUI-Video-PingPong - **Primary Language**: Python - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-25 - **Last Updated**: 2025-03-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ComfyUI Video Ping-Pong Loop Plugin ComfyUI Video Ping-Pong Loop Plugin是一个用于扩展视频帧序列的ComfyUI插件。 将输入的视频帧(`IMAGE`格式)按乒乓循环(ABCDCBABCDCB...)扩展至目标帧数。 ## 输入 - `images`: 输入的视频帧,类型为Comfyui的`IMAGE`。 - `frame_count`: 整数,目标帧数。 ## 输出 - `output_images`: 扩展后的帧序列,类型为Comfyui的`IMAGE`。 ## 安装 1. 将本文件夹放入ComfyUI的`custom_nodes`目录。 2. 重启ComfyUI。 ## 使用 1. 在节点搜索栏输入`Video Ping-Pong Loop`。 2. 连接输入帧(`IMAGE`类型)并设置目标帧数。 3. 输出为扩展后的帧序列。 ## 示例 ## 例子1 输入帧:[A, B, C, D] 目标帧数:12 输出:[A, B, C, D, C, B, A, B, C, D, C, B] ## 例子2 输入帧:[A, B, C, D, E, F, G, H, I, J] 目标帧数:6 输出:[A, B, C, D, E, F]