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
Yoland Yan
d649ca47c6
Add comfy version to query ( #1608 )
...
* Add comfy version to query
* Add form factor detection for ComfyUI node query
2025-03-05 21:18:45 +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
bebc16d5a6
fixed: invalid log message
2025-03-04 22:07:15 +09:00
Dr.Lt.Data
0bd1bf2605
fixed: cm-cli - crash when comfyui doesn't have .git dir.
...
(support for desktop version)
2025-03-04 21:35:24 +09:00
Dr.Lt.Data
22f723b920
modified: show more detailed info if updating failed
2025-03-04 12:37: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
c7248c2d47
improve: PIPFixer
...
- now add numpy restriction when fixing opencv
2025-03-03 17:58:22 +09:00
Dr.Lt.Data
e71e68e298
modified: better error log when failed to update comfyui
...
https://github.com/ltdrdata/ComfyUI-Manager/issues/1576
2025-03-02 17:42:31 +09:00
Dr.Lt.Data
6969557693
fixed: stuck if cnr node cannot be resolved
...
https://github.com/ltdrdata/ComfyUI-Manager/issues/1596#issuecomment-2692415656
2025-03-02 17:28:53 +09:00
Dr.Lt.Data
f6be5ad839
modified: verbose reporting when initial fecthing is failed.
...
https://github.com/ltdrdata/ComfyUI-Manager/issues/1594
2025-03-02 17:07:00 +09:00
Dr.Lt.Data
5a5a37dfee
fixed: robust initial caching
...
https://github.com/comfyanonymous/ComfyUI/issues/7003#issuecomment-2690687621
modified: store `db_mode` setting to `config.ini`
https://github.com/ltdrdata/ComfyUI-Manager/issues/1582#issuecomment-2687332355
remove: fetch updates / skip updates
- 'updates' filter will trigger fetching
https://github.com/ltdrdata/ComfyUI-Manager/issues/1584
added: support for `disable_front` or `DISABLE_COMFYUI_MANAGER_FRONT`
2025-03-01 01:06:17 +09:00
Dr.Lt.Data
f1b7f5f52f
fixed: Fixed the issue where attempting to install the nightly version resulted in installing the latest version instead.
2025-02-26 21:50:31 +09:00
Dr.Lt.Data
5ef58652bf
remove useless code
2025-02-26 21:19:22 +09:00
Dr.Lt.Data
ea7aafb3e6
fixed: When enabling the selected items, it fixed an issue where it performed a latest installation instead of enabling the previously disabled ones.
...
fixed: robust skipping installing/uninstalling/enabling of ComfyUI-Manager
2025-02-25 22:19:07 +09:00
Alexander Piskun
42b15ad4a5
restart action: support running as Python module ( #1578 )
2025-02-25 17:16:36 +09:00
Dr.Lt.Data
d3d613cca9
improved: cm-cli.sh - add --restore-to option to restore-snapshot command
2025-02-25 12:38:29 +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
4fd17b0bf5
improved: advanced missing node detection based on embedded info
...
https://github.com/ltdrdata/ComfyUI-Manager/issues/1445
feat: Custom Nodes In Workflow
https://github.com/ltdrdata/ComfyUI-Manager/issues/990
https://github.com/ltdrdata/ComfyUI-Manager/issues/127
improved: show version on main dialog
modified: aux_id - use github_id if possible
removed: `fetch updates` button
2025-02-24 21:18:42 +09:00
Dr.Lt.Data
e9df78c0e7
improved: When user do Switch ComfyUI, update the policy accordingly.
2025-02-20 12:20:04 +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
Vanisper
df3cdfccb0
fix(git_utils): allow duplicate vscode-merge-base sections with strict=False ( #1561 )
...
- Set ConfigParser strict mode to False
- Resolves issue #1529 by permitting section duplicates
- Allow `vscode-merge-base` to appear multiple times in `.git/config`
2025-02-19 22:05:04 +09:00
Dr.Lt.Data
5dd8ea8aab
feat: update policy for updating ComfyUI
...
https://github.com/ltdrdata/ComfyUI-Manager/issues/1552
fixed: comfyui versions should be based on commit date
https://github.com/ltdrdata/ComfyUI-Manager/issues/1566
fixed: invalid identifying of nightly node packs which has `git@github.com:...` url
fixed: switch comfyui should be based on `master` branch instead of `main` branch
fixed: switch_to_default_branch - more robust switching
refactor: endpoints for policies
2025-02-19 21:34:13 +09:00
Dr.Lt.Data
41172be796
modified: don't show outdated ComfyUI message if desktop mode
...
modified: use __COMFYUI_DESKTOP_VERSION__ in notice board if desktop mode
2025-02-19 07:41:54 +09:00
Dr.Lt.Data
ad1b4a9a86
feat: reverse proxy
...
https://github.com/ltdrdata/ComfyUI-Manager/pull/795/files
2025-02-18 23:41:44 +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
2c3f44a3f8
fixed: cm-cli.py - missing 'utils' module if COMYUI_PatH is set
...
https://github.com/ltdrdata/ComfyUI-Manager/issues/1556
2025-02-17 07:43:35 +09:00
Dr.Lt.Data
3ddf414097
fixed: Modify the import of chardet to be lazy.
...
- "Prevent `chardet` from being imported in `manager_util` before automatic dependency installation."**
https://github.com/ltdrdata/ComfyUI-Manager/issues/1554
2025-02-16 20:29:29 +09:00
Dr.Lt.Data
fa1b514440
improved: Update All - Show link on the result board
...
fixed: Update All - Updates for unknown nodes were not being applied
fixed: corner case crash whilte install/updating
https://github.com/ltdrdata/ComfyUI-Manager/issues/1168
2025-02-16 14:25:57 +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
12351bada7
improved: is_local_mode - use ipaddress module instead of string match
...
refactor: get_config() - ensure lowercase option when returning dict
https://github.com/ltdrdata/ComfyUI-Manager/issues/1546
2025-02-15 10:02:25 +09:00
Dr.Lt.Data
3b0709f5f2
improved: cm-cli.py save-snapshot - validate output path
...
fixed: Update all - Properly display the results of the ComfyUI update.
fixed: Update all - An issue where the action results of the custom nodes manager were reflected in the main dialog.
https://github.com/ltdrdata/ComfyUI-Manager/issues/1548
2025-02-15 09:23:04 +09:00
Dr.Lt.Data
6516e62d33
version marker
2025-02-14 07:29:48 +09:00
Robin Huang
eebace1652
Add support for custom node only snapshots ( #4 ) ( #1542 )
...
* Add support for custom node only snapshots (#4 )
* Fix ruff lint.
---------
Co-authored-by: pythongosssss <125205205+pythongosssss@users.noreply.github.com>
2025-02-14 07:26:35 +09:00
Dr.Lt.Data
6ff6e05408
improve: update all - background updating
...
modified: update all - don't update ComfyUI
2025-02-13 22:34:36 +09:00
Dr.Lt.Data
9963afa558
modified: remove comfyui-manager from list if desktop mode
2025-02-13 08:46:18 +09:00
Dr.Lt.Data
5b2e2fcf9d
feat: config.ini - network_mode is added.
...
- public | private | offline
https://github.com/ltdrdata/ComfyUI-Manager/issues/1537
2025-02-13 08:24:54 +09:00
Dr.Lt.Data
e113e011cb
improved: Display the terminal when starting the installation of a model or node packs
2025-02-10 02:56:55 +09:00
Dr.Lt.Data
559c011420
feat: support huggingface snapshot downloader
...
fixed: An issue where JS did not properly handle model download errors.
fixed: better security message for model downloading
2025-02-10 02:24:08 +09:00
Dr.Lt.Data
488f023bdf
fixed: install.py wasn't executed properly
...
https://github.com/comfyanonymous/ComfyUI/issues/6734#issuecomment-2645819264
2025-02-09 07:50:31 +09:00
Dr.Lt.Data
22878f4ef8
fixed: robust install if db is broken
2025-02-08 07:18:57 +09:00
Dr.Lt.Data
e732a39fea
fixed: robust loading if db is broken
2025-02-08 07:16:33 +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
524ff9a4a6
modified: change default_cache_is_channel_url config option to default_cache_as_channel_url
2025-02-02 23:23:36 +09:00
Dr.Lt.Data
f15032f905
feat: add default_cache_is_channel_url config option
2025-02-02 23:19:25 +09:00
Dr.Lt.Data
df2a7ddca4
fixed: auto dependencies installation
...
- missing `rich` module
2025-02-02 21:17:35 +09:00
Dr.Lt.Data
ba9c71ffa4
fixed: close dialogs before restart
...
fixed: visual bug
2025-02-02 18:57:23 +09:00
Dr.Lt.Data
21b6c6569c
feat: show restart confirm window when reconnected
...
fixed: `uv` related crash
2025-02-02 18:36:04 +09:00
Dr.Lt.Data
92aba9565a
version marker
2025-02-02 18:17:27 +09:00
HuangYongliang
6ea0aebb0b
fix channel_url config ( #1501 )
...
* 1.fix channel_url not effecte for default_cache_update
2.support http channel url for airgap env
* fix pylint
2025-02-02 18:16:39 +09:00
Dr.Lt.Data
b5cdcb75b4
feat: add always_lazy_install config option.
2025-02-02 18:01:16 +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
ede8279c17
remove legacy ui components
...
- default_ui
- a1111
2025-02-02 15:27:29 +09:00
Dr.Lt.Data
268b84a2b6
fixed: broken db item
...
fixed: robust getlist
https://github.com/ltdrdata/ComfyUI-Manager/issues/1508
2025-02-02 14:52:46 +09:00
Dr.Lt.Data
0a67145d80
code formatting
2025-02-02 14:40:11 +09:00
Dr.Lt.Data
3c2933338f
fixed: /manager/queue/status - race condition issue
2025-02-02 10:38:05 +09:00
Dr.Lt.Data
510c364607
feat: stop feature
...
feat: model-manager - support background tasking
2025-02-01 16:35:56 +09:00
Dr.Lt.Data
42c8082edd
fixed: duplicate endpoint function name
2025-02-01 11:39:48 +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
4760deaf9c
feat: custom-nodes-manager - background tasks(install/update/fix/disable/enable)
2025-02-01 11:22:01 +09:00
Dr.Lt.Data
0f7b9d02a0
improved: more friendly log messages.
2025-01-31 21:42:26 +09:00
Dr.Lt.Data
12969eda07
version marker
2025-01-31 09:12:05 +09:00
Dr.Lt.Data
e07952455f
fixed: PIPFixer - crash if dev was installed.
2025-01-31 09:10:51 +09:00
Dr.Lt.Data
4494230854
improved: PIPFixer - support pytorch 2.6.0
2025-01-31 09:05:31 +09:00
Dr.Lt.Data
0a28bfa9c2
fixed: ruff violation
2025-01-29 23:17:15 +09:00
Dr.Lt.Data
6d771f77e6
improved: Model-Manager now robustly recognizes installed models.
...
https://github.com/ltdrdata/ComfyUI-Manager/issues/1391
2025-01-29 23:13:17 +09:00
Dr.Lt.Data
b1b02dc8e5
double-click feature is removed.
...
The feature has been moved to
https://github.com/ltdrdata/comfyui-connection-helper
2025-01-29 02:45:37 +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
13f98ddbd6
version marker
2025-01-26 18:09:55 +09:00
HuangYongliang
9a5c7c10de
print raw download url for convenience ( #1478 )
...
* print raw download url for convenience
* print raw download url for convenience
2025-01-26 18:09:03 +09:00