Skip to content

Genius-Society/hoyoMusic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hoyoMusic

license Python application hf ms

miHoYo game style music generation

Environment

conda create -n hoyo python=3.11 -y
conda activate hoyo
pip install -r requirements.txt

Code download

git clone [email protected]:Genius-Society/hoyoMusic.git
cd hoyoMusic

Train

python train.py # fine-tune model
python plot.py # plot training result

Thanks