├── .gitignore ├── LICENSE ├── README.md ├── requirements.txt ├── test.txt ├── test_langchain.py ├── test_rwkv.py ├── webui_gpu.py └── 启动gpu小说客户端.bat /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v3ucn/RWKV_3B_7B_Webui_GPT-SoVITS/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v3ucn/RWKV_3B_7B_Webui_GPT-SoVITS/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v3ucn/RWKV_3B_7B_Webui_GPT-SoVITS/HEAD/README.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v3ucn/RWKV_3B_7B_Webui_GPT-SoVITS/HEAD/requirements.txt -------------------------------------------------------------------------------- /test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v3ucn/RWKV_3B_7B_Webui_GPT-SoVITS/HEAD/test.txt -------------------------------------------------------------------------------- /test_langchain.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v3ucn/RWKV_3B_7B_Webui_GPT-SoVITS/HEAD/test_langchain.py -------------------------------------------------------------------------------- /test_rwkv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v3ucn/RWKV_3B_7B_Webui_GPT-SoVITS/HEAD/test_rwkv.py -------------------------------------------------------------------------------- /webui_gpu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v3ucn/RWKV_3B_7B_Webui_GPT-SoVITS/HEAD/webui_gpu.py -------------------------------------------------------------------------------- /启动gpu小说客户端.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v3ucn/RWKV_3B_7B_Webui_GPT-SoVITS/HEAD/启动gpu小说客户端.bat --------------------------------------------------------------------------------