Skip to content

Add custom node: XB_ToolBox#2807

Merged
ltdrdata merged 4 commits into
Comfy-Org:mainfrom
wjluoxiao:main
May 16, 2026
Merged

Add custom node: XB_ToolBox#2807
ltdrdata merged 4 commits into
Comfy-Org:mainfrom
wjluoxiao:main

Conversation

@wjluoxiao

@wjluoxiao wjluoxiao commented Apr 17, 2026

Copy link
Copy Markdown
Contributor

Hi, I would like to add my custom node XB_ToolBox to the list.
The primary goal of XB_ToolBox is to help AI beginners new to ComfyUI quickly master workflows, making local deployment and execution simpler and more convenient. It is a comprehensive ComfyUI extension suite encompassing both front-end interaction and low-level memory scheduling.
Thank you!
"The repository has been restructured with multi-language documentation (English/Chinese) as suggested by the community."

https://github.com/wjluoxiao/XB_ToolBox

@andreszs

andreszs commented Apr 18, 2026

Copy link
Copy Markdown
Contributor

I strongly suggest you to adopt individual localized README files, check out my OpenPose repo for reference.

Basically, you can put all localized README files in a docs/ folder, and GitHub will automatically display the README.md from that folder. Then place links on the top of each readme to switch languages easily, and you can also provide localized screenshots as well.

image

@wjluoxiao

Copy link
Copy Markdown
Contributor Author

Hi @andreszs,
Thank you so much for the excellent suggestion !
I totally agree. I will restructure the repository, set up the docs/ folder, and add localized README files (English/Chinese) right away to make it accessible to the global community. Thanks

@ltdrdata

Copy link
Copy Markdown
Member

@wjluoxiao

Copy link
Copy Markdown
Contributor Author

Please write NODE_DISPLAY_NAME_MAPPINGS, widget values and tooltips in English.

https://github.com/WJLUOXIAO/XB_ToolBox/blob/17dd83c2b9b366f7f70fbffa8000c106770464a2/__init__.py#L68

https://github.com/WJLUOXIAO/XB_ToolBox/blob/17dd83c2b9b366f7f70fbffa8000c106770464a2/nodes_batch.py#L19

https://github.com/WJLUOXIAO/XB_ToolBox/blob/17dd83c2b9b366f7f70fbffa8000c106770464a2/nodes_wiring.py#L49

For multilingual support, refer to the locale feature. Comfy-Org/ComfyUI#6558

@ltdrdata
Thank you so much for the detailed guidance!
I have completely refactored the codebase. All Python and JavaScript source files have been updated to use pure English natively for all node names, categories, widgets, and internal logic.
Additionally, I have successfully implemented the i18n multilingual support strictly following the new standards introduced in PR #6558. The translation files are now properly structured and placed under the locales/zh/main.json and locales/zh/nodeDefs.json directory.
Everything is now fully aligned with the official ComfyUI specifications. Please let me know if any further adjustments are needed!

@ltdrdata ltdrdata merged commit f64b73f into Comfy-Org:main May 16, 2026
2 checks passed
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.

3 participants