In the terminal, run
git clone https://github.com/bmaltais/kohya_ss.git
cd kohya_ss
# Patch these files into top level/root project folder
# Then run the next command
bash ./macos.sh
| #!/usr/bin/env python3 | |
| import os | |
| import subprocess | |
| import sys | |
| import argparse | |
| import importlib | |
| description = """ | |
| VoiceCraft Inference Text-to-Speech Demo |