Comfy UI custom nodes for JEN music generation powered by Futureverse
pip install -r requirements.txt
You may need following nodes to visualise contents:
- comfyui-mixlab-nodes for optional audio visualiser
- rgthree-comfy for optional text output viewer
You will need API key to run the nodes, no local model required.
- Sign up to JEN from https://app.jenmusic.ai/
- Request API key from dashboard (feature about to release)
- Create a config.json file under ComfyUI-JEN, copy and paste your API key in the file and save
- run example workflow under workflow/
- results will be automatically stored under dest_dir (default output/JEN)
- file generate
{
"JEN_API_KEY": "YOUR_JEN_API_KEY"
}
Generate a 10s track, then extend it by 20s. Generated and extended files are saved under output/JEN or other destinations.
Apache License Version 2.0