├── GPT.py ├── README.md ├── cloud_image_generator.py ├── cloud_vocal_generator.py ├── config.ini ├── gui.py ├── local_image_generator.py ├── local_vocal_generator.py ├── main.py ├── music_generator.py ├── script.rpy ├── trs2.py ├── update.py └── update_docx.txt /GPT.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tamikip/AI-GAL/HEAD/GPT.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tamikip/AI-GAL/HEAD/README.md -------------------------------------------------------------------------------- /cloud_image_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tamikip/AI-GAL/HEAD/cloud_image_generator.py -------------------------------------------------------------------------------- /cloud_vocal_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tamikip/AI-GAL/HEAD/cloud_vocal_generator.py -------------------------------------------------------------------------------- /config.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tamikip/AI-GAL/HEAD/config.ini -------------------------------------------------------------------------------- /gui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tamikip/AI-GAL/HEAD/gui.py -------------------------------------------------------------------------------- /local_image_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tamikip/AI-GAL/HEAD/local_image_generator.py -------------------------------------------------------------------------------- /local_vocal_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tamikip/AI-GAL/HEAD/local_vocal_generator.py -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tamikip/AI-GAL/HEAD/main.py -------------------------------------------------------------------------------- /music_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tamikip/AI-GAL/HEAD/music_generator.py -------------------------------------------------------------------------------- /script.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tamikip/AI-GAL/HEAD/script.rpy -------------------------------------------------------------------------------- /trs2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tamikip/AI-GAL/HEAD/trs2.py -------------------------------------------------------------------------------- /update.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tamikip/AI-GAL/HEAD/update.py -------------------------------------------------------------------------------- /update_docx.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tamikip/AI-GAL/HEAD/update_docx.txt --------------------------------------------------------------------------------