Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/global info #2309

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

ltdrdata
Copy link
Collaborator

Purpose:
Currently, there is no official way for sharing information and APIs among custom nodes. Consequently, issues arise from using unofficial global modules like the nodes or sys modules. This module provides an official pathway for sharing information and APIs in the correct manner.

To enable access from the prestartup stage, it is designed as a minimal module that imports nothing.

Example of Usage:

  • As an example of utilization, functionality has been implemented to provide the import status of custom nodes under 'custom_nodes.import_state'.

  • Through this implementation, I plan to provide an API in the Manager, such as a popup, to facilitate the installation of custom nodes. Additionally, I will provide the ComfyUI revision number calculated by the Manager, enabling each custom node to perform compatibility checks autonomously.

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.

1 participant