From beedc5e01741da40ca3164a275bc0b73b65caa2d Mon Sep 17 00:00:00 2001 From: "dr.lt.data" Date: Wed, 13 Dec 2023 10:56:31 +0900 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4051432..b40f5a73 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ prerequisite: python-is-python3, python3-venv 3. `./install-comfyui-venv-linux.sh` ### Installation Precautions -* `ComfyUI-Manager` must be accurately located in the path `ComfyUI/custom_nodes/ComfyUI-Manager` +* **DO**: `ComfyUI-Manager` must be accurately located in the path `ComfyUI/custom_nodes/ComfyUI-Manager` * **DON'T**: Decompress directly into the `ComfyUI/custom_nodes` location, resulting in the Manager contents like `__init__.py` being placed directly in that directory. * You have to remove all ComfyUI-Manager files from `ComfyUI/custom_nodes` * **DON'T**: In a form where decompression occurs in a path such as `ComfyUI/custom_nodes/ComfyUI-Manager/ComfyUI-Manager`.