diff --git a/docs/en/cm-cli.md b/docs/en/cm-cli.md index e5158be8..d00bf3b3 100644 --- a/docs/en/cm-cli.md +++ b/docs/en/cm-cli.md @@ -121,8 +121,9 @@ ComfyUI-Loopchain * 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. - + * `--pip-local-url`: Restore for pip packages specified by local paths. + * `--user-directory`: Set the user directory. + * `--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.) ### 5. CLI Only Mode diff --git a/docs/ko/cm-cli.md b/docs/ko/cm-cli.md index 33860f6b..6d6a74a3 100644 --- a/docs/ko/cm-cli.md +++ b/docs/ko/cm-cli.md @@ -123,7 +123,8 @@ ComfyUI-Loopchain * `--pip-non-url`: PyPI 에 등록된 pip 패키지들에 대해서 복구를 수행 * `--pip-non-local-url`: web URL에 등록된 pip 패키지들에 대해서 복구를 수행 * `--pip-local-url`: local 경로를 지정하고 있는 pip 패키지들에 대해서 복구를 수행 - + * `--user-directory`: 사용자 디렉토리 설정 + * `--restore-to`: 복구될 커스텀 노드가 설치될 경로. (이 옵션을 적용할 경우 오직 대상 경로에 설치된 custom nodes 만 설치된 것으로 인식함.) ### 5. CLI only mode