Spaces:
Running on Zero
Running on Zero
metadata
title: YingMusic-Singer
emoji: 🎤
colorFrom: '#FE9EC7'
colorTo: '#89D4FF'
sdk: gradio
python_version: '3.10'
app_file: app.py
tags:
- singing-voice-synthesis
- lyric-editing
- diffusion-model
- reinforcement-learning
short_description: Melody-controllable singing voice synthesis with flexible lyric editing
fullWidth: true
YingMusic-Singer
YingMusic-Singer: Controllable Singing Voice Synthesis with Flexible Lyric Manipulation and Annotation-free Melody Guidance
Environment Setup
1. Install from Scratch
conda create -n YingMusic-Singer python=3.10
conda activate YingMusic-Singer
# uv is much quicker
pip install uv
uv pip install -r requirements.txt
2. Pre-built Conda Environment for One-Click Deployment (Nvidia / AMD CPU Only)
Coming soon
License
The code and model weights in this project are licensed under CC BY 4.0, except for the following components:
The VAE model weights and inference code (in src/YingMusic-Singer/utils/stable-audio-tools) are derived from Stable Audio Open by Stability AI, and are licensed under the Stability AI Community License.