ComfyUI-KYNode
NODES:Advanced Lying Sigma Sampler, Save Image To target Path
Nodes (43)
Pull one item out of a list or batch
Stop wiring three separate branches into three separate nodes
The adapter between boxes and segmentation
Turn coordinates into a usable box
The un-packager for a box object
Draw a synthetic mask instead of hand-painting one
Turn a plain file path into a real VIDEO socket
Crop by exact numbers, with divisible-size safety
Get a preview without saving anything
A real Python interpreter living inside a node
Mux a soundtrack onto a silent clip
The escape hatch for everything the other nodes don't cover
Image Sequence to Video — full encoder control for frames already on disk
Trim Video — cut a clip by start time and duration
Video to Image Sequence — extract frames straight to disk
Split a path into every piece you'd actually reuse
Reverse-engineer a numbering template from one filename
A fallback chain, and a real gotcha with the number zero
Read whatever's sitting at a path, mid-graph
The drag-slider comparison, for stills instead of video
The detector-driven half of the crop pair
A gate, not just a check
Stitch mixed-type values into one string without cast nodes
Turn a vision-LLM's answer into a real box
One loader instead of three
Multithreaded bulk loading, with the filtering to actually control it
A from-scratch Load Video, tuned per model
Write the formula instead of chaining ten nodes
Combine two JSON strings without writing the merge logic yourself
Caption one image with whatever VLM you've got running
Caption a whole dataset in one pass
Talk to any local LLM that speaks the OpenAI protocol
The one-file loader, when you know exactly which file
Pull one piece out of a string with a pattern
Chained find-and-replace for prompts and paths
Undo the grid math a vision LLM did before it answered
Batch-save frames with alpha and a frame range
The fast, no-metadata batch saver
The one place this pack's README actually explains itself
Build a bounding box from raw X/Y/Width/Height numbers
Pull an HTTP URL out of a video object
POST your generated media straight out of the graph
A drag-to-compare slider for two videos, right on the canvas
ComfyUI-KYNode
For comfyui custom nodes utils
功能节点
图像处理
- Load images from URL/Path/Base64
视频处理
-
Video Compare: 对比两个视频(支持URL和视频文件)并在预览窗口中显示
- 支持两种输入模式:URL和视频文件对象
- 可以通过拖拽中间的分隔线来对比两个视频
- 提供滑块控制对比比例
- 可以在预览窗口中动态更新视频URL
- 自动处理ComfyUI的视频文件路径(input/output文件夹)
-
Video File Compare: 直接从input/output文件夹中选择视频文件进行对比
- 下拉菜单选择input或output文件夹中的视频文件
- 无需连接其他节点,直接预览对比
-
KY Load Video: 仿造ComfyUI官方Load Video节点
- 从input或output文件夹加载视频文件
- 下拉菜单选择视频文件
- 输出视频对象和预览URL
-
KY Save Video: 保存图像序列为支持alpha通道的视频文件
- 支持将IMAGE张量序列保存为MOV/AVI/MP4格式视频
- 支持alpha通道(通过MASK输入)
- 多种编码器选择:ProRes 4444、PNG、QuickTime RLE
- 可调节视频质量、帧率等参数
- 支持添加音频轨道
- 自动生成预览URL
-
KY Save Image Sequence: 保存图像序列为独立的图片文件
- 支持PNG、JPG、TIFF、WebP格式
- 支持alpha通道保存(PNG/TIFF/WebP)
- 可设置图片质量和帧范围