From 436d648ad2e4599fe8e44b2afbc8f5c4323f42b7 Mon Sep 17 00:00:00 2001 From: Jack Gane <38080344+ganeJackS@users.noreply.github.com> Date: Thu, 9 May 2024 14:21:49 -0400 Subject: [PATCH] Update readme.md --- readme.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index e6617e9..b7b3e6a 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,7 @@ # SaltAI_AudioViz SaltAI AudioViz contains ComfyUI nodes for generating complex audio reactive visualizations. -🔥 **May 9, 2024**: Added new audio visualization features, more information can be found [here](https://github.com/get-salt-AI/SaltAI_AudioViz). +🔥 **May 9, 2024**: Inital Release of AudioViz, more information can be found [here]([https://github.com/get-salt-AI/SaltAI_AudioViz](https://docs.getsalt.ai/md/SaltAI_AudioViz/)). ## Installation Instructions @@ -10,9 +10,18 @@ Follow these steps to set up the environment: 1. Set up a virtual environment as needed. 2. Navigate to your desired installation directory. -3. Clone the repository: `git clone https://github.com/get-salt-AI/SaltAI_AudioViz` -4. Change to the cloned directory: `cd SaltAI_AudioViz` -5. Install dependencies using Python venv: `pip install -r requirements.txt` +3. Clone the repository: + `git clone https://github.com/get-salt-AI/SaltAI_AudioViz` +4. Change to the cloned directory: + `cd SaltAI_AudioViz` +5. **Install dependencies:** + + - **Python venv:** + `pip install -r requirements.txt` + + - **ComfyUI Portable (if applicable):** + `path\to\ComfyUI\python_embeded\python.exe -m pip install -r requirements.txt` + ## ComfyUI Integration