213 Commits

Author SHA1 Message Date
Dr.Lt.Data
951e5ecd67 update DB
version marker
2024-06-22 22:09:01 +09:00
Dr.Lt.Data
84cdffe193 version marker 2024-06-22 19:30:09 +09:00
MaraScott
49c47b137c
Allow use of local. subdomain (#799)
Being able to use --listen local.<domain.name> as a local env instead of 127.0.0.1

example local.comfy.org
2024-06-21 07:42:35 +09:00
Dr.Lt.Data
ae0e901a2a fix: add target='_blank' for linnk in notice board
update DB
2024-06-19 01:23:17 +09:00
Dr.Lt.Data
a05c76eca9 update DB 2024-06-16 17:14:42 +09:00
Dr.Lt.Data
2f558a707d update README and version 2024-06-12 20:40:17 +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
676e99a77a update security scanner
update DB
2024-06-11 17:57:27 +09:00
TechnoByte
3bbbd9003a
add file to the list of malicious files to remove (#758)
"BeamNG.UI.exe" also gets downloaded by the LLMVISION malware (line 159 _OAI.py)
2024-06-11 09:06:56 +09:00
Dr.Lt.Data
d3210158ef update security alert message. 2024-06-10 15:32:22 +09:00
Dr.Lt.Data
44ad477097 update tooltip for author mark 2024-06-09 17:36:32 +09:00
Dr.Lt.Data
b9f38f0d9c trust mark for author 2024-06-09 17:20:15 +09:00
Dr.Lt.Data
6191c4f466 security update 2024-06-09 16:34:18 +09:00
Dr.Lt.Data
7c1a71c9ee Security update 2024-06-09 16:03:13 +09:00
Dr.Lt.Data
965b969704 improve: skip the pip installation of commented-out packages.
https://github.com/ltdrdata/ComfyUI-Manager/issues/734
2024-05-31 23:44:14 +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
012fe6cd7a feat: cm-cli - post-install 2024-05-25 16:47:54 +09:00
Dr.Lt.Data
34baa2e903 fix: take github-stats.json from remote 2024-05-17 23:24:16 +09:00
Dr.Lt.Data
9b5a2530fd refactoring cm-cli.py based on typer
fix: git_helper - --pip-non-url isn't working properly
2024-05-15 17:29:13 +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
24a4152a9a fix: prestartup_script.py
- don't forget prestartup_script's config isn't relies on manager_core. they are string not a bool...

improve: scanner.py - parallel github_stat scan
2024-05-14 00:23:33 +09:00
Dr.Lt.Data
772f464af9 potential errors of bool values in config.ini is fixed 2024-05-13 21:19:23 +09:00
Dr.Lt.Data
c5f1a6db99 hotfix 2024-05-13 21:10:15 +09:00
Dr.Lt.Data
d40d39418e invalid comparison....
type problem.....lol

https://github.com/ltdrdata/ComfyUI-Manager/issues/673
2024-05-13 16:32:03 +09:00
Dr.Lt.Data
f03a22e8e4 fix: is_unsecure_features_disabled invalid negation
https://github.com/ltdrdata/ComfyUI-Manager/issues/672
2024-05-13 11:56:25 +09:00
Dr.Lt.Data
40afa92f51 fix: invalid logic of unsecure setup 2024-05-13 01:10:15 +09:00
Dr.Lt.Data
53d46f83d5 feat: cm-cli - export_custom_node_ids 2024-05-13 00:25:54 +09:00
Dr.Lt.Data
1646c0c627 fix: cm-cli - prevent printing id in list 2024-05-13 00:16:34 +09:00
Dr.Lt.Data
d0fa0a8614 feature: disable_unsecure_features config.
https://github.com/ltdrdata/ComfyUI-Manager/issues/668#issuecomment-2106247543
2024-05-12 23:04:44 +09:00
Dr.Lt.Data
b4694afd0f modified: print fetch done message, explicitly.
Many cases involve a misconception that the FETCH DATA is hanging because it was the last output from an operation running in the background.
2024-05-12 13:28:41 +09:00
Dr.Lt.Data
e941c75cee update model dB
support .zip file model
2024-05-09 23:57:14 +09:00
Dr.Lt.Data
a813627291 feat: cm-cli - parallel support for update 2024-05-09 01:34:39 +09:00
Dr.Lt.Data
207e1b94c0 feat: cm-cli - support id
update: custom-node-list.json - id
2024-05-09 00:52:36 +09:00
Dr.Lt.Data
05162090b8 modified: cm-cli - autosave
- update/disable/enable/fix all
2024-05-07 23:06:25 +09:00
Dr.Lt.Data
3dc00dc041 fix: cm-cli.py - enable/disable didn't working properly 2024-05-07 19:47:47 +09:00
Dr.Lt.Data
b9ef8e3a90 feat: support pip snapshot 2024-05-06 21:06:45 +09:00
Dr.Lt.Data
b3b9b5a5ff fix: channel abbreviation 2024-05-05 16:45:04 +09:00
Dr.Lt.Data
52257b1f3c feat: cm-cli - ''--install-deps' command 2024-05-05 11:32:24 +09:00
Dr.Lt.Data
b1ce6c800d modified: node-in-workflow -> deps-in-workflow
add install/disable/not-install state to result .json file.
2024-05-05 11:16:15 +09:00
Dr.Lt.Data
f7edfa6f54 fix: remove useless exitcode printing 2024-05-04 17:06:57 +09:00
Dr.Lt.Data
4de5776a1d feat: cm-cli - node-in-workflow command 2024-05-04 16:58:08 +09:00
Dr.Lt.Data
f1e4760dee modified: reboot behavior changed
https://github.com/Comfy-Org/comfy-cli/pull/6
2024-04-29 00:18:01 +09:00
DukeSniper
853f85987e
Encapsulate Python executable and args in double quotes (#621)
If a paths contain spaces, the execv needs quotation marks to not implicitly split those paths into multiple arguments

Co-authored-by: DukeSniper <>
2024-04-28 20:24:25 +09:00
Dr.Lt.Data
09422da704 feat: support .yaml snapshot 2024-04-27 13:12:27 +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
Dr.Lt.Data
7bac97dce0 enhance: cm-cli
- restore-snapshot - arbitrary file path is available

- show - show unregistered custom nodes
2024-04-25 23:13:03 +09:00
Dr.Lt.Data
191c68dc09 enhance: cm-cli - fix, uninstall, update
- allows even if unregistered in DB

enhance: cm-cli - install
- allows install via git url
2024-04-25 01:09:43 +09:00
Dr.Lt.Data
a3d858dc1a enhance: cm-cli supports updating comfyui 2024-04-25 00:31:35 +09:00
Dr.Lt.Data
04beb63aa0 fix: missing version check from refactoring
- outdated notice is exposed by bug
2024-04-24 20:26:23 +09:00
Dr.Lt.Data
92d8ac4db2 fix: cm-cli - crash 2024-04-24 00:32:35 +09:00