Commit Graph

312 Commits

Author SHA1 Message Date
Dr.Lt.Data
cdb400d32b implement: invalid installation handling
- print invalid installation nodes on terminal
(installed by `comfy registryinstall`)

- show only 'reinstall' menu if invalid installation node in gui
(and show INVALID marker)
2024-07-31 02:08:30 +09:00
Dr.Lt.Data
b3be556837 support CNR 2024-07-25 00:24:58 +09:00
filtered
d1a86b36f9
Add node_fixer (recreate) functionality (#892)
Recreated node now copies the following:
- Widgets converted to inputs
- Output links
- Custom size
- Title colour
- Background colour
2024-07-22 22:02:22 +09:00
Dr.Lt.Data
fd283bbcc9 fix: failing backward compatibility due to invalid logger code
https://github.com/ltdrdata/ComfyUI-Manager/issues/848
2024-07-09 23:14:25 +09:00
Dr.Lt.Data
a539f6bbca improve: menu item layouts in new style menu 2024-07-07 10:15:15 +09:00
Dr.Lt.Data
0e55225586 modified: free_models message 2024-07-07 09:58:14 +09:00
Dr.Lt.Data
87fc538fd1 feat: free model/cache feature on new style menu. 2024-07-07 09:55:22 +09:00
guill
7e84de1ba0
Add support for SSH-style git repo addresses (#835)
This allows nodes to be pulled from git repositories that:
1. Require authentication
2. Are located on a computer that does not have any special software
   beyond an SSH server to serve up git repos
3. Are hosted on sites that exclusively allow SSH access

I have also cleaned up the JavaScript regex for identifying valid HTTP
addresses. Due to an unescaped '.' and the lack of a count on the first
group, it wasn't doing a whole lot anyway -- just checking that the very
first character wasn't invalid.
2024-07-04 21:29:40 +09:00
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
johnqiao
b61b68ee1e Temporary remove contest related content from sharing via OpenArt. 2024-01-09 14:21:18 -07:00
shinshin86
88ba9a8a37 Fix notice board padding 2024-01-08 22:11:15 +09:00
Alex Prokofiev
929192b3b4 Code style fixes 2024-01-07 12:09:51 -08:00
alexp
211532e9f0 Add new workflow sharing option
Add YouML as an option to share workflows and convert them into interactive apps.
2024-01-07 11:50:40 -08:00
Dr.Lt.Data
b45e426a37
Merge pull request #300 from thecooltechguy/main
Updated ComfyWorkflows.com's share component
2024-01-06 17:24:15 +09:00
thecooltechguy
f09bb72e67 fixed share output option not showing in context menu 2024-01-05 21:26:11 -08:00
thecooltechguy
4345c3f27f updated comfyworkflows.com share component 2024-01-05 19:13:02 -08:00
Dr.Lt.Data
10fe8fd42c fix: skip update check doesn't work properly
fix: layout
improve: raise thread count 4 -> 8 for update check
2024-01-06 11:54:27 +09:00
dr.lt.data
c83fd0ed94 feat: unload models 2024-01-05 10:51:16 +09:00
Dr.Lt.Data
2414a12545 improve: show updated list/failed list when update all 2024-01-05 00:19:24 +09:00
dr.lt.data
f243a361c4 feat: Try fix 2024-01-04 14:24:15 +09:00
dr.lt.data
8c730745d6 improve: show try update when 'skip update check' is checked
fix: show failed/not updated item when 'installed' filter
2024-01-04 13:53:04 +09:00
dr.lt.data
097a832e7e refactor: cm_api -> cm_global.APIs 2024-01-02 17:06:59 +09:00
Dr.Lt.Data
7dfbdfb44e feat: Fix node (recreate) 2024-01-01 20:57:32 +09:00
shinshin86
38315f87e8 fix style of EXPERIMENTAL text 2023-12-31 11:09:45 +09:00
johnqiao
80f07437c2 Click workflow gallery button to go to the last visited site 2023-12-27 20:15:41 -07:00
johnqiao
a05393fb75 Click "Workflow Gallery" shows the options
Also Fixed the "Close" menu behavior: it should close the menu popover instead of the entire Manager dialog
2023-12-27 11:54:46 -07:00
Austin Mroz
d94aed2999 Check that VHS_VideoCombine preview is non-null 2023-12-24 21:17:27 -06:00
Dr.Lt.Data
823c8d315b feat: install pip 2023-12-25 00:04:25 +09:00
Dr.Lt.Data
60386b569e feat: custom node install api 2023-12-23 16:16:11 +09:00
Dr.Lt.Data
ef1632d21d modified: workflow gallery button
- add openart.ai
2023-12-22 22:03:43 +09:00
dr.lt.data
61fd22415f improve: use channel.list instead of config.ini's channel_url.list
add: tutorial channel
2023-12-18 11:11:22 +09:00
Dr.Lt.Data
464c8e9cc1 improve: layout
feat: show button on update available dialog
2023-12-16 13:59:18 +09:00
dr.lt.data
28c7ef95b8 feat: notice in node list
update DB
2023-12-13 09:55:55 +09:00
dr.lt.data
ff671b1d4e fix: terminal log node 2023-12-12 17:56:31 +09:00
dr.lt.data
137630197b feat: terminal log node 2023-12-12 17:41:30 +09:00
Dr.Lt.Data
a762e60892 refactor: rename db mode name
update README
update DB
2023-12-09 11:40:39 +09:00
Dr.Lt.Data
71fcc35acd fix: drawbadge crashes to several extension 2023-12-09 10:00:18 +09:00
Dr.Lt.Data
92ac9ef51f fix: reboot button doesn't work 2023-12-09 09:35:48 +09:00
Dr.Lt.Data
0b923a593a fix: class, id are switched 2023-12-09 08:57:42 +09:00
Dr.Lt.Data
fa20899fa1 optimize: better badge
optimize: cache data mode
improve: robust data retrieve

update DB
2023-12-09 00:21:06 +09:00
Dr.Lt.Data
61514612f8 improve: badge
update scanner
2023-12-08 18:16:56 +09:00
Dr.Lt.Data
fe8de94ed7 feat: Recognize missing nodes used within the group node and add functionality. 2023-12-08 10:18:05 +09:00
Dr.Lt.Data
5662d8d9b5 improve: clear fetch message 2023-12-07 21:01:22 +09:00
Dr.Lt.Data
def4dcf140 layout update 2023-12-07 20:50:55 +09:00
Dr.Lt.Data
720974b118 layout update 2023-12-07 20:49:28 +09:00
alexbofa
34aee14e29
Update color comfyui-manager.js 2023-12-07 11:20:48 +03:00
Dr.Lt.Data
d84ebefad8 fix: layout
Fixing the issue caused by the workflow manager.
2023-12-07 16:16:08 +09:00
dr.lt.data
ea4d4fa46e fix: channel badge layout
update DB
2023-12-05 13:05:16 +09:00
Dr.Lt.Data
374fc2e37c improve: support restart button on Install via git url 2023-12-03 22:36:37 +09:00
Dr.Lt.Data
9e3fef11a4 fix: hide openart api key
update DB
2023-12-03 22:01:13 +09:00
Dr.Lt.Data
8eb16cfefb improve: search support repo
fix: display 'null' when default channel
2023-12-02 14:36:20 +09:00
Dr.Lt.Data
93b93ec3ec improve: safe description/title
feat: display current channel name
2023-12-02 14:28:46 +09:00
Josh Medeski
be43b1e381
fix: notice border and width 2023-12-01 18:53:17 -06:00
Dr.Lt.Data
f67258a28e improve: wider notice board 2023-12-02 09:28:49 +09:00
Josh Medeski
eeb1e4d625
feat: expand column to fill avaliable space 2023-12-01 18:21:44 -06:00
Josh Medeski
78f709d5f0
feat: add pointer cursor styles 2023-12-01 18:15:54 -06:00
Josh Medeski
5540e32afb
feat: add 'for' attribue to label to connect to checkbox 2023-12-01 18:14:20 -06:00
Dr.Lt.Data
9b363cc9bd enhance: badge - hide built-in option is added 2023-11-28 02:23:59 +09:00
Dr.Lt.Data
86fe6b317e fix: log file permission issue when reboot on windows
enhance: pretty conflict nodes message
2023-11-27 12:40:45 +09:00
Dr.Lt.Data
de85111a40 feat: restart ComfyUI when update/install 2023-11-26 18:36:56 +09:00
johnqiao
ae95b8970b Fix bug: show all the outputs from the same node while sharing 2023-11-25 15:50:41 -07:00
Dr.Lt.Data
204b975074 Merge branch 'feat/various' 2023-11-25 18:44:02 +09:00
Dr.Lt.Data
6fada254ea import fail check
notice board
built-in node check
node conflict check
2023-11-25 18:33:43 +09:00
johnqiao
33293bd0a6 Update the style when switching between upload thumbnail and select output 2023-11-25 02:05:56 -07:00
johnqiao
e6f9027015 Fix filename issue 2023-11-25 01:47:22 -07:00
johnqiao
3dc35c0498 Make sure arrays potential_output_nodes and potential_outputs have the same length to avoid undefined bug when sharing 2023-11-25 00:54:20 -07:00
johnqiao
ab257ed750 Clear this.uploadedImages when opening the dialog 2023-11-24 21:56:14 -07:00
johnqiao
bb2a2ece88 Better layout for uploading thumbnails 2023-11-24 19:44:58 -07:00
johnqiao
e32072ab34 Fix the original missing menu options 2023-11-24 19:06:40 -07:00
johnqiao
12e7f3648e Add checkbox for participating the contest 2023-11-24 17:15:21 -07:00
johnqiao
20bffcaa40 Right click to share; Support SaveAnimatedWEBP as the output node 2023-11-24 16:37:19 -07:00
thecooltechguy
33fceda559 remove console log 2023-11-23 23:22:02 -08:00
thecooltechguy
2484ac97ae add support for sharing outputs of the new SaveAnimatedWEBP node 2023-11-23 23:20:20 -08:00
johnqiao
442942aae4 Store share setting and key in backend config file 2023-11-19 01:26:38 -07:00
johnqiao
676455b0eb Move share setting to ComfyUI Manager dialog and provide share options. 2023-11-18 01:00:39 -07:00
johnqiao
1a5b2dc36a Minor polish 2023-11-17 18:12:45 -07:00
Ping
ddf64ba12b fix: typo in handleShowShareDialog 2023-11-18 09:03:33 +08:00
Ping
407f9b899e feat: delay share condition check 2023-11-17 20:47:46 +08:00
Ping
e2e7b748e3 feat: share workflow 2023-11-17 20:46:57 +08:00
pingren
d13a6e4b2a feat(WIP): share workflow 2023-11-17 17:56:57 +08:00
pingren
bc6083647a feat: updated share UI 2023-11-17 15:32:30 +08:00
pingren
06307b75b3 feat: add upload Image section 2023-11-16 17:09:01 +08:00
pingren
f07fddcdad feat: add ShareDialogChooser and OpenArtShareDialog basic UI 2023-11-16 16:14:10 +08:00
pingren
defe95c0e8 refactor: rename comfyui-share 2023-11-16 15:40:33 +08:00
Dr.Lt.Data
2bc7167ada fix: In the share feature, only image formats are allowed. 2023-11-11 07:53:44 +09:00
Dr.Lt.Data
24204eb494
Merge pull request #146 from thecooltechguy/main
Adding a "Share" button for people to easily share their ComfyUI art & workflows
2023-11-11 07:37:33 +09:00
thecooltechguy
8a3dac8985 fixed video combine node not working 2023-11-10 12:59:47 -08:00
thecooltechguy
4ef53f9f0a improved share ui 2023-11-08 08:45:54 -08:00
Dr.Lt.Data
84979f6438 feat: Install via git url 2023-11-08 21:33:47 +09:00
thecooltechguy
44f3e2b0b4 merged updates from upstream, and following output types work: SaveImage, PreviewImage, AnimateDiffCombine, VideoCombine 2023-11-07 11:09:44 -08:00
thecooltechguy
7a79cf7d60 added support for previewimage 2023-11-07 01:48:08 -08:00
thecooltechguy
c6337a19a8 Added support for SaveImage, AnimateDiffCombine, and VideoCombine 2023-11-07 01:12:22 -08:00
dr.lt.data
6d0d838629 fix: popup message zindex 2023-11-07 15:22:29 +09:00
thecooltechguy
aca2125519 wip 2023-11-05 15:12:35 -08:00
Dr.Lt.Data
7fbe34f8db feat: snapshot 2023-11-04 17:17:55 +09:00
thecooltechguy
5da730dd8b wip 2023-10-29 16:31:35 -07:00
thecooltechguy
c25b2bd1e9 added ability to select the output image to share 2023-10-29 16:27:24 -07:00
thecooltechguy
8b2048e5c3 Added dropdown under workflow gallery button for sharing, added a comfyui setting for showing/hiding share button in the main menu 2023-10-26 14:37:47 -07:00
thecooltechguy
ba3a6d5afd separating it out into different js files 2023-10-25 08:28:45 -07:00
thecooltechguy
6623bbc979 made it much easier to configure credentials for sharing 2023-10-24 21:54:10 -07:00
thecooltechguy
b93ae5af40 added matrix server as a destination for sharing 2023-10-20 17:06:39 -07:00