Commit Graph

114 Commits

Author SHA1 Message Date
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
af298b86d7 modified: github raw url
update DB
2024-11-11 13:41:45 +09:00
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
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
bec91ae52d FIXED: invalid log message 2024-10-11 00:49:16 +09:00
3315807a37 security patch
https://github.com/ltdrdata/ComfyUI-Manager/issues/1125
2024-10-08 19:11:22 +09:00
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
0469cad3bc security policy is modified
MODIFIED: Fix custom nodes feature belongs to `high` level risky features
2024-10-07 08:58:47 +09:00
61537d985d FIXED: component feature - compatibility patch
https://github.com/ltdrdata/ComfyUI-Manager/issues/1108
2024-10-05 15:33:22 +09:00
eb607a6b41 version marker 2024-09-26 09:14:14 +09:00
32430968b8 Update groupnode/component to be compatible with frontend v1.2.64 (#1084) 2024-09-26 08:33:14 +09:00
ffc095a3e5 robust validation 2024-09-24 01:59:35 +09:00
3701246fb1 use core badge feature if possible
https://github.com/ltdrdata/ComfyUI-Manager/pull/1051
2024-09-19 02:43:07 +09:00
c0cc37787a update DB 2024-08-29 21:51:31 +09:00
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
596316536e fix: invalid etc model path
https://github.com/ltdrdata/ComfyUI-Manager/pull/942#issuecomment-2303932387
2024-08-22 23:05:55 +09:00
6b7c4d6330 update DB 2024-08-21 00:16:12 +09:00
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
f896755a31 refactor: share features 2024-08-17 12:22:01 +09:00
72e4c84f8a force downgrade numpy to <2 when try fix 2024-08-16 20:11:13 +09:00
61efd60681 feat: complete pip freezing for torch, torchsde, torchvision 2024-08-16 00:07:19 +09:00
34f3409f9b remove inproper warning.
https://github.com/ltdrdata/ComfyUI-Manager/issues/954
2024-08-14 09:31:10 +09:00
d95b974941 fix: invalid version handling
https://github.com/ltdrdata/ComfyUI-Manager/issues/953
2024-08-14 01:53:28 +09:00
b491f51a04 feat: mapping clip and checkpoint to model path (#942) 2024-08-09 21:15:40 +09:00
3892e3f5e7 fix: missing title in tryInstallCustomNode 2024-08-08 22:48:18 +09:00
35285dd74b fix: is_installed - consider --index-url pattern 2024-08-04 02:03:42 +09:00
5c70089a62 allows --index-url in requirements.txt
https://github.com/ltdrdata/ComfyUI-Manager/discussions/918
2024-08-02 01:55:03 +09:00
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
15ef9b9760 hotfix: Temporarily pin numpy installation to numpy<2
numpy 2 is breaking many package dependencies
2024-07-27 11:25:08 +09:00
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
e93c84d38e Update security check for llmvision (#899) 2024-07-23 21:20:26 +09:00
4cb661e86c version marker 2024-07-22 22:03:09 +09:00
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
a580a5a446 patch again... 2024-07-21 12:17:31 +09:00
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
27253481ae fix: remove redundant endpoint
https://github.com/ltdrdata/ComfyUI-Manager/issues/855
2024-07-11 23:44:29 +09:00
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
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
a539f6bbca improve: menu item layouts in new style menu 2024-07-07 10:15:15 +09:00
0e55225586 modified: free_models message 2024-07-07 09:58:14 +09:00
87fc538fd1 feat: free model/cache feature on new style menu. 2024-07-07 09:55:22 +09:00
7adafa453d fix: logging hook - robust patch
fix: potential crash - extracting port info
2024-07-06 21:35:58 +09:00
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
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
0b96e46c88 prestartup_script - invalid COMFYUI_PATH 2024-07-03 23:55:55 +09:00
c7586d2933 version marker 2024-07-03 23:11:13 +09:00
96dbc71ad4 fix parse aria2 host (#829) 2024-07-01 20:51:16 +09:00
67655985bd provide COMFYUI_PATH environment variable when executing install.py 2024-06-28 00:07:07 +09:00
d7f276726a Support new style menu
https://github.com/comfyanonymous/ComfyUI/pull/3112
2024-06-26 01:22:23 +09:00
1416fbaf99 update DB 2024-06-22 22:19:12 +09:00