Nodes Browser
ComfyDeploy: How VocalSeparation-ComfyUI works in ComfyUI?
What is VocalSeparation-ComfyUI?
a custom node for separation vocals from music based on [a/ZFTurbo/Music-Source-Separation-Training](https://github.com/ZFTurbo/Music-Source-Separation-Training)
How to install it in ComfyDeploy?
Head over to the machine page
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
VocalSeparation-ComfyUI
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
VocalSeparation-ComfyUI
a custom node for separation vocals from music based on ZFTurbo/Music-Source-Separation-Training
How to use
## in ComfyUI/custom_nodes
git clone https://github.com/AIFSH/VocalSeparation-ComfyUI.git
cd VocalSeparation-ComfyUI
pip install -r requirements.txt
weights will be downloaded from github automatically