feat: add SQ-SequentialLoader to custom node list

Add SQ-SequentialLoader by yesjhj, which allows sequential loading of images from a folder using seed control. Supports multiple seed modes (increment, decrement, randomize, fixed) and sorting options (name, created_time, modified_time, none).
This commit is contained in:
yesjhj 2026-01-27 18:14:18 +08:00
parent 2416aa2fc9
commit ac0c8b3f88

View File

@ -41243,6 +41243,17 @@
],
"install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image."
}
},
{
"author": "yesjhj",
"title": "SQ-SequentialLoader",
"id": "sq-sequentialloader",
"reference": "https://github.com/yesjhj/SQ-SequentialLoader",
"files": [
"https://github.com/yesjhj/SQ-SequentialLoader"
],
"install_type": "git-clone",
"description": "A custom node for ComfyUI that allows sequential loading of images from a folder using seed control. Supports multiple seed modes (increment, decrement, randomize, fixed) and sorting options (name, created_time, modified_time, none)."
}
]
}