Skip to content

feat(custom-node-list): register ReSerendipity/ComfyUI-BatchPromptLoader - #3234

Closed
ReSerendipity wants to merge 1 commit into
Comfy-Org:mainfrom
ReSerendipity:add-batch-prompt-loader
Closed

feat(custom-node-list): register ReSerendipity/ComfyUI-BatchPromptLoader#3234
ReSerendipity wants to merge 1 commit into
Comfy-Org:mainfrom
ReSerendipity:add-batch-prompt-loader

Conversation

@ReSerendipity

Copy link
Copy Markdown
Contributor

Register a new custom node pack: ComfyUI-BatchPromptLoader

Description

A ComfyUI custom node that batch-loads and encodes prompts from TXT files. Supports four index modes (fixed / increment / decrement / random), enabling "multi-prompt -> multi-image" batch generation by simply queueing repeatedly.

Features

  • Recursive folder scanning and wildcard filename filtering (*.txt, SFW_*.txt, ...)
  • Skip already-generated images (skip_exists)
  • External logging of processed prompts with automatic skip on re-run (resume cleanly after interruption)
  • Metadata outputs: filename, index, total_count
  • Auto-split of positive: / negative: prompt sections
  • No third-party dependencies (ComfyUI's built-in PyTorch only)

Validation

  • Entry passes python json-checker.py custom-node-list.json: all required fields present (author, title, reference, files, install_type, description), git URL without .git suffix, correct https://github.com/{author}/{reponame} format
  • JSON syntax verified (node list now contains 5921 entries)
  • License: MIT

@coderabbitai

coderabbitai Bot commented Sep 2, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Team

Run ID: f5703fec-5fc5-43a4-83c1-ef18a20787bd

📥 Commits

Reviewing files that changed from the base of the PR and between b75fc66 and d3b0e1b.

📒 Files selected for processing (1)
  • custom-node-list.json

Included review availability: Your plan provides up to 10 included reviews per hour; 9 remain after this review.


📝 Walkthrough

Walkthrough

The custom-node registry adds ComfyUI-BatchPromptLoader by ReSerendipity. The entry defines Git-clone installation from its GitHub repository and describes batch prompt-loading features.

Changes

Batch Prompt Loader Registration

Layer / File(s) Summary
Register Batch Prompt Loader
custom-node-list.json
Adds repository, author, Git installation, and feature metadata for ComfyUI-BatchPromptLoader. The description covers indexing, recursive scanning, wildcard filtering, and processed-item logging.

Suggested reviewers: ltdrdata

Merge Risk: ⚪ Minimal · up to d3b0e

This PR adds one custom node registration to the catalog without any identified merge-blocking risk; it is merge-ready after normal checks and review.

🚥 Pre-merge checks | ✅ 2
✅ Passed checks (2 passed)
Check name Status Explanation
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
✨ Simplify code
  • Create PR with simplified code

Comment @coderabbitai help to get the list of available commands.

@coderabbitai
coderabbitai Bot requested a review from ltdrdata September 2, 2026 08:39
@ReSerendipity

Copy link
Copy Markdown
Contributor Author

Closing as duplicate of #3183, which registers the same node (ComfyUI-BatchPromptLoader) and is already under review by the maintainers. Apologies for the duplicate submission — I'll consolidate all follow-up work into #3183.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant