chore: Update nodes categories#14674
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughThis PR updates node schema metadata across several files. It moves multiple nodes from experimental categories into model-oriented categories, adds or changes display names for some nodes, removes 🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (3 passed)
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: 1
🤖 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 `@comfy_extras/nodes_cond.py`:
- Around line 41-44: The tokenizer inputs on the node in nodes_cond.py are still
intended to stay hidden from the default UI, so keep advanced=True on the
min_padding and min_length declarations inside the affected node definition.
Restore those flags in the input schema for the relevant node class/method so
the existing node interface and serialized schema remain unchanged for
downstream clients.
🪄 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: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro Plus
Run ID: 2ed30198-19c2-4271-aedb-4274584489d3
📒 Files selected for processing (6)
comfy_extras/nodes_cond.pycomfy_extras/nodes_custom_sampler.pycomfy_extras/nodes_photomaker.pycomfy_extras/nodes_stable_cascade.pycomfy_extras/nodes_triposplat.pynodes.py
No description provided.