Skip to content

Commit cad1482

Browse files
committed
update doc
1 parent ea7aafb commit cad1482

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/en/cm-cli.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,9 @@ ComfyUI-Loopchain
121121
* If no file exists at the snapshot path, it is implicitly assumed to be in ComfyUI-Manager/snapshots.
122122
* `--pip-non-url`: Restore for pip packages registered on PyPI.
123123
* `--pip-non-local-url`: Restore for pip packages registered at web URLs.
124-
* `--pip-local-url`: Restore for pip packages specified by local paths.
125-
124+
* `--pip-local-url`: Restore for pip packages specified by local paths.
125+
* `--user-directory`: Set the user directory.
126+
* `--restore-to`: The path where the restored custom nodes will be installed. (When this option is applied, only the custom nodes installed in the target path are recognized as installed.)
126127

127128
### 5. CLI Only Mode
128129

docs/ko/cm-cli.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ ComfyUI-Loopchain
123123
* `--pip-non-url`: PyPI 에 등록된 pip 패키지들에 대해서 복구를 수행
124124
* `--pip-non-local-url`: web URL에 등록된 pip 패키지들에 대해서 복구를 수행
125125
* `--pip-local-url`: local 경로를 지정하고 있는 pip 패키지들에 대해서 복구를 수행
126-
126+
* `--user-directory`: 사용자 디렉토리 설정
127+
* `--restore-to`: 복구될 커스텀 노드가 설치될 경로. (이 옵션을 적용할 경우 오직 대상 경로에 설치된 custom nodes 만 설치된 것으로 인식함.)
127128

128129
### 5. CLI only mode
129130

0 commit comments

Comments
 (0)