204 Commits

Author SHA1 Message Date
John.zhu
96b0a20902
Adding Copus to the sharing options list (#831)
* feat:  copus share

* feat:  copus share

* feat:  copus share prod

* fix🐛:  save Token to local and show api Token page

* feat:  prod env
2024-07-03 23:10:08 +09:00
Dr.Lt.Data
d7f276726a Support new style menu
https://github.com/comfyanonymous/ComfyUI/pull/3112
2024-06-26 01:22:23 +09:00
CenFun
aa3db7d2b4
add model size (#809) 2024-06-22 22:01:22 +09:00
CenFun
a94516cdb2
Model mananger UI enhancement (#808)
* Model download via url

* Model download support multiple selection

* update Roadmap
2024-06-22 19:29:22 +09:00
CenFun
651496cae0
Better model manager UI (#802)
* fixed row height with lib API

* update grid lib

* UI adjustment

* move some of api to common utils

* added model manager

* update install

* replace model-downloader with model-manager

* replace model-downloader with model-manager

* fixed filter

* fixed status

* apply loading animation for install button

* sort type and base
2024-06-22 10:12:01 +09:00
Dr.Lt.Data
a05c76eca9 update DB 2024-06-16 17:14:42 +09:00
CenFun
799b97d011
New custom nodes manager (#744)
* new custom nodes manager

* fix loading

* replace build-in sha1 with md5

* better description link

* fix the update button disappears if open dialog again

* fix restart required status if open dialog again

* merge with main branch

* add trust icon for author

* fixed grid theme for Comfy.ColorPalette

* fix get_unresolved

* remove useless file

* supports better theme with comfyui color palette

* add extensions column

* fixed conflicts
2024-06-12 20:18:11 +09:00
Dr.Lt.Data
44ad477097 update tooltip for author mark 2024-06-09 17:36:32 +09:00
Dr.Lt.Data
273f1dc200 trust mark for author 2024-06-09 17:21:09 +09:00
Dr.Lt.Data
b9f38f0d9c trust mark for author 2024-06-09 17:20:15 +09:00
Dr.Lt.Data
176ecde6a9 improve: support filename search in model download dialog 2024-05-27 11:16:27 +09:00
Dr.Lt.Data
1c313ee822 Security patch
https://github.com/comfyanonymous/ComfyUI/issues/3473#issuecomment-2109154269
2024-05-15 00:28:38 +09:00
Dr.Lt.Data
b9ef8e3a90 feat: support pip snapshot 2024-05-06 21:06:45 +09:00
Dr.Lt.Data
819f8eb158 fix: copy & paste issues
https://github.com/ltdrdata/ComfyUI-Manager/issues/615
https://github.com/ltdrdata/ComfyUI-Manager/issues/616
2024-04-27 09:35:41 +09:00
Tian Yiyan
a367c6e057
Fix the bug of "Unload Models" (#606) 2024-04-24 10:21:47 +09:00
dr.lt.data
2e5eb70db3 security fix
https://github.com/ltdrdata/ComfyUI-Manager/issues/594
2024-04-22 10:16:11 +09:00
Dr.Lt.Data
8b39c4f000 fix: button size 2024-04-09 22:21:12 +09:00
dr.lt.data
d24134d1fa feat: add 'restart button' into Manager menu 2024-04-08 18:12:38 +09:00
Dr.Lt.Data
3ea55e01d4 feat: custom node list - sorting feature for author/title 2024-04-04 01:13:12 +09:00
Liu Sida
f5a6d5894b
A quick fix to ensure that the filter, search, and sorting can work together (#534) 2024-04-02 23:54:45 +09:00
Liu Sida
abae9638ac
Add GitHub stats for custom nodes (#533)
* Add GitHub stats fetching feature
- Added PyGithub package to requirements.txt for GitHub API interaction
- Updated .gitignore to ignore github-stats-cache.json
- Produced github-stats.json for storing GitHub stats
- Modified scanner.py to include the GitHub stats fetching process

* Add sorting for 'GitHub Stars' and 'Last Update' columns

- Fetch 'GitHub Stars' and 'Last Update' data when getting the custom node list.
- Display 'GitHub Stars' and 'Last Update' information in the UI.
- Implement sorting functionality for these two columns, allowing users to sort both in descending and ascending order.

* fix: scanner - prevent stuck when exceed rate limit

---------

Co-authored-by: Dr.Lt.Data <dr.lt.data@gmail.com>
2024-04-02 20:56:09 +09:00
huyunan496
019f0cd53d
Share to esheep (#517)
* share to esheep

* enable_cors_header

* Chiness to English

* remove chiness

* rearrange order.

* version marker

---------

Co-authored-by: huyunan <huyunan@bilibili.com>
Co-authored-by: Dr.Lt.Data <dr.lt.data@gmail.com>
Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com>
2024-03-27 22:49:18 +09:00
dr.lt.data
ef24e2cee6 improve: add preemptions for custom nodes
- better nickname displays for badge

fix: If the missing node is included in multiple custom node packs, it reports all the custom node packs.
2024-02-26 13:26:37 +09:00
Dr.Lt.Data
aed16687ca fix: reboot button occassionally doesn't work 2024-02-25 23:18:20 +09:00
dr.lt.data
7d8a413047 improve: allows multiple tabs for gallery
https://github.com/ltdrdata/ComfyUI-Manager/issues/400
2024-02-08 10:55:54 +09:00
pvp-by
2ebc20d082 add "flowt.ai" in Workflow Gallery 2024-02-07 13:49:26 +04:00
dr.lt.data
e54c4b1f7b feat: add Possible(left) + Copy(right) for double-click feature 2024-01-30 17:26:53 +09:00
Dr.Lt.Data
b1f613e649 fix: Restrict double click action to the title area.
https://github.com/ltdrdata/ComfyUI-Manager/issues/370
2024-01-28 14:31:27 +09:00
Dr.Lt.Data
048f44f105 improve: double-click options
- better possible input connections

update README.md
2024-01-28 14:13:24 +09:00
Dr.Lt.Data
b5cde5936f feat: double-click options 2024-01-28 13:47:39 +09:00
Dr.Lt.Data
33dc3a8a30 fix: invalid double-click policy 2024-01-27 12:53:49 +09:00
dr.lt.data
2f0c7fb2be fix: connection copying
- don't copy if distance > 1000
- remove dbg message
- check nearest node not found
2024-01-26 18:30:57 +09:00
dr.lt.data
8b3d71fbcf feat: Copy the connections of the nearest node by double-clicking. 2024-01-26 18:08:22 +09:00
dr.lt.data
86ecc194ac fix: badge drawer is overriding node.onDrawForeground 2024-01-26 13:31:01 +09:00
shinshin86
a4c839d31a Merge branch 'main' into fix-notice-board-padding 2024-01-20 16:28:53 +09:00
Dr.Lt.Data
f8cf927f6d fix: components loading 2024-01-20 16:03:51 +09:00
shinshin86
27dd2a95fe Merge branch 'main' into fix-notice-board-padding 2024-01-20 15:25:05 +09:00
shinshin86
239a2dcf73 fix a problem with broken styles when comfyui-workspace-manager is enabled 2024-01-20 15:21:10 +09:00
dr.lt.data
ae743efd0c fix: component loading 2024-01-18 17:05:37 +09:00
dr.lt.data
e530f657e7 unused group nodes filtering 2024-01-17 13:48:25 +09:00
dr.lt.data
9215f37c02 component system - bug fixes and refactor 2024-01-17 12:46:49 +09:00
Dr.Lt.Data
4649d216b1 component builder - fix initial displayed node name 2024-01-17 01:17:16 +09:00
dr.lt.data
4bdf7aabe4 feat: component pack builder
- support drag & drop
- add node if single component importing
2024-01-17 00:33:57 +09:00
dr.lt.data
58a2494715 code formatting
update db
2024-01-16 10:45:24 +09:00
Dr.Lt.Data
8a165549f3 feat: support component paste feature 2024-01-15 23:50:03 +09:00
Dr.Lt.Data
9eef99b868 fix: direct reflect to 'Add Node' context menu after component saving 2024-01-15 18:56:13 +09:00
Dr.Lt.Data
7f10374a9f feat: A functionality to save a group node as a component. 2024-01-15 18:48:23 +09:00
Dr.Lt.Data
019897eae2 update DB 2024-01-15 16:24:14 +09:00
Dr.Lt.Data
2f3e7943df improve: better style for 'a tag' in lists 2024-01-15 14:00:57 +09:00
dr.lt.data
7e93258c4c feat: default_ui 2024-01-12 14:14:34 +09:00