Add DenRakEiw_Nodes to custom node list - #3133
Conversation
ComfyUI node pack by DenRakEiw with: - Latent color match and image adjust tools - Universal NN latent upscaler (SD1.5/SDXL/Flux/Wan2.2) - Flux LayerDiffuse transparent image generation - Multi-image aspect ratio composer - Flux 3 API nodes Integrates the standalone Latent_Nodes and WAN_NN_Latent_Upscale packs (DRE-tagged to coexist without conflicts). Repository: https://github.com/DenRakEiw/DenRakEiw_Nodes
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe custom node list adds DenRakEiw Nodes with its Git repository, clone installation method, and feature description. ChangesDenRakEiw Nodes
Suggested reviewers: 🚥 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 |
|
Please write the node UI strings in English — the widget tooltips in |
Widget tooltips, validation errors and the API-key messages were German, so anyone outside a German-speaking locale got the node's own errors in a language they could not read. Covers flux3_nodes.py, load_image_sequence.py, flux3_client.py and llm_client.py: every widget tooltip, every raised message and the log lines that reach the user. Format placeholders and f-string expressions are untouched, and the AST is identical to before apart from the string values. Requested in the ComfyUI-Manager review: Comfy-Org/ComfyUI-Manager#3133 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Widget tooltips, validation errors and the API-key messages were German, so anyone outside a German-speaking locale got the node's own errors in a language they could not read. Covers flux3_nodes.py, load_image_sequence.py, flux3_client.py and llm_client.py: every widget tooltip, every raised message and the log lines that reach the user. Format placeholders and f-string expressions are untouched, and the AST is identical to before apart from the string values. Requested in the ComfyUI-Manager review: Comfy-Org/ComfyUI-Manager#3133 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
Thanks for the review — the node UI strings are all in English now. Done in DenRakEiw/DenRakEiw_Nodes@bc15040 and DenRakEiw/DenRakEiw_Nodes@d80a1ed:
Format placeholders and f-string expressions are unchanged, and for every touched Python file the AST is identical to before once string values are normalised, so this is a text-only change. Thanks also for the locale pointer — that looks like the right way to offer German again as a translation layer instead of having it in the source, so I'll go that route if I add it back. |
Adds DenRakEiw_Nodes to the custom node list
Repository: https://github.com/DenRakEiw/DenRakEiw_Nodes
What the pack provides
ComfyUI node pack by DenRakEiw with:
Note on coexistence
This pack integrates the standalone Latent_Nodes and WAN_NN_Latent_Upscale packs. The integrated nodes use an internal
_DREsuffix and a*DREdisplay-name tag, so both the standalone packs and this combined pack can coexist in the same ComfyUI install without node-ID conflicts.Verification
install_type: git-clone— clone path resolves tocustom_nodes/DenRakEiw_Nodes