From 10ab0caf1eba8aca8ce317f5ae88b6a37ef44e2b Mon Sep 17 00:00:00 2001 From: hidecloud Date: Tue, 2 Apr 2024 17:49:34 +0800 Subject: [PATCH] Update README.md fix a typo to avoid path error --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c1f9151..4de4335 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ We provide ComfyUI-ResAdapter node to help users to use ResAdapter in ComfyUI. # Step1: Clone ComfyUI-ResAdapter git clone git@github.com:jiaxiangc/ComfyUI-ResAdapter.git -# Step2: Move it to ComfyUI/custom_node -mv ComfyUI-ResAdapter ComfyUI/custom_node/ +# Step2: Move it to ComfyUI/custom_nodes +mv ComfyUI-ResAdapter ComfyUI/custom_nodes/ # Step3: Select Load ResAdapter Node in ComfyUI. We can use it like LoRA Loader. ```