From a8aa9bfc23204947c72d18ed29272fae61e7405b Mon Sep 17 00:00:00 2001 From: 7D2 Date: Mon, 28 Aug 2023 22:41:14 +0800 Subject: [PATCH] Update README.md Modify a text error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 073241d..90d6948 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ NODE_CLASS_MAPPINGS.update({ ## Troubleshooting * 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`. * Alternatively, download the update-fix.py script from [update-fix.py](https://github.com/ltdrdata/ComfyUI-Manager/raw/main/scripts/update-fix.py) and place it in the ComfyUI-Manager directory. Then, run it using your Python command. - For the portable version, use `..\..\..\python_embedded\python.exe update-fix.py`. + For the portable version, use `..\..\..\python_embeded\python.exe update-fix.py`. * If Controlnet is set to skip_v1 true, nodes like `CannyEdgePreprocessor` will appear as extensions of missing nodes, but simply installing them is not enough, and direct modification of the user's config.yaml is required. * For cases where nodes like `PreviewTextNode` from `ComfyUI_Custom_Nodes_AlekPet` are only supported as front-end nodes, we currently do not provide missing nodes for them. * Currently, `vid2vid` is not being updated, causing compatibility issues.