From 852d02594dc7f0f8c7527ae1efe97f33fc2fae7e Mon Sep 17 00:00:00 2001 From: Sam Khoze <68170403+SamKhoze@users.noreply.github.com> Date: Sat, 15 Jun 2024 13:24:58 -0700 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 611d650..23382d1 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,11 @@ Below are the two ComfyUI repositories required to load video and audio. Install Clone the repositories: - ``` + cd custom_nodes git clone https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite.git git clone https://github.com/a1lazydog/ComfyUI-AudioScheduler.git - ``` + # Installation & Models Download @@ -35,11 +35,10 @@ Clone the repositories: Clone this repository into the `custom_nodes` folder and install requirements: - ``` + git clone https://github.com/SamKhoze/CompfyUI-DeepFuze.git cd CompfyUI-DeepFuze pip3 install -r requirements.txt - ``` ----