-
Notifications
You must be signed in to change notification settings - Fork 512
Comparing changes
Open a pull request
base repository: Comfy-Org/ComfyUI_frontend
base: 8871ea6
head repository: Comfy-Org/ComfyUI_frontend
compare: ec5db87
- 12 commits
- 249 files changed
- 10 contributors
Commits on Dec 8, 2025
-
When moving subgraphInput link, properly disconnect old link (#7229)
When moving an existing link with subgraphInput as source to a new node, the prior link is removed, but the previous target node would not have it's link property cleared. Resolves #7225 Also re-enables several functional skipped tests. It feels like I'm having to play whack-a-mole reimplementing the same fixes on every permutation of subgraphIO links. I'd like to setup up a unified test set that covers them all, but wouldn't want the added work to further delay this fix. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-7229-When-moving-subgraphInput-link-properly-disconnect-old-link-2c36d73d36508149aca0ce477fee5c9e) by [Unito](https://www.unito.io)
Configuration menu - View commit details
-
Copy full SHA for 248929c - Browse repository at this point
Copy the full SHA 248929cView commit details -
Fix job details popover sticking after cancel/delete (#6930)
## Summary - close the job details popover when its job disappears or timers fire after list changes, and clear hover timers on unmount - emit an explicit details-leave on cancel/delete clicks so the popover closes even if hover-out never fires Fixes #6907 ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6930-Fix-job-details-popover-sticking-after-cancel-delete-2b66d73d365081dc990ae87d01455bad) by [Unito](https://www.unito.io)
Configuration menu - View commit details
-
Copy full SHA for 97c7b33 - Browse repository at this point
Copy the full SHA 97c7b33View commit details -
Hotfix: Templates spec (#7235)
## Summary Top row of templates no longer contains an Image Generation. That's interesting, huh?
Configuration menu - View commit details
-
Copy full SHA for dd7e7e7 - Browse repository at this point
Copy the full SHA dd7e7e7View commit details -
Patch version increment to 1.34.7 **Base branch:** `main` ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-7236-1-34-7-2c36d73d365081799e62e92ba60adacf) 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>
Configuration menu - View commit details
-
Copy full SHA for 63592af - Browse repository at this point
Copy the full SHA 63592afView commit details -
Hotfix: restore cancel button in top menu (#7234)
## Summary - restore the interrupt/cancel button in the top menu action bar ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-7234-Hotfix-restore-cancel-button-in-top-menu-2c36d73d365081b18dede1e49183a429) by [Unito](https://www.unito.io) --------- Co-authored-by: github-actions <github-actions@github.com>
Configuration menu - View commit details
-
Copy full SHA for 259e956 - Browse repository at this point
Copy the full SHA 259e956View commit details -
fix: Refresh model dropdowns after upload (#7232)
## Summary Model selection dropdowns now automatically refresh after uploading a new model, ensuring users see newly uploaded models immediately. ## Changes - **Cache Orchestration**: Upload wizard now refreshes model caches by coordinating between `modelToNodeStore` and `assetsStore` - **Smart Refetching**: Only refreshes node types that use the uploaded model category (e.g., uploading a checkpoint refreshes `CheckpointLoaderSimple` but not `LoraLoader`) - **Clean Architecture**: Stores remain decoupled - the upload wizard composable orchestrates the refresh logic ## Technical Details After successful upload, `useUploadModelWizard`: 1. Gets all node providers for the model type from `modelToNodeStore` 2. Calls `assetsStore.updateModelsForNodeType()` for each affected node type 3. Model dropdowns reactively update via Pinia store watchers ## Review Focus - Orchestration pattern in upload wizard keeps stores decoupled - Efficient cache invalidation - only refreshes affected node types --------- Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Alexander Brown <drjkl@comfy.org>
Configuration menu - View commit details
-
Copy full SHA for 973d767 - Browse repository at this point
Copy the full SHA 973d767View commit details -
Tests: Playwright test timeouts (#7231)
## Summary See where we can use proper DOM waiting instead of waitForTimeout. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-7231-WIP-Playwright-test-timeouts-2c36d73d3650812b966ac3d9c338dfd4) by [Unito](https://www.unito.io)
Configuration menu - View commit details
-
Copy full SHA for 5c01861 - Browse repository at this point
Copy the full SHA 5c01861View commit details -
style: Remove most font-family definitions, set to Inter on body
style: More Inter replacing Arial Remove special fonts for tests
Configuration menu - View commit details
-
Copy full SHA for 3e606fa - Browse repository at this point
Copy the full SHA 3e606faView commit details -
Update src/renderer/extensions/vueNodes/widgets/composables/useImageP…
…reviewWidget.ts Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b7e1f89 - Browse repository at this point
Copy the full SHA b7e1f89View commit details -
Update src/lib/litegraph/src/canvas/InputIndicators.ts
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c9cb42f - Browse repository at this point
Copy the full SHA c9cb42fView commit details -
Update src/lib/litegraph/src/subgraph/SubgraphIONodeBase.ts
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 034a102 - Browse repository at this point
Copy the full SHA 034a102View commit details
Commits on Dec 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ec5db87 - Browse repository at this point
Copy the full SHA ec5db87View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 8871ea6...ec5db87