Commit Graph

288 Commits

Author SHA1 Message Date
Dr.Lt.Data
bc4126f526 Merge branch 'main' into feat/cnr 2024-10-30 03:49:32 +09:00
Dr.Lt.Data
294244b99f terminal feature is removed.
Now ComfyUI provides built-in terminal feature.

https://github.com/comfyanonymous/ComfyUI/pull/5413
2024-10-30 03:46:59 +09:00
aurel-g
7f3a70bf6b
Fix incorrect display of Terminal Log in nodes tree tab (#1174) 2024-10-22 22:39:10 +09:00
Dr.Lt.Data
f4442972bc Merge branch 'main' into feat/cnr 2024-10-08 19:47:38 +09:00
Dr.Lt.Data
8dd84bb0ec typo fix 2024-10-08 08:31:31 +09:00
Dr.Lt.Data
e9eaff7f7e double click feature is fixed
MODIFIED: separate into copy-full and copy-all
FIXED: improper size copying

https://github.com/ltdrdata/ComfyUI-Manager/issues/1118
2024-10-08 08:28:33 +09:00
Dr.Lt.Data
aa4b3d81ba Merge branch 'main' into feat/cnr 2024-10-05 15:35:48 +09:00
Dr.Lt.Data
61537d985d FIXED: component feature - compatibility patch
https://github.com/ltdrdata/ComfyUI-Manager/issues/1108
2024-10-05 15:33:22 +09:00
Dr.Lt.Data
cbb6432803 Merge branch 'main' into feat/cnr 2024-09-29 17:18:47 +09:00
Dr.Lt.Data
fbb1cd60d6 add docs.comfy.org
https://github.com/ltdrdata/ComfyUI-Manager/pull/1095
2024-09-29 17:18:06 +09:00
Dr.Lt.Data
e83e15b9fc Merge branch 'main' into feat/cnr 2024-09-26 08:57:29 +09:00
bymyself
32430968b8
Update groupnode/component to be compatible with frontend v1.2.64 (#1084) 2024-09-26 08:33:14 +09:00
Dr.Lt.Data
2c3a11012f Merge branch 'main' into feat/cnr 2024-09-19 02:45:39 +09:00
Dr.Lt.Data
3701246fb1 use core badge feature if possible
https://github.com/ltdrdata/ComfyUI-Manager/pull/1051
2024-09-19 02:43:07 +09:00
Dr.Lt.Data
a1c90ceb52 modify: close button -> back button 2024-09-08 16:51:41 +09:00
Dr.Lt.Data
ecda9bd34e add favorites button 2024-09-08 16:42:36 +09:00
Dr.Lt.Data
a952009d4a modified: remove uninstall/switch/disable button for ComfyUI-Manager in the list
feat: support favorites list
2024-09-08 15:53:54 +09:00
Dr.Lt.Data
6f2e1345b2 Merge branch 'main' into feat/cnr 2024-09-08 13:48:35 +09:00
bymyself
e396d48488
Fix Terminal Log node render (#1042) 2024-09-08 12:06:47 +09:00
Dr.Lt.Data
7b93c831de Merge branch 'main' into feat/cnr 2024-09-05 22:18:56 +09:00
Cesaryuan
e0b88ce42a
Fix white theme of Share window (#1036) 2024-09-05 21:49:24 +09:00
Dr.Lt.Data
a1f7f7069f comfyui version switch 2024-08-21 01:33:55 +09:00
Dr.Lt.Data
0968dd85aa fix: undefined show_message
fix: invalid disable for nightly
2024-08-15 22:45:37 +09:00
Dr.Lt.Data
3335c82350 Merge branch 'main' into feat/cnr 2024-08-08 22:52:07 +09:00
Dr.Lt.Data
3892e3f5e7 fix: missing title in tryInstallCustomNode 2024-08-08 22:48:18 +09:00
Dr.Lt.Data
0b6f7962a4 fix: should not be displayed switch button if unknown node 2024-08-04 16:34:40 +09:00
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