94 Commits

Author SHA1 Message Date
Dr.Lt.Data
85a03e6249 FIXED: pip downgrade blacklisting doesn't work if ~= pattern
https://github.com/ltdrdata/ComfyUI-Manager/issues/1301
https://github.com/ltdrdata/ComfyUI-Manager/issues/1425
2025-01-12 01:22:26 +09:00
Dr.Lt.Data
fd164862f3 fixed: invalid config.ini path
fixed: invalid environment setup for git_helper.py
fixed: default pip overrides doesn't work
modified: git_helper.py - use GIT_EXE_PATH env instead of config.ini
improved: print user_directory and ComfyUI-Manager config path on startup
2025-01-09 22:47:02 +09:00
Dr.Lt.Data
585cc0d991 fixed: invalid skipping of pip dependencies installation if ==, ~=
removed: useless badge related code
2025-01-04 03:07:36 +09:00
Dr.Lt.Data
16db68aa8e updated: README.md
removed: useless scripts
fixed: robust installation of toml module
2025-01-03 18:55:05 +09:00
Dr.Lt.Data
31de8ffc3d implement: support --user-directory 2024-12-19 15:27:31 +09:00
Dr.Lt.Data
602d04e236 fix: prestartup - import error 2024-12-19 11:33:58 +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
5a61000daa pip_overrides ultralytics to 8.3.40 2024-12-06 04:46:14 +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
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
41d4ba9721 Merge branch 'main' into feat/cnr 2024-10-20 14:07:08 +09:00
Ezer Karavani
75d57e4335
improve timestamp in comfyui.log (#1154) 2024-10-19 20:07:33 +09:00
Dr.Lt.Data
ed123750d9 postponed processing for cnr switch & migration 2024-08-22 03:38:22 +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
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
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
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
b3be556837 support CNR 2024-07-25 00:24:58 +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
Dr.Lt.Data
0b96e46c88 prestartup_script - invalid COMFYUI_PATH 2024-07-03 23:55:55 +09:00
Dr.Lt.Data
67655985bd provide COMFYUI_PATH environment variable when executing install.py 2024-06-28 00:07:07 +09:00
Nicolas Martel
0e4f1713a4
Add missing isatty(...) function (#790)
Depending on the use of ComfyUI this missing function can be called in certain code paths, such as used in yachalk
2024-06-19 01:02:42 +09:00
Dr.Lt.Data
e4ba360f34 fix: Fix for the issue of pip version not upgrading
https://github.com/ltdrdata/ComfyUI-Manager/issues/772
2024-06-18 21:08:03 +09:00
Dr.Lt.Data
3fbe1199be update DB 2024-06-18 00:10:46 +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
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
DukeSniper
1d679f3b9a
better handling of missing permissions in prestartup (#638)
Co-authored-by: Roger Moore <roger.moore@tasso.net>
2024-05-02 20:07:02 +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
6c0dfb2ed2 fix: ensure GitPython installation in the prestartup_script instead of __init__.py
https://github.com/ltdrdata/ComfyUI-Manager/issues/567
2024-04-16 08:06:51 +09:00
Dr.Lt.Data
4a1c6a8cbb refactoring 2024-04-15 23:29:03 +09:00
Dr.Lt.Data
ca3d8c16a8 feat: custom mapping for pip installation
https://github.com/ltdrdata/ComfyUI-Manager/discussions/554
2024-04-12 22:22:28 +09:00
dr.lt.data
c35d494af5 fix: fallback mode for missing distutils 2024-04-03 15:25:14 +09:00
Dr.Lt.Data
e75770cc4d fix: try install 'distutils' when distutils package is missing
afaik, distutils is a basic package

https://github.com/ltdrdata/ComfyUI-Manager/issues/536
2024-04-03 00:33:42 +09:00
Dr.Lt.Data
d907c45cb0 improve: black list feature
- check version
- support `downgrade_blacklist` in `config.ini`

https://github.com/ltdrdata/ComfyUI-Manager/issues/515
2024-04-02 00:18:09 +09:00
Dr.Lt.Data
bae144d36c improve: collapse deprecation message 2024-03-23 12:59:10 +09:00
dr.lt.data
bb440a4d2d fix: invalid detection of failed import - reflect changed ComfyUI log system
https://github.com/ltdrdata/ComfyUI-Manager/issues/480
2024-03-15 16:08:29 +09:00
dr.lt.data
d829220973 improve: pip handling
- prevent downgrade `torch, torchsde, torchvision, transformers, safetensors, kornia`
2024-03-14 12:45:18 +09:00
dr.lt.data
cdc9259ee2 improve: reduce pip install spam 2024-02-26 18:10:35 +09:00