Open Issues Need Help
View All on GitHubAI Summary: The task is to investigate and potentially refactor the ComfyUI React Extension Template to directly import the `app` and `api` objects instead of relying on `waitForInit`. This would allow for immediate access to ComfyUI's APIs, enabling graph manipulation within extension functions like `nodeCreated` and `getCustomWidgets`, resolving issues where custom widgets don't load correctly without a manual graph refresh. The solution might involve updating the template's import statements and potentially adjusting how the `app` and `api` objects are made available to the React components.
A minimal template for creating React/TypeScript-based frontend extensions for ComfyUI