Loading Heatmap…

liuzx synced commits to v3-improvements at liuzx/ComfyUI from mirror

  • 2eca887466 Temp test node for MatchType
  • d764601f6e Switch order of Switch and Soft Switch nodes in file
  • a3d14592c9 Pass in v3_data in IsChangedCache.get function's fingerprint_inputs, add a from_v3_data helper method to HiddenHolder
  • cb7d2456fc Merge branch 'master' into v3-improvements
  • 5d9ad0c6bf Fix the last step with non-zero sigma in sa_solver (#11380)
  • Compare 16 commits »

2 hours ago

liuzx synced commits to master at liuzx/ComfyUI from mirror

2 hours ago

liuzx synced commits to stable at liuzx/ComfyUI-GGUF from mirror

  • 1b254b246a Merge branch 'main' into stable
  • a57094a3d3 Fix for scales being in BF16 The main conversion code shouldn't allow this, but apparently some models still end up with quantized 1D tensors, see #383
  • 01f8845bf3 Add VL version of Qwen3 4B as valid arch According to #361 the thinking/abliterated versions work even though the model wasn't trained with them, maybe the vision one does too. Does not have mmproj support, since nothing uses that atm.
  • Compare 3 commits »

3 hours ago

liuzx synced commits to main at liuzx/ComfyUI-GGUF from mirror

  • a57094a3d3 Fix for scales being in BF16 The main conversion code shouldn't allow this, but apparently some models still end up with quantized 1D tensors, see #383

3 hours ago

liuzx synced commits to main at liuzx/ComfyUI_frontend from mirror

  • 890ab2019f feat: add Update ComfyUI option to Help Center for non-desktop environments (#7578) ## Summary - Adds "Update ComfyUI" menu item to Help Center for portable/localhost environments - Wires existing `/v2/manager/queue/update_comfyui` endpoint to the frontend - Only visible in non-desktop, non-cloud distributions (where Electron update mechanism isn't available) ## Changes 1. **Service layer**: Added `updateComfyUI()` method to `comfyManagerService.ts` 2. **UI**: Added menu item with download icon to `HelpCenterMenuContent.vue` 3. **i18n**: Added translation key for the new menu item ## Context The new Manager UI (v4) lost the ability to update ComfyUI core in non-desktop environments. This restores that functionality by integrating the existing manager endpoint into the Help Center menu. ## Test plan - [ ] Verify menu item appears in portable/localhost environments - [ ] Verify menu item does NOT appear in desktop (Electron) environments - [ ] Verify menu item does NOT appear in cloud environments - [ ] Test clicking the menu item triggers update and reboot ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-7578-feat-add-Update-ComfyUI-option-to-Help-Center-for-non-desktop-environments-2cc6d73d3650811e9e4fe55515f50333) by [Unito](https://www.unito.io)
  • 3e111bd75c fix: expand assets dropdown body to show entire "no results placeholder" (#7586) Currently, when the assets dropdown has no assets available, the "No Results Placeholder" text is not fully visible because the dropdown body doesn't expand to accommodate the full message. Make the body of the assets dropdown expand to show the entire "No Results Placeholder" message when there are no assets present. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-7586-fix-expand-assets-dropdown-body-to-show-entire-no-results-placeholder-2cc6d73d365081f4a142e927621f936d) by [Unito](https://www.unito.io)
  • fa4daed163 Update CONTRIBUTING.md (#7588) ## Summary Removes some outdated and unnecessary sections, updates some others. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-7588-Update-CONTRIBUTING-md-2cc6d73d365081858102dab4d7f24867) by [Unito](https://www.unito.io) --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • e1814447f7 Devex: Convert .env_example sections to comment toggles (#7587) ## Summary Set to true, but commented out so that a developer can just toggle comment on that line to enable the behavior described. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-7587-Devex-Convert-env_example-sections-to-comment-toggles-2cc6d73d365081db9907f107ee1b77e7) by [Unito](https://www.unito.io)
  • e21f43f398 [feat] Replace NodeOptions with PrimeVue ContextMenu (#7114) ## Summary - Add `NodeContextMenu.vue` using PrimeVue ContextMenu component with native submenu support - Rename `SubmenuPopover.vue` to `ColorPickerMenu.vue` (specialized for color picker) - Delete old components: `NodeOptions.vue`, `MenuOptionItem.vue`, `useSubmenuPositioning.ts` - Wire up context menu converter in `useMoreOptionsMenu.ts` - Update tests to use hover instead of click for submenus ## Dependencies **This PR depends on #7113** - the context menu converter infrastructure PR. It should be merged after that PR. ## Benefits - Native PrimeVue submenu support with proper keyboard navigation - Constrained menu dimensions with overflow scrolling (max-h-[80vh]) - Cleaner component architecture with ~280 fewer lines of code - Better separation: ColorPickerMenu handles only the custom color picker UI ## Test plan - [x] Typecheck passes - [x] Lint passes - [x] Knip passes - [ ] Browser tests for submenu interactions pass - [ ] Manual testing of node context menu ## Screenshots (Menu UI should look the same, with improved submenu behavior) ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-7114-feat-Replace-NodeOptions-with-PrimeVue-ContextMenu-2be6d73d365081fda576fd691175eacf) by [Unito](https://www.unito.io) --------- Co-authored-by: GitHub Action <action@github.com>
  • Compare 7 commits »

4 hours ago

liuzx synced commits to drjkl/linter/ordering at liuzx/ComfyUI_frontend from mirror

  • 538c5a54b3 Move two supported linters into oxlint
  • 8d7dd9ed67 Component: Button migration 1: TextButton (#7537) ## Summary Setup the variants and migrate existing uses of TextButton/TextIconButton/IconButton to a single Button component. Still a work in progress. ## Changes - **What**: Add a new Button - **What**: Migrate old buttons - **What**: Delete old buttons - **Dependencies**: CVA, upgrade Storybook ## Review Focus <!-- Critical design decisions or edge cases that need attention --> <!-- If this PR fixes an issue, uncomment and update the line below --> <!-- Fixes #ISSUE_NUMBER --> ## Screenshots (if applicable) <!-- Add screenshots or video recording to help explain your changes --> ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-7537-WIP-Component-Button-migration-2cb6d73d36508156a81bfc7bbddb36e9) by [Unito](https://www.unito.io) --------- Co-authored-by: GitHub Action <action@github.com>
  • ab76d02823 Fix doubled control application (#7550) With reactivity fixed, control widgets would apply twice. This is fixed by using the litegraph implementation. Also adds control widget support for combos Followup to #7539. Known Issue: - Primitive node do not have litegraph callbacks properly setup. As a result, they will display an updated value when modified by control widgets. Fixing this will requires a larger, separate PR ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-7550-Fix-doubled-control-application-2cb6d73d365081739a2fc40fdfb3630e) by [Unito](https://www.unito.io)
  • fa37112caf feat(cloud): yearly pricing (#7572) ## Summary Add support for yearly/annual billing. Implement new Figma design. Add new yearly tier params to api. ## Changes - **What**: Mostly PricingTable.vue, SubscriptionRequiredDialogContent.vue, - **Breaking**: <!-- Any breaking changes (if none, remove this line) --> - **Dependencies**: <!-- New dependencies (if none, remove this line) --> ## Screenshots (if applicable) https://github.com/user-attachments/assets/06545dca-95a4-43ce-a128-2e45bb44f132 ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-7572-feat-yearly-pricing-2cb6d73d365081c68802f2beb47a312e) by [Unito](https://www.unito.io)
  • Compare 4 commits »

4 hours ago

liuzx synced commits to cloud/1.35 at liuzx/ComfyUI_frontend from mirror

  • 6eca4aae86 [backport cloud/1.35] feat(cloud): yearly pricing (#7581) Backport of #7572 to `cloud/1.35` Automatically created by backport workflow. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-7581-backport-cloud-1-35-feat-cloud-yearly-pricing-2cc6d73d3650814296f1c41377746400) by [Unito](https://www.unito.io) Co-authored-by: Simula_r <18093452+simula-r@users.noreply.github.com>

4 hours ago

liuzx synced commits to austin/vue-subgraph-assets at liuzx/ComfyUI_frontend from mirror

4 hours ago

liuzx created NPU training task liuzx202512171762527

17 hours ago

liuzx created GPU type online inference task liuzx202512171554946

19 hours ago

liuzx synced commits to main at liuzx/ComfyUI-Manager from mirror

22 hours ago

liuzx synced commits to main at liuzx/generative-models from mirror

22 hours ago

liuzx synced commits to master at liuzx/ComfyUI from mirror

23 hours ago

liuzx synced commits to main at liuzx/ComfyUI_frontend from mirror

  • fa37112caf feat(cloud): yearly pricing (#7572) ## Summary Add support for yearly/annual billing. Implement new Figma design. Add new yearly tier params to api. ## Changes - **What**: Mostly PricingTable.vue, SubscriptionRequiredDialogContent.vue, - **Breaking**: <!-- Any breaking changes (if none, remove this line) --> - **Dependencies**: <!-- New dependencies (if none, remove this line) --> ## Screenshots (if applicable) https://github.com/user-attachments/assets/06545dca-95a4-43ce-a128-2e45bb44f132 ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-7572-feat-yearly-pricing-2cb6d73d365081c68802f2beb47a312e) by [Unito](https://www.unito.io)
  • ed7dce84e0 🤖 Add code review and function declaration/expression preference to AGENTS.md (#7577) ## Summary From the Google Engineering Practices docs. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-7577-Add-code-review-and-function-declaration-expression-preference-to-AGENTS-md-2cc6d73d3650816ca402f6ed48002f5d) by [Unito](https://www.unito.io)
  • 02d3b38a26 1.36.3 (#7575) Patch version increment to 1.36.3 **Base branch:** `main` ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-7575-1-36-3-2cc6d73d365081728802e01290ee5e1f) by [Unito](https://www.unito.io) --------- Co-authored-by: christian-byrne <72887196+christian-byrne@users.noreply.github.com> Co-authored-by: github-actions <github-actions@github.com>
  • 84561a1eb2 feat: upgrade Vite from v5 to v7 (#7566) ## Summary Update vite to version 7, this is prerequisite to support sparkjs https://sparkjs.dev/ for 3DGS file. Currently, vite 5 has issue to load the file in spark, as working with developer from World lab https://www.worldlabs.ai/, we found it is bug on vite 5, we should upgrade vite to latest one. see https://github.com/Comfy-Org/ComfyUI_frontend/issues/4061 also discussed with @christian-byrne and got approval for this change ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-7566-feat-upgrade-Vite-from-v5-to-v7-2cb6d73d365081f7bdb0d7425d8b869e) by [Unito](https://www.unito.io)
  • e1294d66cc Hide queue overlay header menu on cloud (#7571) Hide the QueueOverlayHeader more-options (…) menu when running in Cloud distribution This is being hidden instead of fixed because it deletes all user assets on cloud, will be touched by /jobs, replaced by the second iteration of design changes, along with changes to asset deletion happening soon. It would be too risky to have a proper fix for it in the cloud deploy today. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-7571-Hide-queue-overlay-header-menu-on-cloud-2cb6d73d3650815a8faac8a8f0de91f0) by [Unito](https://www.unito.io) --------- Co-authored-by: GitHub Action <action@github.com>
  • Compare 14 commits »

1 day ago

liuzx synced commits to improve-error-dialog at liuzx/ComfyUI_frontend from mirror

1 day ago

liuzx synced commits to fix/7543-desktop-update-actions at liuzx/ComfyUI_frontend from mirror

  • 143bcb1167 Remove redundant toast error handling in release toast

1 day ago

liuzx synced commits to feat/primevue-node-context-menu at liuzx/ComfyUI_frontend from mirror

  • ee04b33e48 [automated] Apply ESLint and Prettier fixes
  • 2ac7aad7e1 Merge branch 'main' into feat/primevue-node-context-menu
  • 9c7198da3f fix: remove duplicate menu option calls in useMoreOptionsMenu
  • db164fbbd3 fix: align ColorPickerMenu toggle signature with PrimeVue API
  • c435335c28 fix: use optional chaining for option.action and simplify toggle
  • Compare 27 commits »

1 day ago

liuzx synced commits to feat--subscription-tier-button at liuzx/ComfyUI_frontend from mirror

1 day ago

liuzx synced commits to cloud/1.35 at liuzx/ComfyUI_frontend from mirror

  • 626a7123fe Hide queue overlay header menu on cloud (#7571) (#7573) Hide the QueueOverlayHeader more-options (…) menu when running in Cloud distribution This is being hidden instead of fixed because it deletes all user assets on cloud, will be touched by /jobs, replaced by the second iteration of design changes, along with changes to asset deletion happening soon. It would be too risky to have a proper fix for it in the cloud deploy today. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-7573-Hide-queue-overlay-header-menu-on-cloud-7571-2cb6d73d3650814aad19d72295ff91a5) by [Unito](https://www.unito.io) --------- Co-authored-by: GitHub Action <action@github.com>
  • b455766d12 Revert "Remove queue overlay header more menu (#7552)" (#7569) This reverts commit eb05a4f3eec75269de88711ee1612f1a909d9dd8. In favor of making a change to main, and backporting, with v-if=!iscloud on the ... menu
  • eb05a4f3ee Remove queue overlay header more menu (#7552) Removes the triple-dot (more options) menu from `QueueOverlayHeader` and cleans up related wiring. This is being deleted instead of fixed because it deletes all user assets on cloud, will be touched by /jobs, replaced by the second iteration of design changes, along with changes to asset deletion happening soon. It would be too risky to have a proper fix for it in the cloud deploy tomorrow. Slack context thread here: https://comfy-organization.slack.com/archives/C09FY39CC3V/p1765860644099299 ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-7552-Remove-queue-overlay-header-more-menu-2cb6d73d365081ab83cbe55c0fa050d1) by [Unito](https://www.unito.io)
  • b38cf5a00e [backport cloud/1.35] Fix selecting loras on cloud (#7567) Backport of #7560 to `cloud/1.35` Automatically created by backport workflow. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-7567-backport-cloud-1-35-Fix-selecting-loras-on-cloud-2cb6d73d365081479a6fc918c7adf684) by [Unito](https://www.unito.io) Co-authored-by: AustinMroz <austin@comfy.org>
  • a5d7a96cb9 [backport cloud/1.35] Fix: Restore assets API short-circuit in WidgetSelectDropdown (#7568) Backport of #7563 to `cloud/1.35` Automatically created by backport workflow. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-7568-backport-cloud-1-35-Fix-Restore-assets-API-short-circuit-in-WidgetSelectDropdown-2cb6d73d3650811bb2e7dc9c3f914600) by [Unito](https://www.unito.io) Co-authored-by: Alexander Brown <drjkl@comfy.org>
  • Compare 5 commits »

1 day ago

Baidu
map