Dr.Lt.Data
aaed1dc3d5
feat(security): Support System User Protection API with security migration (V3.38) ( #2338 )
...
- Migrate Manager data path: default/ComfyUI-Manager → __manager
- Force security_level=strong on outdated ComfyUI (block installations)
- Auto-migrate config.ini only; backup legacy files for manual verification
- Raise weak/normal- to normal during migration
- Add /manager/startup_alerts API for UI warnings
- Differentiate 403 responses: comfyui_outdated vs security_level
- Block startup scripts execution on old ComfyUI
Requires ComfyUI v0.3.76+ for full functionality.
Backward compatible with older versions (uses legacy path).
2025-12-03 00:42:12 +09:00
Dr.Lt.Data
785268efa6
modified: By default, do not forcefully downgrade numpy to below version 2. I believe enough of a grace period has now been given.
...
https://github.com/Comfy-Org/ComfyUI-Manager/issues/1981#issuecomment-3058772842
2025-07-12 06:07:10 +09:00
Dr.Lt.Data
a0aee41f1a
fixed: Support configuration with use_uv enabled in environments where only uv exists without pip.
...
https://github.com/Comfy-Org/ComfyUI-Manager/issues/1828
2025-06-25 12:44:26 +09:00
Dr.Lt.Data
cac105b0d5
fixed: prevent halting when log flushing fails.
...
https://github.com/Comfy-Org/ComfyUI-Manager/issues/1794
2025-06-08 06:54:39 +09:00
Dr.Lt.Data
166debfabb
modified: In Python 3.13, the functionality to forcibly downgrade the numpy version below 3.13 is disabled.
...
- Starting from Python 3.13, prebuilt wheels for `numpy` 1.26.4 are no longer provided.
https://github.com/comfyanonymous/ComfyUI/discussions/8187
2025-05-19 05:13:40 +09:00
Dr.Lt.Data
22a2bf1584
Apply https://github.com/Comfy-Org/ComfyUI-Manager/pull/1811 to prestartup_script as well.
2025-05-13 01:59:42 +09:00
Dr.Lt.Data
72a61a9966
modified: pipfixer/blacklisting - add torchaudio
2025-04-22 01:17:22 +09:00
Dr.Lt.Data
7b28bf608b
modified: release pinning ultralytics version
2025-04-22 00:43:20 +09:00
Juggernaut
4b904934ef
AttributeError fix ( #1672 )
2025-03-18 00:49:37 +09:00
Dr.Lt.Data
39eaa76b8a
fixed: remove migration code completely
...
https://github.com/ltdrdata/ComfyUI-Manager/issues/1659
2025-03-14 18:24:30 +09:00
Dr.Lt.Data
f9990ca8eb
fixed: make_pip_cmd - add '-s' option
2025-03-13 22:48:13 +09:00
Alexander Piskun
8b16ef641b
small fix for running as py-module on windows ( #1615 )
2025-03-06 21:48:08 +09:00
Dr.Lt.Data
e8c782c8e1
feat: pip_auto_fix.list for custom PIPFixer
...
fixed: always reinstall comfyui-frontend-package
https://github.com/ltdrdata/ComfyUI-Manager/discussions/980#discussioncomment-12400709
2025-03-05 22:27:24 +09:00
Alexander Piskun
2af66d7efc
support of py-module in prestartup script ( #1610 )
2025-03-05 17:44:42 +09:00
Dr.Lt.Data
3de17b2fa6
improve: pip fixer - support missing comfyui_frontend_package fixing
2025-03-05 12:55:39 +09:00
Dr.Lt.Data
1248bd0413
fixed: robust rmtree for windows environment
...
- reserve for deletion upon restart if a permission error occurs during rmtree
https://github.com/ltdrdata/ComfyUI-Manager/issues/1579
2025-03-03 21:34:38 +09:00
Dr.Lt.Data
86893d999a
fixed: Added the Python executable path to the PATH environment variable, preventing potential issues caused by a missing PATH.
...
https://github.com/ltdrdata/ComfyUI-Manager/issues/1554
2025-02-25 12:18:31 +09:00
Dr.Lt.Data
cee4fdcbb0
fixed: apply ConfigParser(strict=False) to other callsites
...
https://github.com/ltdrdata/ComfyUI-Manager/pull/1561
2025-02-19 22:07:47 +09:00
Dr.Lt.Data
36f48b8656
feat: custom pip_blacklist
...
https://github.com/ltdrdata/ComfyUI-Manager/issues/1560
2025-02-17 22:32:26 +09:00
Dr.Lt.Data
59fb63f1f7
ruff fix
2025-02-16 14:42:58 +09:00
Dr.Lt.Data
1579c58876
fixed: ensure chardet dependency
...
https://github.com/ltdrdata/ComfyUI-Manager/discussions/1553
2025-02-16 13:04:56 +09:00
Dr.Lt.Data
60a5e4f261
fixed: address abnormal encoding of 'requirements.txt'
...
improved: better error message
https://github.com/ltdrdata/ComfyUI-Manager/issues/1513
2025-02-16 10:05:29 +09:00
Dr.Lt.Data
abc26cf906
fixed: pre_startup - restart if script is executed
...
fixed: normalize cnr versions via StrictVersion
- 2.5 and 2.5.0 were regarded as different version
2025-02-15 17:27:09 +09:00
Dr.Lt.Data
bf57de85c3
fixed: datetime import error
...
https://github.com/ltdrdata/ComfyUI-Manager/issues/1517
2025-02-07 09:19:05 +09:00
Dr.Lt.Data
816a53a7b1
fixed: add uv to requirements.txt
...
fixed: invalid interpretation of use_uv config item on prestartup_script
https://github.com/ltdrdata/ComfyUI-Manager/issues/1511
2025-02-03 09:21:20 +09:00
Dr.Lt.Data
ced93b0525
fixed: prestartup_script.py error when config.ini is not exists
2025-02-02 23:41:01 +09:00
Dr.Lt.Data
df2a7ddca4
fixed: auto dependencies installation
...
- missing `rich` module
2025-02-02 21:17:35 +09:00
Dr.Lt.Data
33f931c0a4
feat: Support for uv has been added.
...
Set `use_uv` in `config.ini`.
2025-02-02 17:26:29 +09:00
Dr.Lt.Data
1a7edf7f0e
fixed: datetime.datetime crash - use hasattr instead of exception handling
...
https://github.com/ltdrdata/ComfyUI-Manager/issues/1503
2025-02-01 11:37:53 +09:00
Dr.Lt.Data
b5946344dc
fixed: logging - ensure user_directory is created before start logging.
...
https://github.com/ltdrdata/ComfyUI-Manager/issues/1487
2025-01-28 07:35:13 +09:00
Dr.Lt.Data
41998565db
add support COMFYUI_FOLDERS_BASE_PATH
2025-01-26 18:01:34 +09:00
Dr.Lt.Data
0eb1cbce43
feat: provide error messages for import failed custom node.
2025-01-18 13:04:33 +09:00
Wenyu.Li
4ad1c8a238
fix pattern ( #1439 )
2025-01-12 14:21:59 +09:00
Dr.Lt.Data
9578ce0820
fixed: robust datetime error
...
- support fallback timestamp mode
https://forum.comfy.org/t/restarting-comfyui-using-comfyui-manager-will-cause-it-to-fail-to-start/1090
2025-01-12 02:23:52 +09:00
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