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
Dr.Lt.Data
5f300b8aea
Merge branch 'main' into feat/cnr
2024-11-22 07:27:27 +09:00
Robin Huang
ff8fb087e0
Restart using electron api is present. ( #1255 )
2024-11-21 15:01:14 +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
aurel-g
7f3a70bf6b
Fix incorrect display of Terminal Log in nodes tree tab ( #1174 )
2024-10-22 22:39:10 +09:00
Dr.Lt.Data
f4442972bc
Merge branch 'main' into feat/cnr
2024-10-08 19:47:38 +09:00
Dr.Lt.Data
8dd84bb0ec
typo fix
2024-10-08 08:31:31 +09:00
Dr.Lt.Data
e9eaff7f7e
double click feature is fixed
...
MODIFIED: separate into copy-full and copy-all
FIXED: improper size copying
https://github.com/ltdrdata/ComfyUI-Manager/issues/1118
2024-10-08 08:28:33 +09:00
Dr.Lt.Data
aa4b3d81ba
Merge branch 'main' into feat/cnr
2024-10-05 15:35:48 +09:00
Dr.Lt.Data
61537d985d
FIXED: component feature - compatibility patch
...
https://github.com/ltdrdata/ComfyUI-Manager/issues/1108
2024-10-05 15:33:22 +09:00
Dr.Lt.Data
cbb6432803
Merge branch 'main' into feat/cnr
2024-09-29 17:18:47 +09:00
Dr.Lt.Data
fbb1cd60d6
add docs.comfy.org
...
https://github.com/ltdrdata/ComfyUI-Manager/pull/1095
2024-09-29 17:18:06 +09:00
Dr.Lt.Data
e83e15b9fc
Merge branch 'main' into feat/cnr
2024-09-26 08:57:29 +09:00
bymyself
32430968b8
Update groupnode/component to be compatible with frontend v1.2.64 ( #1084 )
2024-09-26 08:33:14 +09:00
Dr.Lt.Data
2c3a11012f
Merge branch 'main' into feat/cnr
2024-09-19 02:45:39 +09:00
Dr.Lt.Data
3701246fb1
use core badge feature if possible
...
https://github.com/ltdrdata/ComfyUI-Manager/pull/1051
2024-09-19 02:43:07 +09:00
Dr.Lt.Data
a1c90ceb52
modify: close button -> back button
2024-09-08 16:51:41 +09:00
Dr.Lt.Data
ecda9bd34e
add favorites button
2024-09-08 16:42:36 +09:00
Dr.Lt.Data
a952009d4a
modified: remove uninstall/switch/disable button for ComfyUI-Manager in the list
...
feat: support favorites list
2024-09-08 15:53:54 +09:00