diff --git a/README.md b/README.md index 2a1a3b1e..a0ab899d 100644 --- a/README.md +++ b/README.md @@ -89,20 +89,20 @@ ## Paths -In `ComfyUI-Manager` V3.0 and later, configuration files and dynamically generated files are located under `/default/ComfyUI-Manager/`. +In `ComfyUI-Manager` V4.0.3b4 and later, configuration files and dynamically generated files are located under `/__manager/`. -* - * If executed without any options, the path defaults to ComfyUI/user. - * It can be set using --user-directory . +* + * If executed without any options, the path defaults to ComfyUI/user. + * It can be set using --user-directory . -* Basic config files: `/default/ComfyUI-Manager/config.ini` -* Configurable channel lists: `/default/ComfyUI-Manager/channels.ini` -* Configurable pip overrides: `/default/ComfyUI-Manager/pip_overrides.json` -* Configurable pip blacklist: `/default/ComfyUI-Manager/pip_blacklist.list` -* Configurable pip auto fix: `/default/ComfyUI-Manager/pip_auto_fix.list` -* Saved snapshot files: `/default/ComfyUI-Manager/snapshots` -* Startup script files: `/default/ComfyUI-Manager/startup-scripts` -* Component files: `/default/ComfyUI-Manager/components` +* Basic config files: `/__manager/config.ini` +* Configurable channel lists: `/__manager/channels.ini` +* Configurable pip overrides: `/__manager/pip_overrides.json` +* Configurable pip blacklist: `/__manager/pip_blacklist.list` +* Configurable pip auto fix: `/__manager/pip_auto_fix.list` +* Saved snapshot files: `/__manager/snapshots` +* Startup script files: `/__manager/startup-scripts` +* Component files: `/__manager/components` ## `extra_model_paths.yaml` Configuration @@ -115,12 +115,12 @@ The following settings are applied based on the section marked as `is_default`. ## Snapshot-Manager * When you press `Save snapshot` or use `Update All` on `Manager Menu`, the current installation status snapshot is saved. - * Snapshot file dir: `/default/ComfyUI-Manager/snapshots` + * Snapshot file dir: `/__manager/snapshots` * You can rename snapshot file. * Press the "Restore" button to revert to the installation status of the respective snapshot. * However, for custom nodes not managed by Git, snapshot support is incomplete. * When you press `Restore`, it will take effect on the next ComfyUI startup. - * The selected snapshot file is saved in `/default/ComfyUI-Manager/startup-scripts/restore-snapshot.json`, and upon restarting ComfyUI, the snapshot is applied and then deleted. + * The selected snapshot file is saved in `/__manager/startup-scripts/restore-snapshot.json`, and upon restarting ComfyUI, the snapshot is applied and then deleted. ![model-install-dialog](https://raw.githubusercontent.com/ltdrdata/ComfyUI-extension-tutorials/Main/ComfyUI-Manager/images/snapshot.jpg) @@ -169,12 +169,12 @@ The following settings are applied based on the section marked as `is_default`. } ``` * `` Ensure that the timestamp is always unique. - * "components" should have the same structure as the content of the file stored in `/default/ComfyUI-Manager/components`. + * "components" should have the same structure as the content of the file stored in `/__manager/components`. * ``: The name should be in the format `::`. * ``: In the node data of the group node. * ``: Only two formats are allowed: `major.minor.patch` or `major.minor`. (e.g. `1.0`, `2.2.1`) * ``: Saved time - * ``: If the packname is not empty, the category becomes packname/workflow, and it is saved in the .pack file in `/default/ComfyUI-Manager/components`. + * ``: If the packname is not empty, the category becomes packname/workflow, and it is saved in the .pack file in `/__manager/components`. * ``: If there is neither a category nor a packname, it is saved in the components category. ``` "version":"1.0", @@ -304,7 +304,7 @@ When you run the `scan.sh` script: ## Troubleshooting -* If your `git.exe` is installed in a specific location other than system git, please install ComfyUI-Manager and run ComfyUI. Then, specify the path including the file name in `git_exe = ` in the `/default/ComfyUI-Manager/config.ini` file that is generated. +* If your `git.exe` is installed in a specific location other than system git, please install ComfyUI-Manager and run ComfyUI. Then, specify the path including the file name in `git_exe = ` in the `/__manager/config.ini` file that is generated. * If updating ComfyUI-Manager itself fails, please go to the **ComfyUI-Manager** directory and execute the command `git update-ref refs/remotes/origin/main a361cc1 && git fetch --all && git pull`. * If you encounter the error message `Overlapped Object has pending operation at deallocation on ComfyUI Manager load` under Windows * Edit `config.ini` file: add `windows_selector_event_loop_policy = True`