Chenlei Hu
e6d29656fa
Queue media preview ( #449 )
...
* output url
* Basic image previews
* Split out task item component
* Move task actions to context menu
* simplify
* Move spinner
* Lift context menu to tab scope
* Better tag
* Fix placeholder style
* nit
* Correctly handle cancelled
* nit
* Split out result item as separate component
* nit
* Fix center crop
* nit
* Simplify task item
* Flat list
* Show prompt id
* Make image draggable
* Disable preview for dragging
* Fix key
* Correctly handle task in expanded view
* Add preview
2024-08-15 23:26:38 -04:00
Björn Söderqvist
775f536d30
Add more Zod types to api.ts ( #440 )
2024-08-15 10:45:40 -04:00
Chenlei Hu
d8ee0b4584
Relax schema on node I/O link ( #427 )
2024-08-14 14:17:18 -04:00
Yuta Hayashibe
9f3696e70f
Fix typos ( #404 )
...
* Fix typos: Interupt -> Interrupt
* Fix typos: tempateManagerRow -> templateManagerRow
* Fix some typos
* Fix typos: Convertable -> Convertible
* Fix some typos
2024-08-13 13:57:02 -04:00
Chenlei Hu
91e21b1387
Update ws message schema on reconnecting ( #390 )
...
* Update ws message schema on reconnecting
* nit
2024-08-12 13:21:48 -04:00
Chenlei Hu
d607f6c7f7
Revert "Add support for LiteGraph to convert to classes ( #334 )" ( #386 )
...
This reverts commit e2141a81e2 .
2024-08-12 09:19:10 -04:00
Chenlei Hu
281ed0c5d1
Show pending task count on side bar queue icon ( #376 )
...
* remove listener
* Store pending task count
* Add iconBadge to queue icon
2024-08-11 19:15:21 -04:00
Chenlei Hu
edf0396619
Type WS messages ( #375 )
2024-08-11 18:05:14 -04:00
Chenlei Hu
480679aa32
Relax restriction on data type in schema ( #371 )
2024-08-11 10:12:16 -04:00
filtered
e2141a81e2
Add support for LiteGraph to convert to classes ( #334 )
...
* Add support for LiteGraph to convert to classes
* Fix large context menu search regression
* Remove debug code
* Fix regression from rename & prototype change
* Fix super() calls to match LGraphNode
2024-08-11 09:46:54 -04:00
Chenlei Hu
fe0d63e16c
Use consistent NodeId and SlotIndex in schema ( #359 )
...
* Use consistent NodeId and SlotIndex in schema
* Add test
2024-08-10 14:15:00 -04:00
Chenlei Hu
ce2a2dd2b6
Add link release searchbox trigger mode ( #356 )
2024-08-10 10:30:29 -04:00
Chenlei Hu
e1bc2708d3
Make workflow group color optional ( #354 )
2024-08-10 08:55:48 -04:00
Chenlei Hu
eb1c66c90a
Revert "Revert "Update litegraph (Vite build) ( #320 )" ( #329 )" ( #332 )
...
This reverts commit 3249bbf4ab .
2024-08-06 21:44:44 -04:00
Chenlei Hu
3249bbf4ab
Revert "Update litegraph (Vite build) ( #320 )" ( #329 )
...
This reverts commit e162d0007c .
2024-08-06 21:04:48 -04:00
Robin Huang
6fe2297cc1
Add models information to default workflow. ( #321 )
...
* Add models information to default workflow.
* Add models to zod schema.
* Fix zod schema.
* Update schema name.
* Add z prefix to modelfile schema name.
2024-08-06 13:45:07 -04:00
Chenlei Hu
e162d0007c
Update litegraph (Vite build) ( #320 )
2024-08-06 10:46:19 -04:00
pythongosssss
7a980f46c9
Add support for node/input/output tooltips ( #287 )
...
* Add support for node/input/output tooltips
* pr feedback
* Remove
2024-08-04 11:54:46 -04:00
Chenlei Hu
c48f68e53e
Revert to sync validation on node def for better performance ( #297 )
2024-08-04 11:02:54 -04:00
Chenlei Hu
0384cf96c4
Reduce loglevel on node def validation ( #295 )
...
* Lower the loglevel of node def validation messages
* Fix tests
2024-08-04 10:08:55 -04:00
Chenlei Hu
0cf5e647af
Fix copy paste of widget value ( #284 )
...
* Fix copy paste of widget value
* Fix ui tests
* Allow undefined group font size
* Update test expectations [skip ci]
* nit
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-08-03 14:22:43 -04:00
Chenlei Hu
c494cd211e
Allow INT/FLOAT represent list of numbers ( #274 )
2024-07-31 10:45:46 -04:00
Chenlei Hu
c00e2fd208
Allow input spec with extra values passthrough ( #273 )
...
* Allow input spec extra values passthrough
* Refine custom input spec
* nit
* nit
2024-07-31 09:51:32 -04:00
Chenlei Hu
0e3590d017
Update litegraph (Batch link move with shift + drag) ( #268 )
...
* Refactor based on new event data format
* nit
* Add playwright tests
* Update test expectations [skip ci]
* nit
* Update test expectations [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-07-30 19:06:58 -04:00
Chenlei Hu
c6d2767af1
Transforms ComfyInputsSpec on nodes ( #220 )
...
* Convert input spec defs
* Fix test
* Add combo test
* import metadata
2024-07-25 13:50:55 -04:00
Chenlei Hu
e179f75387
Apply new code format standard ( #217 )
2024-07-25 10:10:18 -04:00
Chenlei Hu
19c70d95d3
Sidebar tab API for extensions ( #215 )
...
* Add extensionManager to manage tabs
* Fix null bug
* nit
2024-07-24 21:31:59 -04:00
Chenlei Hu
bd68617c82
Fix theme toggle ( #200 )
...
* Use builtin event on color change
* Fix theme toggle
* Update test expectations [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-07-22 16:46:02 -04:00
Chenlei Hu
65740a30c5
v1.2.0 Side Bar & Menu rework ( #189 )
...
* Basic side tool bar skeleton + Theme toggle (#164 )
* Side bar skeleton
* Fix grid layout
* nit
* Add theme toggle logic
* Change primevue color theme to blue to match beta menu UI
* Add litegraph canvas splitter overlay (#177 )
* Add vue wrapper
* Splitter overlay
* Move teleport to side bar comp
* Toolbar placeholder
* Move settings button from top menu to side bar (#178 )
* Reverse relationship between splitter overlay and sidebar component (#180 )
* Reverse relationship between splitter overlay and sidebar component
* nit
* Remove border on splitter
* Fix canvas shift (#186 )
* Move queue/history display to side bar (#185 )
* Side bar placeholder
* Pinia store for queue items
* Flatten task item
* Fix schema
* computed
* Switch running / pending order
* Use class-transformer
* nit
* Show display status
* Add tag severity style
* Add execution time
* nit
* Rename to execution success
* Add time display
* Sort queue desc order
* nit
* Add remove item feature
* Load workflow
* Add confirmation popup
* Add empty table placeholder
* Remove beta menu UI's queue button/list
* Add tests on litegraph widget text truncate (#191 )
* Add tests on litegraph widget text truncate
* Updated screenshots
* Revert port change
* Remove screenshots
* Update test expectations [skip ci]
* Add back menu.settingsGroup for compatibility (#192 )
* Close side bar on menu location set as disabled (#194 )
* Remove placeholder side bar tabs (#196 )
---------
Co-authored-by: bymyself <abolkonsky.rem@gmail.com >
Co-authored-by: github-actions <github-actions@github.com >
2024-07-22 10:15:41 -04:00
Chenlei Hu
71ac0dcccc
Allow dynamic widgets values ( #162 )
2024-07-18 17:45:42 -04:00
Chenlei Hu
9961be1bc7
Validate node def from /object_info endpoint ( #159 )
...
* Validate node def
* nit
* nit
* More tests
2024-07-18 12:20:47 -04:00
Chenlei Hu
24cdb6ad2d
Convert legacy format node.widget_values ( #149 )
2024-07-17 22:05:16 -04:00
Chenlei Hu
7619e9159b
Convert pos object to array on parsing ( #147 )
2024-07-17 20:57:14 -04:00
Chenlei Hu
6b2acc146d
Fix zod parsing for pos in workflow ( #142 )
...
* Fix zod parsing for pos in workflow
* Add test
* Fix test
2024-07-17 16:02:49 -04:00
Chenlei Hu
13cda7de41
Annotate settings.ts ( #134 )
...
* Annotate settings.ts
* nit
2024-07-16 11:21:23 -04:00
Chenlei Hu
605faf0a93
Node preview on focus ( #116 )
...
* Basic preview
* Adjust position
* Fix node display
* nit
* handle combo default value
* nit
* Custom AutoComplete
2024-07-12 13:30:25 -04:00
Chenlei Hu
a28ac0c0fa
New searchbox with fuzzy search (WIP) ( #83 )
...
* Disable default searchbox
Add headlessui and vue
Add vite's vue plugin
Vue app helloworld
Format vue
Add vue shim
minimal working searchbox
Add primevue dark mode
Use primevue
nit
Add fuse fuzzy search
Add tailwindcss / center searchbox
Fix style
Add node source chip
desc text wrapping
Add placeholder
inputbox filter support wip
Revert some filter designs
Add filter modal
Drop down show all nodes
Change modal font
Add filtered search
nit
Complete on focus
Auto fill filterOption
Fix dropdown
Fix z-index
Fix search bug
Properly remove chip
Adjust node source detection
Resolve merge conflict
nit
* Refactor
* Use badge to display filter type
* nit
* Trigger on canvas event
* nit
* Auto add data type filter when link released
* nit
* Auto focus when shown
* Focus on add/remvoe filter
* close dialog when escape pressed
* Add node at fixed location
* nit
* Update litegraph
* nit
* Change theme
* Increase search limit
* Add node on event location
* Clear filter when dialog closed
* Enable/Disable new search bx
* Improve app loading
* Fix copy node
* Update test expectations
* Update test expectations [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-07-10 19:46:35 -04:00
pythongosssss
9762b7884c
Convert more js to ts ( #101 )
...
* Add testing for ComfyUI examples
* Remove examples, add test to github action
* Create dir
* Update readme
* Convert additional files to ts
2024-07-08 17:20:35 +01:00
Chenlei Hu
84c939cf71
Rename ComfyWorkflow to ComfyWorkflowJSON ( #91 )
2024-07-05 21:04:32 -04:00
Chenlei Hu
d6b2d5fb4f
Use npm package @ComfyOrg/litegraph ( #89 )
...
* Use npm to manage litegraph
* Fix merge issues caused by BetaUI change
* Switch to @comfyorg/litegraph
* Fix various import
* Fix css apply order bug
* Fix package lock
* Update litegraph
* Update litegraph
* Update browsertest expectations
* Update test expectations [skip ci]
* Fix default view screenshot
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-07-05 20:53:47 -04:00
Chenlei Hu
acdaa6a594
Format all code / Add pre-commit format hook ( #81 )
...
* Add format-guard
* Format code
2024-07-02 13:22:37 -04:00
Chenlei Hu
fc020e08c5
Replace \t with spaces ( #80 )
2024-07-02 12:29:17 -04:00
Chenlei Hu
5f979e844c
Relands BetaUI ( #77 )
...
* PR1
* PR2
* pr3
* Fix
* Revert 3909
* Ignore/fix type errors
* Fix import
2024-07-01 18:07:12 -04:00
Chenlei Hu
e109be4902
Mark group.locked optional ( #75 )
2024-07-01 13:45:23 -04:00
Chenlei Hu
b69f15e5d7
Revert "Beta UI by pythongosssss ( #70 )" ( #72 )
...
This reverts commit 0d084e2cb0 .
2024-07-01 12:58:45 -04:00
Chenlei Hu
0d084e2cb0
Beta UI by pythongosssss ( #70 )
...
* PR1
* PR2
* pr3
* Fix
* Revert 3909
* Ignore/fix type errors
2024-07-01 12:55:16 -04:00
Chenlei Hu
ee6788a35e
Add object_info schema ( #67 )
2024-06-30 10:14:16 -04:00
Chenlei Hu
241f086e4b
Alert workflow parsing error ( #62 )
...
* Alert workflow parsing error
* nit
2024-06-27 16:51:10 -04:00
Chenlei Hu
8264eb4fee
Add zod schema for TaskItem ( #59 )
...
* Add zod schema for TaskItem
* nit
2024-06-26 22:33:05 -04:00
Chenlei Hu
3ace859106
Revert "Use npm to manage litegraph dependency ( #45 )" ( #47 )
...
This reverts commit 4640eaf0ac .
2024-06-20 13:55:36 -04:00