From 54c882b95594e640361433e6557004580c33ed93 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Mon, 6 May 2024 21:30:56 +0900 Subject: [PATCH] update README.md --- docs/en/cm-cli.md | 7 ++++++- docs/ko/cm-cli.md | 5 ++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/en/cm-cli.md b/docs/en/cm-cli.md index 6b62540..e5158be 100644 --- a/docs/en/cm-cli.md +++ b/docs/en/cm-cli.md @@ -14,7 +14,7 @@ OPTIONS: [update|disable|enable|fix] all ?[--channel ] ?[--mode [remote|local|cache]] [simple-show|show] [installed|enabled|not-installed|disabled|all|snapshot|snapshot-list] ?[--channel ] ?[--mode [remote|local|cache]] save-snapshot ?[--output ] - restore-snapshot + restore-snapshot ?[--pip-non-url] ?[--pip-non-local-url] ?[--pip-local-url] cli-only-mode [enable|disable] restore-dependencies clear @@ -112,12 +112,17 @@ ComfyUI-Loopchain * `enable`: Enables the specified custom nodes. * `fix`: Attempts to fix dependencies for the specified custom nodes. + ### 4. Snapshot Management * `python cm-cli.py save-snapshot [--output ]`: Saves the current snapshot. * With `--output`, you can save a file in .yaml format to any specified path. * `python cm-cli.py restore-snapshot `: Restores to the specified snapshot. * If a file exists at the snapshot path, that snapshot is loaded. * If no file exists at the snapshot path, it is implicitly assumed to be in ComfyUI-Manager/snapshots. + * `--pip-non-url`: Restore for pip packages registered on PyPI. + * `--pip-non-local-url`: Restore for pip packages registered at web URLs. + * `--pip-local-url`: Restore for pip packages specified by local paths. + ### 5. CLI Only Mode diff --git a/docs/ko/cm-cli.md b/docs/ko/cm-cli.md index e7e0d4a..33860f6 100644 --- a/docs/ko/cm-cli.md +++ b/docs/ko/cm-cli.md @@ -14,7 +14,7 @@ OPTIONS: [update|disable|enable|fix] all ?[--channel ] ?[--mode [remote|local|cache]] [simple-show|show] [installed|enabled|not-installed|disabled|all|snapshot|snapshot-list] ?[--channel ] ?[--mode [remote|local|cache]] save-snapshot ?[--output ] - restore-snapshot + restore-snapshot ?[--pip-non-url] ?[--pip-non-local-url] ?[--pip-local-url] cli-only-mode [enable|disable] restore-dependencies clear @@ -120,6 +120,9 @@ ComfyUI-Loopchain * `python cm-cli.py restore-snapshot `: 지정된 snapshot으로 복구합니다. * snapshot 경로에 파일이 존재하는 경우 해당 snapshot을 로드합니다. * snapshot 경로에 파일이 존재하지 않는 경우 묵시적으로, ComfyUI-Manager/snapshots 에 있다고 가정합니다. + * `--pip-non-url`: PyPI 에 등록된 pip 패키지들에 대해서 복구를 수행 + * `--pip-non-local-url`: web URL에 등록된 pip 패키지들에 대해서 복구를 수행 + * `--pip-local-url`: local 경로를 지정하고 있는 pip 패키지들에 대해서 복구를 수행 ### 5. CLI only mode