79 Commits

Author SHA1 Message Date
Dr.Lt.Data
35285dd74b fix: is_installed - consider --index-url pattern 2024-08-04 02:03:42 +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
15ef9b9760 hotfix: Temporarily pin numpy installation to numpy<2
numpy 2 is breaking many package dependencies
2024-07-27 11:25:08 +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
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
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
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
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
Dr.Lt.Data
676e99a77a update security scanner
update DB
2024-06-11 17:57:27 +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
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