mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-03-07 18:17:36 +08:00
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:
parent
2416aa2fc9
commit
ac0c8b3f88
@ -41243,6 +41243,17 @@
|
|||||||
],
|
],
|
||||||
"install_type": "unzip",
|
"install_type": "unzip",
|
||||||
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
"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)."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user