A minimal template for creating React/TypeScript-based frontend extensions for ComfyUI

1 Open Issue Need Help Last updated: Jul 27, 2025

Open Issues Need Help

View All on GitHub
Web Development UI Libraries/Frameworks

AI 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.

Complexity: 3/5
help wanted

A minimal template for creating React/TypeScript-based frontend extensions for ComfyUI

TypeScript