From f5f429185d94c18f9f196165d731c12fc81709a6 Mon Sep 17 00:00:00 2001 From: Sam Khoze <68170403+SamKhoze@users.noreply.github.com> Date: Sat, 15 Jun 2024 13:24:18 -0700 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bd62fb6..611d650 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,8 @@ Clone the repositories: - Make sure you have `ffmpeg` in the `%PATH%`, following [this](https://www.geeksforgeeks.org/how-to-install-ffmpeg-on-windows/) tutorial on installing `ffmpeg` or using the scoop. Clone this repository into the `custom_nodes` folder and install requirements: - ```bash + + ``` git clone https://github.com/SamKhoze/CompfyUI-DeepFuze.git cd CompfyUI-DeepFuze pip3 install -r requirements.txt