update cm-cli manual

This commit is contained in:
Dr.Lt.Data 2024-04-25 23:20:07 +09:00
parent 7bac97dce0
commit b6e2ca42ae
2 changed files with 4 additions and 4 deletions

View File

@ -115,8 +115,8 @@ ComfyUI-Loopchain
### 4. Snapshot Management ### 4. Snapshot Management
* `python cm-cli.py save-snapshot`: Saves the current snapshot. * `python cm-cli.py save-snapshot`: Saves the current snapshot.
* `python cm-cli.py restore-snapshot <snapshot>`: Restores to the specified snapshot. * `python cm-cli.py restore-snapshot <snapshot>`: Restores to the specified snapshot.
* It is assumed that the snapshot files are located in ComfyUI-Manager/snapshots. * If a file exists at the snapshot path, it loads that snapshot.
(An update is planned to allow files from other paths in the future.) * If no file exists at the snapshot path, it implicitly assumes the snapshot is located in ComfyUI-Manager/snapshots.
### 5. CLI Only Mode ### 5. CLI Only Mode

View File

@ -117,8 +117,8 @@ ComfyUI-Loopchain
### 4. 스냅샷 관리 기능 ### 4. 스냅샷 관리 기능
* `python cm-cli.py save-snapshot`: 현재의 snapshot을 저장합니다. * `python cm-cli.py save-snapshot`: 현재의 snapshot을 저장합니다.
* `python cm-cli.py restore-snapshot <snapshot>`: 지정된 snapshot으로 복구합니다. * `python cm-cli.py restore-snapshot <snapshot>`: 지정된 snapshot으로 복구합니다.
* snapshot 파일은 ComfyUI-Manager/snapshots 에 있다고 가정합니다. * snapshot 경로에 파일이 존재하는 경우 해당 snapshot을 로드합니다.
(추후 다른 경로에 있는 파일을 허용 가능하도록 업데이트 예정입니다.) * snapshot 경로에 파일이 존재하지 않는 경우 묵시적으로, ComfyUI-Manager/snapshots 에 있다고 가정합니다.
### 5. CLI only mode ### 5. CLI only mode