198 Commits

Author SHA1 Message Date
16db68aa8e updated: README.md
removed: useless scripts
fixed: robust installation of toml module
2025-01-03 18:55:05 +09:00
ae3a525008 update README.md 2025-01-03 15:13:35 +09:00
44cead1865 Merge branch 'main' into feat/cnr 2025-01-03 02:25:50 +09:00
8f4184b887 fix: customConfirm - invalid z-index
https://github.com/ltdrdata/ComfyUI-Manager/issues/1388
2025-01-03 01:45:29 +09:00
de2b8fbd88 improved: add aboutBadge 2025-01-02 03:52:18 +09:00
c2c8fbec3c improved: back button - better style 2025-01-02 03:21:46 +09:00
7de3a7039a version marker 2025-01-02 03:00:45 +09:00
a148bb5aeb modified: apply new front's confirm api 2025-01-02 02:23:21 +09:00
939cb12670 fixed: alternative implementation for confirm
`confirm` cannot be used in electron
2024-12-31 14:37:03 +09:00
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
806fdd721d Merge branch 'main' into feat/cnr 2024-12-25 15:56:38 +09:00
915687f4f4 Strengthening the criteria for granting trust markers. 2024-12-25 15:50:05 +09:00
07aa30fccc update DB 2024-12-25 15:43:27 +09:00
8aa3617a18 ruff check 2024-12-22 01:52:20 +09:00
5e5235f5d1 remove suffix for enabled custom nodes 2024-12-22 01:42:32 +09:00
cbcd2e14ce Merge branch 'feat/cnr' into feat/cnr-no-suffix 2024-12-21 18:28:46 +09:00
b9227b1570 modified: hide migration button temporarily 2024-12-21 18:24:18 +09:00
e058140bac Merge branch 'main' into feat/cnr 2024-12-21 18:11:14 +09:00
c7511c7aa9 both aria2 and torchvision.datasets.utils.download_url use HF_ENDPOINT (#1355)
both aria2 and torchvision.datasets.utils.download_url use HF_ENDPOINT to speed up
2024-12-21 17:54:34 +09:00
9503c34d5b Mark usages: 2024-12-20 15:21:52 -08:00
19be1f85da Move to git_utils 2024-12-20 15:02:58 -08:00
4e44c26beb handle installed 2024-12-20 14:56:39 -08:00
9d1ef85af8 Add NodePackage 2024-12-20 14:09:07 -08:00
6fee2b8b10 Use module name without @version in /customnode/installed object key 2024-12-19 15:22:50 -08:00
9b5adfeb2c feat: endpoint customnode/installed is added 2024-12-19 18:13:10 +09:00
95ee037a44 refactor: print -> logging. 2024-12-19 15:50:23 +09:00
31de8ffc3d implement: support --user-directory 2024-12-19 15:27:31 +09:00
a44d1fbd37 fix: mismatches caused by manager-core integration 2024-12-19 09:29:30 +09:00
e4bb21f25c fix: import error - cnr_utils.extract_package_as_zip 2024-12-19 08:20:39 +09:00
87d447f7b5 apply manager-core modifications
- custom custom_nodes dir
2024-12-18 16:21:35 +09:00
e2e1e23ab5 modified: Change the default from CNR to nightly
fixed: broken CNR installation
2024-12-18 15:00:23 +09:00
46a6afcc19 refactor: ruff 2024-12-18 12:30:47 +09:00
222254896c Merge branch 'main' into feat/cnr 2024-12-18 12:00:16 +09:00
7b812dee75 Enable pyflake ruff lint rules (#1340) 2024-12-18 11:46:51 +09:00
b8f153e4eb Merge branch 'main' into feat/cnr 2024-12-18 09:08:15 +09:00
75047edf8a security patch
FIXED: Interferes with the proper functioning of the CORS feature.
2024-12-13 18:21:28 +09:00
a32e551fd0 Revert "Bypass ComfyUI version check when in electron env (#1303)" (#1316)
This reverts commit 6f1bfae957.
2024-12-11 03:41:21 +09:00
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
4d40a637ed Update security scanner message 2024-12-06 09:18:53 +09:00
8d1fd75c6c update security scanner 2024-12-06 04:36:42 +09:00
e6b46ebccf fix: invalid model download path for custom node's model
https://github.com/ltdrdata/ComfyUI-Manager/issues/1294
2024-12-06 04:25:01 +09:00
621ca13906 update security scanner 2024-12-05 19:25:15 +09:00
8593a7206b FIXED: robust ComfyUI path recognition
FIXED: robust import even if prestartup is failed
IMPROVE: show version tag of ComfyUI instead of revision
2024-12-03 01:19:04 +09:00
9e44617199 feat: Support customization of the model download path via extra_model_paths.yaml.
example
```
some_extra_path:
   base_path: /path/to/base
   download_model_base: models
   checkpoints: models/checkpoints
   text_encoders: models/text_encoders
   vae: models/vae
   loras: models/loras
   controlnet: models/controlnet
   clip_vision: models/clip_vision
   gligen: models/gligen
   upscale_models: models/upscale_models
   embeddings: models/embeddings
   diffusion_models: models/diffusion_models
   custom_nodes: custom_nodes
   is_default: True
```
2024-11-30 19:52:32 +09:00
76b073c366 feat: support extra_model_paths.yaml - custom_nodes 2024-11-29 02:43:02 +09:00
a9f8cecaec remove flowt.ai from workflow gallery.
https://github.com/ltdrdata/ComfyUI-Manager/issues/1275
2024-11-27 02:35:47 +09:00
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
5f300b8aea Merge branch 'main' into feat/cnr 2024-11-22 07:27:27 +09:00
8be3cce9a9 manager_core: Fix fetch/update line erasure output issues (#1253)
* __win_check_git_update: Properly cleanup line before using a
  carriage return to return to the beginning. This prevents output
  like:

  Updated: S:\ComfyUI\custom_nodes\ComfyUI-Impact-Packrpolation
  Updated: S:\ComfyUI\custom_nodes\comfyui-inpaint-nodesayout
  Updated: S:\ComfyUI\custom_nodes\ComfyUI-LogicUtilsodes

  In this case the node being updated overlaps the existing output
  showing nodes being checked for updates. This happens because there's
  no erase until end of line being used in the windows specific function
  whereas the non-windows version uses it in git_repo_has_updates.
2024-11-21 09:07:29 +09:00
b703384f6b Merge branch 'main' into feat/cnr 2024-11-11 13:42:13 +09:00