Build better opensource AI tooling.
- Canada
-
13:18
- 4h behind - https://www.linkedin.com/in/chenlei-hu-53aa8aa2/
- @HclHno3
Pinned Loading
-
Comfy-Org/ComfyUI_frontend
Comfy-Org/ComfyUI_frontend PublicOfficial front-end implementation of ComfyUI
-
Comfy-Org/litegraph.js
Comfy-Org/litegraph.js PublicA graph node engine and editor written in Javascript similar to PD or UDK Blueprints, comes with its own editor in HTML5 Canvas2D. The engine can run client side or server side using Node. It allow…
-
Comfy-Org/desktop
Comfy-Org/desktop PublicThe desktop app for ComfyUI (Windows & macOS)
-
-
ComfyUI-IC-Light-Native
ComfyUI-IC-Light-Native PublicComfyUI native implementation of IC-Light
-
6,593 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Contributed to
Comfy-Org/ComfyUI_frontend,
Comfy-Org/litegraph.js,
Comfy-Org/desktop
and 98 other
repositories
Loading
Contribution activity
March 2025
Created 204 commits in 8 repositories
Created a pull request in Comfy-Org/ComfyUI_frontend that received 6 comments
Vue component multi-select widget
class MultiSelectNode: @classmethod def INPUT_TYPES(cls): return { "required": { "foo": ("COMBO", {"options": ["A", "B", "C"], "multi_select": True}…
+298
−132
lines changed
•
6
comments
Opened 145 other pull requests in 3 repositories
Comfy-Org/ComfyUI_frontend
110
merged
2
open
2
closed
-
Remove unused plugin vite-plugin-static-copy
This contribution was made on Mar 21
-
1.13.9
This contribution was made on Mar 21
-
[Test] Fix flaky playwright tests
This contribution was made on Mar 21
-
[Test] Sync workflow instead of full page reload
This contribution was made on Mar 21
-
1.13.8
This contribution was made on Mar 20
-
[TS] Add null checks to TreeExplorer.vue
This contribution was made on Mar 20
-
[Vue] Use Vue 3.5 syntax for prop default value
This contribution was made on Mar 20
-
[TS] Use custom TreeNode type
This contribution was made on Mar 20
-
[TS] Fix TreeExplorerNode types
This contribution was made on Mar 20
-
[Schema] Update zod schema on zVector2
This contribution was made on Mar 20
-
Migrate legacy reroute to litegraph native reroute
This contribution was made on Mar 20
-
[Develop] Remove duplicated run of tsc typecheck
This contribution was made on Mar 19
-
Downgrade vitest to 2.0.0
This contribution was made on Mar 19
-
[TS] Enable strict mode
This contribution was made on Mar 19
-
[TS] Fix ts-strict errors in Vue components (Part 4)
This contribution was made on Mar 19
-
Add support for webm video from SaveWEBM node
This contribution was made on Mar 18
-
[TS] Type component ref for 3D components
This contribution was made on Mar 18
-
[TS] Fix ts-strict errors in Vue components (Part 3)
This contribution was made on Mar 18
-
[TS] Fix ts-strict errors in Vue components (Part 2)
This contribution was made on Mar 18
-
[TS] Fix ts-strict errors in Vue components (Part 1)
This contribution was made on Mar 18
-
[TS] Enable noUnusedParameters
This contribution was made on Mar 17
-
[TS] Enable noUnusedLocals
This contribution was made on Mar 17
-
[Refactor] Split menu.spec.ts
This contribution was made on Mar 17
-
[Refactor] Re-organize browser_tests directory
This contribution was made on Mar 17
-
Support create folder in workflow sidebar tab
This contribution was made on Mar 17
- Some pull requests not shown.
Comfy-Org/litegraph.js
1
open
17
merged
-
Add reroute option to link drop contextmenu
This contribution was made on Mar 20
-
[Test] Add more tests on reroute
This contribution was made on Mar 16
-
[Bug] Fix remove of floatingLinks
This contribution was made on Mar 16
-
[TS] Add null-checks for LGraphNode layouts
This contribution was made on Mar 13
-
Implement _.pick to simplify serialization
This contribution was made on Mar 12
-
[TS] Remove IBaseWidget.element prop
This contribution was made on Mar 10
-
[Bug] Fix node empty space on converted widget
This contribution was made on Mar 10
-
0.8.99-patch.1
This contribution was made on Mar 7
-
[Bug] Fix link drop on multi-line string dom widget
This contribution was made on Mar 7
-
Add LGraphCanvas.isNodeVisible
This contribution was made on Mar 6
-
[BugFix] Fix add node via context menu (2)
This contribution was made on Mar 3
-
Revert "[BugFix] Fix adding node via context menu"
This contribution was made on Mar 3
-
[CI] Sync workflow_tempaltes fetch
This contribution was made on Mar 2
-
[CI] Use pr bot PAT
This contribution was made on Mar 2
-
[nit] main -> master
This contribution was made on Mar 2
-
[CI] Use gh action to bump version
This contribution was made on Mar 2
-
[BugFix] Fix adding node via context menu
This contribution was made on Mar 2
-
[CI] Update frontend install method
This contribution was made on Mar 1
comfyanonymous/ComfyUI
1
closed
11
merged
1
open
-
Add REQUIRED_FRONTEND_VERSION prop on node def
This contribution was made on Mar 21
-
[nit] Format error strings
This contribution was made on Mar 21
-
Update frontend to 1.14
This contribution was made on Mar 21
-
Update frontend to 1.13
This contribution was made on Mar 21
-
Add backend primitive nodes
This contribution was made on Mar 20
-
Change SaveWEBM node's output key from images to video
This contribution was made on Mar 18
-
Update frontend to 1.12.9
This contribution was made on Mar 14
-
Add codeowner for comfy/comfy_types
This contribution was made on Mar 12
-
[NodeDef] Add documentation on multi_select input option
This contribution was made on Mar 12
-
Add unwrap widget value support
This contribution was made on Mar 11
-
Only check frontend package if using default frontend
This contribution was made on Mar 10
-
Update frontend to 1.11.8
This contribution was made on Mar 7
-
[NodeDef] Explicitly add control_after_generate to seed/noise_seed
This contribution was made on Mar 4
Reviewed 132 pull requests in 3 repositories
Comfy-Org/ComfyUI_frontend
25 pull requests
-
[Manager] Get node pack info on select
This contribution was made on Mar 21
-
[3d] add support to export different formats
This contribution was made on Mar 21
-
[Manager] Set max size on custom node pack icons
This contribution was made on Mar 21
-
Fix Workflow Validation error when node pack 'unknown' version
This contribution was made on Mar 21
-
Update locales for node definitions
This contribution was made on Mar 21
-
Add Hunyuan3d template workflow titles i18 fields
This contribution was made on Mar 21
-
Load workflows from GLTF files
This contribution was made on Mar 21
-
[Manager] Allow cancelling registry requests by route
This contribution was made on Mar 20
-
[3d] refactor legacy code by using new vue style
This contribution was made on Mar 20
-
refine locales/ko
This contribution was made on Mar 20
-
[3d] add preview 3d for saveGlb
This contribution was made on Mar 20
-
[Manager] Keep node previews inside info panel bounds
This contribution was made on Mar 20
-
[Manager] Allow searching while in 'Missing' node packs tab
This contribution was made on Mar 20
-
[Manager] Allow scrolling info panel while keeping the icon pinned at top
This contribution was made on Mar 20
-
[Manager] Use skeleton placeholder when loading
This contribution was made on Mar 20
-
[Manager] Use inject for installing button state
This contribution was made on Mar 19
-
[Manager] Remove title hover
This contribution was made on Mar 19
-
[Manager] Auto scroll logs terminal to bottom
This contribution was made on Mar 19
-
[TS] ts-strict for 3D components
This contribution was made on Mar 19
-
[Manager] Add 'Missing' and 'In Workflow' tabs
This contribution was made on Mar 19
-
[Manager] Show node pack's dependencies in info panel
This contribution was made on Mar 18
-
[Manager] Reset Manager state on reboot
This contribution was made on Mar 18
-
[TS] Type component ref for 3D components
This contribution was made on Mar 18
-
[3d] performance improve
This contribution was made on Mar 18
-
[Bug] Make Queue history compatible with WebM (<video>)
This contribution was made on Mar 18
- Some pull request reviews not shown.
comfyanonymous/ComfyUI
8 pull requests
-
support output normal and lineart once
This contribution was made on Mar 21
-
Only check frontend package if using default frontend
This contribution was made on Mar 11
-
Fix LoadImageOutput node
This contribution was made on Mar 10
-
Typo in node_typing.py
This contribution was made on Mar 6
-
fixed: Incorrect guide message for missing frontend.
This contribution was made on Mar 6
-
Feat: Add basic LoRA training support
This contribution was made on Mar 5
-
Better argument handling of front-end-root
This contribution was made on Mar 3
-
Add pre-commit configuration and update README for backend development
This contribution was made on Mar 3
Comfy-Org/litegraph.js
3 pull requests
-
add input fields to NumberWidget
This contribution was made on Mar 20
-
[Bug] Fix remove of floatingLinks
This contribution was made on Mar 16
-
[API] Add LinkConnector - replaces connecting_links
This contribution was made on Mar 8
Created an issue in Comfy-Org/ComfyUI_frontend that received 1 comment
Play video only when hovered in workflow template dialog
Currently all video thumbnails keeps looping when user is in video tab of the workflow template dialog, which can be distracting. This issue propos…
1
comment
Opened 6 other issues in 2 repositories
Comfy-Org/ComfyUI_frontend
3
closed
2
open
-
[DevTask] Enable ts strict
This contribution was made on Mar 18
-
[DevTask] Hover to show full name in template workflow dialog
This contribution was made on Mar 14
-
[DevTask] Support remote mode for MultiSelect widget
This contribution was made on Mar 12
-
[Bug] forceInput input should not be treated as converted widget input
This contribution was made on Mar 6
-
[Bug] Cannot add node via context menu
This contribution was made on Mar 2
Comfy-Org/litegraph.js
1
closed
-
[Bug] Leftover floatLinks field in serialization result
This contribution was made on Mar 16