https://github.com/traugdor/ComfyUI-Riffusion
Riffusion extension for ComfyUI to generate audio from text
https://github.com/traugdor/ComfyUI-Riffusion
Last synced: 2 months ago
JSON representation
Riffusion extension for ComfyUI to generate audio from text
- Host: GitHub
- URL: https://github.com/traugdor/ComfyUI-Riffusion
- Owner: traugdor
- Created: 2025-02-16T23:54:00.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-02-17T01:07:40.000Z (11 months ago)
- Last Synced: 2025-02-17T02:22:42.194Z (11 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-comfyui - **ComfyUI-Riffusion**
- awesome-comfyui - **ComfyUI-Riffusion**
README
# ComfyUI-Riffusion
A ComfyUI extension for Riffusion audio generation.
## Installation
1. Clone this repository into your `ComfyUI/custom_nodes` directory:
```git clone https://github.com/traugdor/ComfyUI-Riffusion.git```
OR
Install via Comfy Registry: https://registry.comfy.org/publishers/traugdor/nodes/riffusion
2. Restart ComfyUI
## Usage
The extension adds a new node "Riffusion" under the audio category.
## TODO
- Add support for multiple images (as input) to generate a single audio file for longer audio lengths
- Add support for multiple images to generate multiple audio files
- Add support for other audio types (wav, mp3, ogg, etc.)