Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeJackS authored May 9, 2024
1 parent e0cbbfc commit 436d648
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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

Expand Down

0 comments on commit 436d648

Please sign in to comment.