Added two node packs to custom-node-list.json#3062
Conversation
|
Important Review skippedReview was skipped as selected files did not have any reviewable changes. 💤 Files selected but had no reviewable changes (1)
⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
You can disable this status message by setting the Use the checkbox below for a quick retry:
📝 WalkthroughWalkthroughThis PR adds two new entries to the ChangesCustom node registry update
Possibly related PRs
No sequins here, no diagram deployed — this JSON tweak's too small and unemployed! Just two nodes added, tidy and plus-y, plain and simple, no need to be fussy. 🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@custom-node-list.json`:
- Around line 3-4: The JSON entry has inconsistent indentation because the
author field uses mixed tabs and spaces, so clean up the formatting in the
object containing author in custom-node-list.json to match the surrounding
indentation style. Keep the content unchanged and normalize the whitespace so
the entire entry uses a consistent indentation pattern like the neighboring
records.
- Around line 12-13: Fix the invalid JSON in custom-node-list.json by adding the
missing commas between array objects: one after the object ending before the
next object begins, and another after the object ending before the Carasibana
entry starts. Keep the array structure consistent so the file remains valid for
downstream consumers such as manager_core.py’s registry loader, scanner.py’s
git-clone URL extraction, and json-checker.py’s validator.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: ASSERTIVE
Plan: Pro Plus
Run ID: 9685d976-8fbf-4416-a9d5-c4657ac15bfa
📒 Files selected for processing (1)
custom-node-list.json
| { | ||
| "author": "CovertBannana", |
There was a problem hiding this comment.
📐 Maintainability & Code Quality | 🔵 Trivial | 💤 Low value
Mixed tabs/spaces in indentation.
Line 3 and Line 4 use tab characters mixed with spaces, inconsistent with the rest of the file's indentation style. Purely cosmetic in JSON but worth tidying for readability parity with neighboring entries.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@custom-node-list.json` around lines 3 - 4, The JSON entry has inconsistent
indentation because the author field uses mixed tabs and spaces, so clean up the
formatting in the object containing author in custom-node-list.json to match the
surrounding indentation style. Keep the content unchanged and normalize the
whitespace so the entire entry uses a consistent indentation pattern like the
neighboring records.
|
I've registered
Please apply the |
|
Thanks for catching the SSRF issue. I’ve pushed fixes to ComfyUI_CivitAI_ImagePlus. Changes made:
Please re-evaluate when you have a chance. CB. |
Fixed missing ,'s
Fixed missing ,'s
ComfyUI_CivitAI_ImagePlus and Unified node pack ComfyUI-ImagePlus.