Skip to content

Conversation

AICGayang
Copy link

This PR adds the “ComfyUI Ayang Node” custom node pack to the custom-node-list.json for ComfyUI-Manager.

title(显示名):AICGayang
description(简要说明):A ComfyUI extension that integrates with apis to achieve image generation and related functions.
id(ayang-node)
@ltdrdata
Copy link
Member

ltdrdata commented Sep 4, 2025

  1. Please write NODE_DISPLAY_NAME_MAPPINGS and widgets values in English.

https://github.com/AICGayang/comfyui-ayang_node/blob/ea46c1eb0ce3033bb3b96321b85c96c8550df919/__init__.py#L647

For multilingual support, refer to the locale feature.
comfyanonymous/ComfyUI#6558

  1. Remove the __pycache__ and node.zip file from the repo. And add them to the .gitignore.

@AICGayang
Copy link
Author

Hi @ltdrdata,

I've made the requested changes:

Updated NODE_DISPLAY_NAME_MAPPINGS and widgets values to English.
Removed the specified files and added them to .gitignore (including pycache and node.zip).

Let me know if there's anything else that needs adjusting.

@ltdrdata
Copy link
Member

The method of applying locale is incorrect.

You should not write code to apply locale directly inside your node. Instead, you need to define nodeDefs.json, and then the frontend will apply the appropriate locale according to the user’s settings.

In the custom node code, the default must always be written in English only.

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.

2 participants