Commit Graph

386 Commits

Author SHA1 Message Date
Dr.Lt.Data
07aa30fccc update DB 2024-12-25 15:43:27 +09:00
Dr.Lt.Data
8aa3617a18 ruff check 2024-12-22 01:52:20 +09:00
Dr.Lt.Data
5e5235f5d1 remove suffix for enabled custom nodes 2024-12-22 01:42:32 +09:00
Dr.Lt.Data
cbcd2e14ce Merge branch 'feat/cnr' into feat/cnr-no-suffix 2024-12-21 18:28:46 +09:00
Dr.Lt.Data
b9227b1570 modified: hide migration button temporarily 2024-12-21 18:24:18 +09:00
Dr.Lt.Data
e058140bac Merge branch 'main' into feat/cnr 2024-12-21 18:11:14 +09:00
learningpro
c7511c7aa9
both aria2 and torchvision.datasets.utils.download_url use HF_ENDPOINT (#1355)
both aria2 and torchvision.datasets.utils.download_url use HF_ENDPOINT to speed up
2024-12-21 17:54:34 +09:00
huchenlei
9503c34d5b Mark usages: 2024-12-20 15:21:52 -08:00
huchenlei
19be1f85da Move to git_utils 2024-12-20 15:02:58 -08:00
huchenlei
4e44c26beb handle installed 2024-12-20 14:56:39 -08:00
huchenlei
9d1ef85af8 Add NodePackage 2024-12-20 14:09:07 -08:00
huchenlei
6fee2b8b10 Use module name without @version in /customnode/installed object key 2024-12-19 15:22:50 -08:00
Dr.Lt.Data
9b5adfeb2c feat: endpoint customnode/installed is added 2024-12-19 18:13:10 +09:00
Dr.Lt.Data
95ee037a44 refactor: print -> logging. 2024-12-19 15:50:23 +09:00
Dr.Lt.Data
31de8ffc3d implement: support --user-directory 2024-12-19 15:27:31 +09:00
Dr.Lt.Data
a44d1fbd37 fix: mismatches caused by manager-core integration 2024-12-19 09:29:30 +09:00
Dr.Lt.Data
e4bb21f25c fix: import error - cnr_utils.extract_package_as_zip 2024-12-19 08:20:39 +09:00
Dr.Lt.Data
87d447f7b5 apply manager-core modifications
- custom custom_nodes dir
2024-12-18 16:21:35 +09:00
Dr.Lt.Data
e2e1e23ab5 modified: Change the default from CNR to nightly
fixed: broken CNR installation
2024-12-18 15:00:23 +09:00
Dr.Lt.Data
46a6afcc19 refactor: ruff 2024-12-18 12:30:47 +09:00
Dr.Lt.Data
222254896c Merge branch 'main' into feat/cnr 2024-12-18 12:00:16 +09:00
Chenlei Hu
7b812dee75
Enable pyflake ruff lint rules (#1340) 2024-12-18 11:46:51 +09:00
Dr.Lt.Data
b8f153e4eb Merge branch 'main' into feat/cnr 2024-12-18 09:08:15 +09:00
Dr.Lt.Data
75047edf8a security patch
FIXED: Interferes with the proper functioning of the CORS feature.
2024-12-13 18:21:28 +09:00
Dr.Lt.Data
a32e551fd0
Revert "Bypass ComfyUI version check when in electron env (#1303)" (#1316)
This reverts commit 6f1bfae957.
2024-12-11 03:41:21 +09:00
filtered
6f1bfae957
Bypass ComfyUI version check when in electron env (#1303)
* Hacky: hide the features we do not want to ship with electron app

* Backup

* Take install path for cm-cli.

* Remove unused.

* Add no deps.

* Add no deps.

* Bypass ComfyUI version check when in electron env

* Fix exception when comfyui is not repo

* Fix version reporting always skipped

* Log unhandled errors

---------

Co-authored-by: Yoland Y <4950057+yoland68@users.noreply.github.com>
Co-authored-by: Robin Huang <robin.j.huang@gmail.com>
2024-12-11 03:02:58 +09:00
Dr.Lt.Data
4d40a637ed Update security scanner message 2024-12-06 09:18:53 +09:00
Dr.Lt.Data
8d1fd75c6c update security scanner 2024-12-06 04:36:42 +09:00
Dr.Lt.Data
e6b46ebccf fix: invalid model download path for custom node's model
https://github.com/ltdrdata/ComfyUI-Manager/issues/1294
2024-12-06 04:25:01 +09:00
Dr.Lt.Data
621ca13906 update security scanner 2024-12-05 19:25:15 +09:00
Dr.Lt.Data
8593a7206b FIXED: robust ComfyUI path recognition
FIXED: robust import even if prestartup is failed
IMPROVE: show version tag of ComfyUI instead of revision
2024-12-03 01:19:04 +09:00
Dr.Lt.Data
9e44617199 feat: Support customization of the model download path via extra_model_paths.yaml.
example
```
some_extra_path:
   base_path: /path/to/base
   download_model_base: models
   checkpoints: models/checkpoints
   text_encoders: models/text_encoders
   vae: models/vae
   loras: models/loras
   controlnet: models/controlnet
   clip_vision: models/clip_vision
   gligen: models/gligen
   upscale_models: models/upscale_models
   embeddings: models/embeddings
   diffusion_models: models/diffusion_models
   custom_nodes: custom_nodes
   is_default: True
```
2024-11-30 19:52:32 +09:00
Dr.Lt.Data
76b073c366 feat: support extra_model_paths.yaml - custom_nodes 2024-11-29 02:43:02 +09:00
Dr.Lt.Data
a9f8cecaec remove flowt.ai from workflow gallery.
https://github.com/ltdrdata/ComfyUI-Manager/issues/1275
2024-11-27 02:35:47 +09:00
Dr.Lt.Data
02f1788261 feat: pip fixer for torch, opencv
fixed: Preventing the browser from reopening automatically after a restart on Windows.
2024-11-24 23:33:53 +09:00
Dr.Lt.Data
5f300b8aea Merge branch 'main' into feat/cnr 2024-11-22 07:27:27 +09:00
Christopher Layne
8be3cce9a9
manager_core: Fix fetch/update line erasure output issues (#1253)
* __win_check_git_update: Properly cleanup line before using a
  carriage return to return to the beginning. This prevents output
  like:

  Updated: S:\ComfyUI\custom_nodes\ComfyUI-Impact-Packrpolation
  Updated: S:\ComfyUI\custom_nodes\comfyui-inpaint-nodesayout
  Updated: S:\ComfyUI\custom_nodes\ComfyUI-LogicUtilsodes

  In this case the node being updated overlaps the existing output
  showing nodes being checked for updates. This happens because there's
  no erase until end of line being used in the windows specific function
  whereas the non-windows version uses it in git_repo_has_updates.
2024-11-21 09:07:29 +09:00
Dr.Lt.Data
b703384f6b Merge branch 'main' into feat/cnr 2024-11-11 13:42:13 +09:00
Dr.Lt.Data
af298b86d7 modified: github raw url
update DB
2024-11-11 13:41:45 +09:00
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
Dr.Lt.Data
5e5e567181 Merge branch 'main' into feat/cnr 2024-10-16 08:36:21 +09:00
Dr.Lt.Data
e8bb7ccda7 Slightly adjust the security level of try fix
https://github.com/ltdrdata/ComfyUI-Manager/issues/1049
2024-10-16 08:31:35 +09:00
Dr.Lt.Data
f8221b9b5d Merge branch 'main' into feat/cnr 2024-10-13 17:06:19 +09:00
Dr.Lt.Data
bec91ae52d FIXED: invalid log message 2024-10-11 00:49:16 +09:00
Dr.Lt.Data
f4442972bc Merge branch 'main' into feat/cnr 2024-10-08 19:47:38 +09:00
Dr.Lt.Data
3315807a37 security patch
https://github.com/ltdrdata/ComfyUI-Manager/issues/1125
2024-10-08 19:11:22 +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
0469cad3bc security policy is modified
MODIFIED: Fix custom nodes feature belongs to `high` level risky features
2024-10-07 08:58:47 +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
eb607a6b41 version marker 2024-09-26 09:14:14 +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
d48c936770 Merge branch 'main' into feat/cnr 2024-09-24 02:07:19 +09:00
Dr.Lt.Data
ffc095a3e5 robust validation 2024-09-24 01:59:35 +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
70471b54f6 hotfix: updating cnr node - invalid garbage handling 2024-09-18 01:21:32 +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
bff8dbee30 Merge branch 'main' into feat/cnr 2024-08-29 21:53:37 +09:00
Dr.Lt.Data
c0cc37787a update DB 2024-08-29 21:51:31 +09:00
Dr.Lt.Data
32c828670a fix: update_all - nightly version issue 2024-08-29 21:27:10 +09:00
racerx2oo3
d4812c09a4
Handle comments on the same line as package name (#1020)
Co-authored-by: SKilbride <110414370+SKilbride@users.noreply.github.com>
2024-08-29 09:34:57 +09:00
Dr.Lt.Data
ad1faee2ef fix: snapshot 2024-08-28 02:09:00 +09:00
Dr.Lt.Data
005fa14254 fix: execute_install_script - missing pip install except first pip item in requirements.txt 2024-08-24 18:40:25 +09:00
Dr.Lt.Data
7b60b69968 Merge branch 'main' into feat/cnr 2024-08-24 17:20:59 +09:00
Dr.Lt.Data
596316536e fix: invalid etc model path
https://github.com/ltdrdata/ComfyUI-Manager/pull/942#issuecomment-2303932387
2024-08-22 23:05:55 +09:00
Dr.Lt.Data
ed123750d9 postponed processing for cnr switch & migration 2024-08-22 03:38:22 +09:00
Dr.Lt.Data
bede95cd05 improve: better comfyui switch
show 'nightly' if current commit is latest commit.
2024-08-22 02:10:04 +09:00
Dr.Lt.Data
693a226a41 improve: comfyui version switch
top 4 + nightly
2024-08-22 02:08:23 +09:00
Dr.Lt.Data
7ec2793c9a Merge branch 'main' into feat/cnr 2024-08-22 01:47:55 +09:00
Dr.Lt.Data
a1f7f7069f comfyui version switch 2024-08-21 01:33:55 +09:00
Dr.Lt.Data
f74d8cb470 print stash message.
https://github.com/ltdrdata/ComfyUI-Manager/issues/976#issuecomment-2295670323
2024-08-21 00:45:04 +09:00
Dr.Lt.Data
6b7c4d6330 update DB 2024-08-21 00:16:12 +09:00
Dr.Lt.Data
b02cb2b833 Merge branch 'main' into feat/cnr 2024-08-18 13:02:39 +09:00
Dr.Lt.Data
c4227b17e5 better error message for security policy
https://github.com/ltdrdata/ComfyUI-Manager/issues/975#issuecomment-2294810500
2024-08-18 12:36:02 +09:00
Dr.Lt.Data
243b65961f unknown fix 2024-08-17 16:55:23 +09:00
Dr.Lt.Data
a6d20b0865 Merge branch 'main' into feat/cnr 2024-08-17 16:35:22 +09:00
Dr.Lt.Data
f896755a31 refactor: share features 2024-08-17 12:22:01 +09:00
Dr.Lt.Data
72e4c84f8a force downgrade numpy to <2 when try fix 2024-08-16 20:11:13 +09:00
Dr.Lt.Data
06b79287e2 Merge branch 'main' into feat/cnr 2024-08-16 00:10:02 +09:00
Dr.Lt.Data
61efd60681 feat: complete pip freezing for torch, torchsde, torchvision 2024-08-16 00:07:19 +09:00
Dr.Lt.Data
e906d27606 fix: nightly url mismatch if ssh github url is used
fix: don't show pure cnr node unless default channel
2024-08-15 23:44:12 +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
34f3409f9b remove inproper warning.
https://github.com/ltdrdata/ComfyUI-Manager/issues/954
2024-08-14 09:31:10 +09:00
Dr.Lt.Data
75240a028a Merge branch 'main' into feat/cnr 2024-08-14 02:02:33 +09:00
Dr.Lt.Data
d95b974941 fix: invalid version handling
https://github.com/ltdrdata/ComfyUI-Manager/issues/953
2024-08-14 01:53:28 +09:00
LiGongrong
b491f51a04
feat: mapping clip and checkpoint to model path (#942) 2024-08-09 21:15:40 +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
e16e72cbbd feat: config.ini - skip_migration_check is supported. 2024-08-04 22:39:13 +09:00
Dr.Lt.Data
ea3413be9b conservative migration system
keep original repo name as possible if unknown node
2024-08-04 16:26:23 +09:00
Dr.Lt.Data
10055f578b Merge branch 'main' into feat/cnr 2024-08-04 16:03:25 +09:00
Dr.Lt.Data
35285dd74b fix: is_installed - consider --index-url pattern 2024-08-04 02:03:42 +09:00
Dr.Lt.Data
cddd000848 Merge branch 'main' into feat/cnr 2024-08-02 03:25:30 +09:00
Dr.Lt.Data
5c70089a62 allows --index-url in requirements.txt
https://github.com/ltdrdata/ComfyUI-Manager/discussions/918
2024-08-02 01:55:03 +09:00
Dr.Lt.Data
1ede7dfe28 fixed: invalid channel_url in get_risky_level
https://github.com/ltdrdata/ComfyUI-Manager/issues/920
2024-08-02 01:30:03 +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
8e1f792cd1 fix: crash by version handling 2024-07-27 22:08:19 +09:00
Dr.Lt.Data
15ef9b9760 hotfix: Temporarily pin numpy installation to numpy<2
numpy 2 is breaking many package dependencies
2024-07-27 11:25:08 +09:00
Max Klein
f0299e07f9
added support for --no-deps option to node install and reinstall (#886)
* added support for `--no-deps` option to node install and reinstall

* post rebase fixup

* fixup help msg for --no-deps option
2024-07-27 01:52:07 +09:00
Dr.Lt.Data
b3be556837 support CNR 2024-07-25 00:24:58 +09:00
Dr.Lt.Data
0b3edc3449 Security policy is updated.
* Allows the download of models that belong to the whitelist even at the 'normal' security level
2024-07-24 00:37:19 +09:00
bymyself
e93c84d38e
Update security check for llmvision (#899) 2024-07-23 21:20:26 +09:00
Dr.Lt.Data
4cb661e86c version marker 2024-07-22 22:03:09 +09:00
Dr.Lt.Data
50b9844215 Security policy changed.
'normal' is changed to 'normal-'

and

'normal-' doesn't allow high-security features even if ComfyUI is running with local hosting.
2024-07-21 13:25:57 +09:00
Dr.Lt.Data
a580a5a446 patch again... 2024-07-21 12:17:31 +09:00
Dr.Lt.Data
93bc2ed85f security patch: model downloading policy is updated
doesn't allow model downloading if security level is high and ComfyUI is remotely accessible
2024-07-21 11:58:47 +09:00
Dr.Lt.Data
27253481ae fix: remove redundant endpoint
https://github.com/ltdrdata/ComfyUI-Manager/issues/855
2024-07-11 23:44:29 +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
01d8d84346 fix: missing 3rd input of download_url in copy_install
https://github.com/ltdrdata/ComfyUI-Manager/issues/848
2024-07-09 20:30:22 +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
Dr.Lt.Data
7adafa453d fix: logging hook - robust patch
fix: potential crash - extracting port info
2024-07-06 21:35:58 +09:00
Dr.Lt.Data
9bd9084381 fix: add functionality to hook the logs generated by the logging module.
- Fix the issue where messages generated by the logging module are not being saved to a file and import failures are not being recognized.
2024-07-06 10:24:24 +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
Dr.Lt.Data
0b96e46c88 prestartup_script - invalid COMFYUI_PATH 2024-07-03 23:55:55 +09:00
Dr.Lt.Data
c7586d2933 version marker 2024-07-03 23:11:13 +09:00
dishuostec
96dbc71ad4
fix parse aria2 host (#829) 2024-07-01 20:51:16 +09:00
Dr.Lt.Data
67655985bd provide COMFYUI_PATH environment variable when executing install.py 2024-06-28 00:07:07 +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
Dr.Lt.Data
1416fbaf99 update DB 2024-06-22 22:19:12 +09:00
dishuostec
7b9292fbd4
support download via aria2 (#797) 2024-06-22 22:11:57 +09:00
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
Dr.Lt.Data
12a364dd6a feat: support better reboot mechanism based on comfy-cli 2024-04-23 20:46:54 +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
39405508fc improve: cm-cli message
feat: cm-cli - reinstall
2024-04-21 12:10:41 +09:00
Dr.Lt.Data
b088dcbd9e feat: cm-cli - restore-dependencies
fix: cm-cli - path fix
2024-04-20 23:32:41 +09:00
Dr.Lt.Data
63fb2c6f11 fix: 'version_str' is not defined
https://github.com/ltdrdata/ComfyUI-Manager/issues/589
2024-04-20 16:11:29 +09:00
Dr.Lt.Data
b3636c1217 fix: cm-cli fix command 2024-04-20 00:59:42 +09:00
Dr.Lt.Data
e98645caf2 feat: cm-cli
fix: snapshot related bugs
refactor
2024-04-20 00:52:50 +09:00
dr.lt.data
9a1f489959 fix: invalid variable scopes
https://github.com/ltdrdata/ComfyUI-Manager/issues/568#issuecomment-2057970786
2024-04-16 11:29:13 +09:00
Dr.Lt.Data
aaeb1d7299 fix: path error from previous commit
`git_helper.py` not found issue

https://github.com/ltdrdata/ComfyUI-Manager/issues/566
2024-04-16 07:57:24 +09:00
Dr.Lt.Data
508418e924 fix: invalid glob path 2024-04-15 23:51:01 +09:00
Dr.Lt.Data
4a1c6a8cbb refactoring 2024-04-15 23:29:03 +09:00
dr.lt.data
c35d494af5 fix: fallback mode for missing distutils 2024-04-03 15:25:14 +09:00
dr.lt.data
097a832e7e refactor: cm_api -> cm_global.APIs 2024-01-02 17:06:59 +09:00