* Add ComfyUI-S4Tool-Image to custom nodes list
Add ComfyUI-S4Tool-Image to custom nodes list
* Update custom-node-list.json
Add custom-node : ComfyUI-S4Motion
* Update custom-node-list.json
Added my custom node "AF-EditGeneratedPrompt", which let's one pipe a generated prompt, edit it, or use the node as a regular prompting node. Thank you for your efforts!
* Update custom-node-list.json
---------
Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com>
Add entry for comfyui-gemini-nodes - a collection of custom nodes for integrating Google Gemini API with ComfyUI, providing AI capabilities for text generation, image generation, and video analysis.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-authored-by: jqy-yo <jqy-yo@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com>
* feat(api): Implement endpoint for bulk import failure info
Adds the `/v2/customnode/import_fail_info_bulk` endpoint to allow
fetching multiple import error statuses in a single request.
* chore(api): Update OpenAPI spec for new bulk endpoint
Adds the `import_fail_info_bulk` route and its corresponding
request/response schemas to `openapi.yaml`.