Dr.Lt.Data
e71f3774ba
modified: If uv is available, set use_uv to True by default.
2025-07-03 12:32:50 +09:00
Dr.Lt.Data
73d971bed8
bump version
2025-07-02 12:33:16 +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
815784e809
fixed: Fix issue where some nodepacks were displayed redundantly in custom nodes manager.
2025-06-25 00:18:18 +09:00
Dr.Lt.Data
89710412e4
fixed: indentation error
2025-06-17 07:27:46 +09:00
Dr.Lt.Data
931973b632
update DB
2025-06-17 07:22:13 +09:00
Dr.Lt.Data
1246538bbb
fixed: Issue where installation status was not properly recognized when the nodepack ID registered in the registry was not normalized.
...
- ex) `ComfyUI-Crystools`
https://github.com/Comfy-Org/ComfyUI-Manager/issues/1834#issuecomment-2937370214
2025-06-17 00:31:51 +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
a3fb847773
fixed: Don't override preview method if --preview-method is given
...
https://github.com/Comfy-Org/ComfyUI-Manager/issues/1887
2025-06-08 06:33:42 +09:00
Dr.Lt.Data
5c2f4f9e4b
fixed: Issue where cloning Comfy-Org/ComfyUI-Manager would cause mismatches with ltdrdata/ComfyUI-Manager, resulting in it not being recognized properly.
...
https://github.com/Comfy-Org/ComfyUI-Manager/issues/1900
2025-06-08 06:24:19 +09:00
Dr.Lt.Data
0048754fe8
fixed: An issue occurs when attempting to update a node pack installed via git clone if its URL has changed or if the node is not registered in custom-nodes-list.json.
...
https://github.com/Comfy-Org/ComfyUI-Manager/issues/1834#issuecomment-2907690538
2025-05-26 02:21:25 +09:00
Dr.Lt.Data
5c0bd0f79c
bump version
2025-05-26 01:41:49 +09:00
Alexander Piskun
669cdffe08
fix(manager_util): used non normalized package name ( #1867 )
...
* set channel=default, mode=cache for git clone
* fix(manager_util): use normalized_name of package in fix_broken
Signed-off-by: bigcat88 <bigcat88@icloud.com>
---------
Signed-off-by: bigcat88 <bigcat88@icloud.com>
2025-05-26 01:41:07 +09:00
Christian Byrne
53244b794f
[docs] Add README for glob directory ( #1852 )
2025-05-21 21:44:24 +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
683a172ad8
modified: Added a feature to prevent numpy from being forcibly downgraded to below 2 via pip_overrides.json.
...
https://github.com/Comfy-Org/ComfyUI-Manager/issues/1665#issuecomment-2862099191
2025-05-13 03:04:27 +09:00
Dr.Lt.Data
8bcf16dc90
fixed: A type error occurred during the creation of the pip fixer object when an error occurred while retrieving the list of installed packages.
...
https://github.com/Comfy-Org/ComfyUI-Manager/issues/1804
2025-05-13 02:46:34 +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
Tomasz Dowgielewicz
79ece5f72c
fix: handle pip package names with inline comments during installation ( #1811 )
...
Co-authored-by: Tomasz Dowgielewicz <todowgielewicz@artflow.me>
2025-05-13 01:53:44 +09:00
VitoChenLY
5da6fe1373
extract_url_and_commit_id ( #1813 )
...
Co-authored-by: chenyijian <chenyijian@infini-ai.com>
2025-05-13 01:52:02 +09:00
Dr.Lt.Data
5978b6c9ee
updated: PIPFixer - support for pytorch 2.7.0
2025-04-28 23:49:42 +09:00
Dr.Lt.Data
72a61a9966
modified: pipfixer/blacklisting - add torchaudio
2025-04-22 01:17:22 +09:00
Dr.Lt.Data
27bfc539f7
fixed: Removed the possibility of locking by opening the git repo.
...
https://github.com/Comfy-Org/ComfyUI-Manager/issues/1717
2025-04-12 21:10:14 +09:00
Dr.Lt.Data
908a1009d2
fixed: cm-cli.py - save-snapshot: use default path if --output is not given
...
https://github.com/Comfy-Org/comfy-cli/issues/254#issuecomment-2758584763
2025-03-28 12:49:09 +09:00
Dr.Lt.Data
87a652d038
fixed: channel error when DB: local is selected
2025-03-24 01:17:07 +09:00
Dr.Lt.Data
9e66da174e
hotfix: make_pip_cmd - don't apply -s always
...
https://github.com/ltdrdata/ComfyUI-Manager/issues/1667
2025-03-19 02:01:17 +09:00
Dr.Lt.Data
68aa534e1d
fixed: An issue where restore malfunctioned since channel validation patch.
...
https://github.com/Comfy-Org/comfy-cli/issues/253
2025-03-19 01:24:20 +09:00
Dr.Lt.Data
e933eaa2b0
fixed: Skip comfyui-frontend-package fixing when using an older version of ComfyUI.
...
https://github.com/ltdrdata/ComfyUI-Manager/issues/1662
2025-03-15 20:50:30 +09:00
Dr.Lt.Data
5393653ddc
improved: restore_snapshot - better log message
...
fixed: restore_snapshot - failing channel validation
https://github.com/ltdrdata/ComfyUI-Manager/issues/1659
https://github.com/ltdrdata/ComfyUI-Manager/issues/1664
2025-03-15 20:36:50 +09:00
Dr.Lt.Data
1f3274d3f5
fixed: Removed -> str | None typing.
...
- Python versions below 3.10 do not support it.
https://github.com/ltdrdata/ComfyUI-Manager/issues/1663
2025-03-15 20:14:08 +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
e5396713ce
fixed: gitclone_install - add mode
2025-03-14 12:59:06 +09:00
Dr.Lt.Data
79943de808
fixed: install via git url - failed to install if the git url is exists in the default channel
...
https://github.com/ltdrdata/ComfyUI-Manager/issues/1651#issuecomment-2720408569
2025-03-14 12:53:59 +09:00
Dr.Lt.Data
e05f329602
bump version to 3.31
2025-03-14 00:59:11 +09:00
Dr.Lt.Data
f9990ca8eb
fixed: make_pip_cmd - add '-s' option
2025-03-13 22:48:13 +09:00
Dr.Lt.Data
c3eed981c0
fixed: robust validation when model downloading #2
2025-03-12 21:24:31 +09:00
Dr.Lt.Data
bbb54d4a08
fixed: robust validation when model downloading
2025-03-12 21:10:02 +09:00
Dr.Lt.Data
4566c585db
fixed: a condition code wasn’t saved after editing... lol
2025-03-12 21:00:05 +09:00
Dr.Lt.Data
a946338a18
fixed: invalid channel exception when startup
2025-03-12 17:28:17 +09:00
Dr.Lt.Data
0a60a44478
fixed: several security bugs
...
refactor: remove serveal unused code
2025-03-12 11:32:16 +09:00
Robin Huang
7176f0837a
Add linux form factor. ( #1648 )
2025-03-12 07:20:06 +09:00
Dr.Lt.Data
402e2c384f
fixed: Issue where install.py would not run when installed in cnr.
2025-03-11 12:34:07 +09:00
Dr.Lt.Data
04fa540a8c
fixed: crash on desktop version when displaying to print version information
2025-03-08 10:15:23 +09:00
Dr.Lt.Data
e983f9ed35
bump version 3.30.2
2025-03-06 21:48:37 +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
e87d616b7a
fixed: normalize pip name
...
package name in requirements is 'comfyui-frontend-package'
but, package name from `pip freeze` is 'comfyui_frontend_package'
but, package name from `uv pip freeze` is 'comfyui-frontend-package'
https://github.com/ltdrdata/ComfyUI-Manager/pull/1615#issue-2898212382
2025-03-06 21:41:56 +09:00
Alexander Piskun
39df2743fe
get_installed_packages: return python packages names in lowercase ( #1614 )
2025-03-06 21:04:33 +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
Dr.Lt.Data
9136505565
bump version to v3.29
2025-03-05 21:19:23 +09:00
Dr.Lt.Data
f406d728cc
fixed: use pyproject.toml if desktop version
...
- desktop version doesn't contains .git
modified: don't cache the sub fetched data of cnr
2025-03-05 21:18:56 +09:00