41 Commits

Author SHA1 Message Date
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
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
c779573204 fixed: handling cases where there is no remote branch
https://github.com/ltdrdata/ComfyUI-Manager/issues/1443
2025-01-13 06:22:11 +09:00
Dr.Lt.Data
041f4e4bb5 fixed: robust branch switching for git repo
https://github.com/ltdrdata/ComfyUI-Manager/issues/1410
2025-01-11 09:37:22 +09:00
Dr.Lt.Data
fd164862f3 fixed: invalid config.ini path
fixed: invalid environment setup for git_helper.py
fixed: default pip overrides doesn't work
modified: git_helper.py - use GIT_EXE_PATH env instead of config.ini
improved: print user_directory and ComfyUI-Manager config path on startup
2025-01-09 22:47:02 +09:00
Dr.Lt.Data
9f5b0c9ddd fix: robust checkout ComfyUI's master branch
https://github.com/ltdrdata/ComfyUI-Manager/issues/1392
2025-01-06 22:26:50 +09:00
Dr.Lt.Data
faf1209eba fixed: switch_to_default_branch - robust patch
https://github.com/ltdrdata/ComfyUI-Manager/issues/1392#issuecomment-2569675066
2025-01-04 09:48:56 +09:00
huchenlei
19be1f85da Move to git_utils 2024-12-20 15:02:58 -08:00
huchenlei
4e44c26beb handle installed 2024-12-20 14:56:39 -08:00
huchenlei
9d1ef85af8 Add NodePackage 2024-12-20 14:09:07 -08:00
Dr.Lt.Data
31de8ffc3d implement: support --user-directory 2024-12-19 15:27:31 +09:00
Dr.Lt.Data
46a6afcc19 refactor: ruff 2024-12-18 12:30:47 +09:00
Dr.Lt.Data
222254896c Merge branch 'main' into feat/cnr 2024-12-18 12:00:16 +09:00
Chenlei Hu
7b812dee75
Enable pyflake ruff lint rules (#1340) 2024-12-18 11:46:51 +09:00
Dr.Lt.Data
f74d8cb470 print stash message.
https://github.com/ltdrdata/ComfyUI-Manager/issues/976#issuecomment-2295670323
2024-08-21 00:45:04 +09:00
Dr.Lt.Data
cddd000848 Merge branch 'main' into feat/cnr 2024-08-02 03:25:30 +09:00
Dr.Lt.Data
d7f5f08179 Use custom download_url instead of torchvision's function
- importing torchvision is quiet timed consuming
2024-08-02 01:23:29 +09:00
Dr.Lt.Data
b3be556837 support CNR 2024-07-25 00:24:58 +09:00
Dr.Lt.Data
9b5a2530fd refactoring cm-cli.py based on typer
fix: git_helper - --pip-non-url isn't working properly
2024-05-15 17:29:13 +09:00
dr.lt.data
87f4fcce8b HOTFIX: This script should be executed in custom_nodes dir 2024-05-07 09:44:12 +09:00
Dr.Lt.Data
b9ef8e3a90 feat: support pip snapshot 2024-05-06 21:06:45 +09:00
Dr.Lt.Data
09422da704 feat: support .yaml snapshot 2024-04-27 13:12:27 +09:00
Dr.Lt.Data
e98645caf2 feat: cm-cli
fix: snapshot related bugs
refactor
2024-04-20 00:52:50 +09:00
dr.lt.data
8f8041f342 fix: use tracking_branch instead of 'origin' 2024-02-27 10:26:58 +09:00
Dr.Lt.Data
2414a12545 improve: show updated list/failed list when update all 2024-01-05 00:19:24 +09:00
Dr.Lt.Data
332e4e2856 fix: git_helper's tqdm encoding error 2023-11-06 09:57:30 +09:00
Dr.Lt.Data
e497b8321f feat: tqdm for clone
fix: snapshot restore proper working directory
2023-11-04 21:23:29 +09:00
Dr.Lt.Data
7fbe34f8db feat: snapshot 2023-11-04 17:17:55 +09:00
dr.lt.data
2d7a60689b fix: crash on windows 2023-09-21 10:17:48 +09:00
Dr.Lt.Data
c2ae252e41 feat: git_exe settings 2023-09-20 21:39:04 +09:00
Dr.Lt.Data
0977ef97f3 fix: messages 2023-09-19 10:28:57 +09:00
dr.lt.data
7688c08000 improve: print log for updated extension 2023-09-19 09:47:59 +09:00
dr.lt.data
30ee2ceb0f better error message in win 2023-09-19 09:28:30 +09:00
dr.lt.data
f10cb735e5 fix: update all error message on win 2023-09-19 09:22:18 +09:00
dr.lt.data
a6312077a2 bugfix: git_helper - invalid calling of 'exit' 2023-07-26 10:53:14 +09:00
dr.lt.data
f534cf27e6 robust update patch 2023-07-25 12:35:42 +09:00
Dr.Lt.Data
3bda3f99f0 implement package installation based on prestartup_script 2023-07-11 17:23:33 +09:00
ltdrdata
e52d835dc6 windows update bugfix 2023-05-31 00:01:03 +09:00
ltdrdata
28f3fac5f7 separate fetch and update check 2023-05-30 23:16:31 +09:00
Dr.Lt.Data
9a087da93d support of recursive clone/pull 2023-05-28 16:39:52 +09:00
ltdrdata
4c87c35af4 missing file fix 2023-05-21 08:45:54 +09:00