The fairy tale maker
- setup Virtual environment:
py -3.10 -m venv env
- turn on virtual environment:
env\Scripts\activate.bat
- import libraries:
pip install -r requirements.txt
- Modify \Lib\site-packages\librosa\core\constantq.py
Ln 1059: complex -> complex128(1)
- DB migrate and run server:
python manage.py migrate python manage.py runserver
- Import
<YourGlowTTS>.tar
to
/TTS/data/glowtts-v2/
- Import
<YourHifigan>.tar
to
/TTS/data/hifigan-v2/
- The
SeeWeed
is available only on Window OS... - You have to poss your own OpenAI API Key!!
Openai: for GPT-4, Dalle
SCE-TTS: for TTS(customizable)
Contest Info: about Yonsei genAI contest
- Modify Dalle2 Prompt more consistent
- Upgrade UI/UX