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
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
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
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
CenFun
6b832edd2f
store user's column width ( #1541 )
...
* Resolving conflicts
* ruff --fix
2025-02-14 07:29:11 +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
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
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
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
0a67145d80
code formatting
2025-02-02 14:40:11 +09:00
bymyself
2e55bc470c
Add commands to toggle visibility of manager and custom nodes manager menus ( #1505 )
...
* Add commands for manager keybindings
* use more consistent isVisible condition check
* remove hide method in favor of super class's close method
* fix formatting
* fix tabs formatting
2025-02-02 14:37:04 +09:00
Dr.Lt.Data
3c2933338f
fixed: /manager/queue/status - race condition issue
2025-02-02 10:38:05 +09:00
Robin Huang
829784fa50
Fix conditional for switch ComfyUI.
2025-02-01 16:16:37 -08:00
Robin Huang
3c45f8dc91
Hide update comfyui buttons in electron.
2025-02-01 16:15:27 -08: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
4760deaf9c
feat: custom-nodes-manager - background tasks(install/update/fix/disable/enable)
2025-02-01 11:22:01 +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
c6153ea67d
* FIXED: Resolved an issue where cache updates were not working properly.
...
* IMPROVED: Instead of updating the entire CNR cache at once, the process now divides it into 30-page queries.
* IMPROVED: Clicking on the titles of nodes that exist only in CNR now opens the GitHub repository link instead of the CNR link, where possible.
* ADDED: Added information about `extra_model_paths.yaml` to the README.md file.
https://github.com/ltdrdata/ComfyUI-Manager/issues/1457
2025-01-19 02:25:34 +09:00
Dr.Lt.Data
0eb1cbce43
feat: provide error messages for import failed custom node.
2025-01-18 13:04:33 +09:00
Dr.Lt.Data
830be27eb2
FIXED: Resolved an issue that occurred when attempting to install the nightly version if it was not registered in custom-node-list.json.
...
FIXED: Improved error reporting for invalid Git URLs.
https://github.com/ltdrdata/ComfyUI-Manager/issues/1413
2025-01-11 11:38:12 +09:00
Chenlei Hu
d3fa87fd94
Fix node version metadata ( #1432 )
2025-01-09 19:02:52 -05:00
Dr.Lt.Data
b114672e03
fixed: error when remote mode is selected
...
https://github.com/ltdrdata/ComfyUI-Manager/issues/1413
2025-01-10 00:38:32 +09:00
Dr.Lt.Data
0202cf07d5
revise /customnode/installed api ( #1398 )
...
* revise /customnode/installed
improved: don't fetch data from cnr for the api
improved: change format {<cnr id>: <version>} -> {<module>: [<version>, <cnr id>]}
* fix condition
* improved: add `mode=imported` for startup snapshot
`/customnode/installed` - current snapshot
`/customnode/installed?mode=imported` - startup snapshot
* improved: move cache dir to user directory
* modified: /customnodes/installed
- show whole nodes including disabled
- format changed `key -> list` to `key -> dict`
* fixed: doesn't show disabled node pack properly.
* Update workflow-metadata.js
---------
Co-authored-by: huchenlei <huchenlei@proton.me>
2025-01-08 19:50:58 -05:00
Dr.Lt.Data
29ab428979
fixed: /customnode/versions - Issue where a 400 error occurred when no versions were available in CNR.
...
https://github.com/ltdrdata/ComfyUI-Manager/issues/1397
2025-01-05 09:17:54 +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
44cead1865
Merge branch 'main' into feat/cnr
2025-01-03 02:25:50 +09:00
Dr.Lt.Data
8f4184b887
fix: customConfirm - invalid z-index
...
https://github.com/ltdrdata/ComfyUI-Manager/issues/1388
2025-01-03 01:45:29 +09:00
Dr.Lt.Data
de2b8fbd88
improved: add aboutBadge
2025-01-02 03:52:18 +09:00
Dr.Lt.Data
c2c8fbec3c
improved: back button - better style
2025-01-02 03:21:46 +09:00
Dr.Lt.Data
3c11361502
Merge branch 'main' into feat/cnr
...
improved: support new front's prompt, alert api
modified: z-indices
2025-01-02 02:58:55 +09:00
Dr.Lt.Data
a148bb5aeb
modified: apply new front's confirm api
2025-01-02 02:23:21 +09:00
Dr.Lt.Data
939cb12670
fixed: alternative implementation for confirm
...
`confirm` cannot be used in electron
2024-12-31 14:37:03 +09:00
Dr.Lt.Data
890ba0f818
fix: Fixed an issue where the ID of nodes registered only in the CNR could not be properly resolved.
...
https://github.com/ltdrdata/ComfyUI-Manager/issues/1376
2024-12-29 08:10:59 +09:00
huchenlei
9d1ef85af8
Add NodePackage
2024-12-20 14:09:07 -08:00
huchenlei
0ae2b7f338
nit
2024-12-19 15:39:24 -08:00
huchenlei
c2ac84c3d3
nit
2024-12-19 15:35:11 -08:00
huchenlei
fd29dc5133
Add extension to attach node versions
2024-12-19 15:29:56 -08:00
Dr.Lt.Data
3ecf3a359d
Merge branch 'main' into feat/cnr
2024-12-19 15:35:11 +09:00
copusDev
8a4853948a
Added "Pay-to-Download" & Christmas Theme ( #1346 )
...
* url update
* feat: for pay
* feat: for pay
* feat: for pay
---------
Co-authored-by: john <john@server31.io>
2024-12-19 15:34:54 +09:00
Dr.Lt.Data
e4bb21f25c
fix: import error - cnr_utils.extract_package_as_zip
2024-12-19 08:20:39 +09:00
Dr.Lt.Data
e2e1e23ab5
modified: Change the default from CNR to nightly
...
fixed: broken CNR installation
2024-12-18 15:00:23 +09:00
Dr.Lt.Data
b8f153e4eb
Merge branch 'main' into feat/cnr
2024-12-18 09:08:15 +09:00
Chenlei Hu
30abab5925
Remove call to non-exist endpoint /component/get_unresolved ( #1338 )
2024-12-17 11:19:49 +09:00
Dr.Lt.Data
a32e551fd0
Revert "Bypass ComfyUI version check when in electron env ( #1303 )" ( #1316 )
...
This reverts commit 6f1bfae95789f72f43fbc39434a8289147dbc05a.
2024-12-11 03:41:21 +09:00
filtered
6f1bfae957
Bypass ComfyUI version check when in electron env ( #1303 )
...
* Hacky: hide the features we do not want to ship with electron app
* Backup
* Take install path for cm-cli.
* Remove unused.
* Add no deps.
* Add no deps.
* Bypass ComfyUI version check when in electron env
* Fix exception when comfyui is not repo
* Fix version reporting always skipped
* Log unhandled errors
---------
Co-authored-by: Yoland Y <4950057+yoland68@users.noreply.github.com>
Co-authored-by: Robin Huang <robin.j.huang@gmail.com>
2024-12-11 03:02:58 +09:00
Dr.Lt.Data
a9f8cecaec
remove flowt.ai from workflow gallery.
...
https://github.com/ltdrdata/ComfyUI-Manager/issues/1275
2024-11-27 02:35:47 +09:00