Open Issues Need Help
View All on GitHubOfficial front-end implementation of ComfyUI
Official front-end implementation of ComfyUI
Official front-end implementation of ComfyUI
Official front-end implementation of ComfyUI
Official front-end implementation of ComfyUI
Official front-end implementation of ComfyUI
Official front-end implementation of ComfyUI
Official front-end implementation of ComfyUI
Official front-end implementation of ComfyUI
Official front-end implementation of ComfyUI
Official front-end implementation of ComfyUI
Official front-end implementation of ComfyUI
Official front-end implementation of ComfyUI
Official front-end implementation of ComfyUI
Official front-end implementation of ComfyUI
Official front-end implementation of ComfyUI
Official front-end implementation of ComfyUI
Official front-end implementation of ComfyUI
Official front-end implementation of ComfyUI
Official front-end implementation of ComfyUI
Official front-end implementation of ComfyUI
AI Summary: The 'Log Out' button, located in the top-right avatar popover, fails to log out the user. Although a 'log out toast' notification appears, the user remains logged in, indicating a functional defect in the core logout mechanism.
Official front-end implementation of ComfyUI
Official front-end implementation of ComfyUI
Official front-end implementation of ComfyUI
Official front-end implementation of ComfyUI
AI Summary: Users are experiencing stale status indicators on workflow tabs in Chromium. After holding and releasing the Shift key to force-close a modified workflow, the 'modified' indicator disappears, and subsequent close attempts succeed without confirmation, even though Shift is no longer pressed. This issue, which doesn't occur in Firefox, suggests a problem with how modifier key states are handled and synchronized with the UI and internal workflow state.
Official front-end implementation of ComfyUI
Official front-end implementation of ComfyUI
Official front-end implementation of ComfyUI
Official front-end implementation of ComfyUI
Official front-end implementation of ComfyUI
Official front-end implementation of ComfyUI
Official front-end implementation of ComfyUI
Official front-end implementation of ComfyUI
AI Summary: The task is to fix a bug in the ComfyUI frontend where the desktop user guide is displayed even in non-desktop builds. This involves identifying the code section responsible for displaying the guide and conditionally rendering it only when the build is for the desktop application.
Official front-end implementation of ComfyUI
AI Summary: Debug and fix a potential bug in the ComfyUI frontend where using Alt+click to create reroutes (likely in the node editor) behaves inconsistently or fails at certain DPI settings. This involves analyzing the provided screenshot and potentially modifying the frontend code to handle different DPI resolutions correctly.
Official front-end implementation of ComfyUI
Official front-end implementation of ComfyUI
AI Summary: Implement a feature in the ComfyUI frontend that allows users to open a copy of a saved workflow instead of directly opening the original, preventing accidental overwrites. This involves adding a right-click context menu option in the sidebar to open a copy, creating a new workflow with a modified title, and ensuring the copied workflow behaves like a new, unsaved workflow.
Official front-end implementation of ComfyUI
AI Summary: Fix a bug in the ComfyUI frontend where typing an opening square bracket '[' in the node search box causes a regular expression error. This requires modifying the `highlightQuery` function in `formatUtil.ts` to properly escape special characters before creating the regular expression, ensuring the search functionality works correctly with all input characters.
Official front-end implementation of ComfyUI