├── .gitignore ├── 1.ico ├── GLMAPI.py ├── LICENSE ├── README.md ├── Resources └── Haru │ ├── Haru.2048 │ ├── texture_00.png │ └── texture_01.png │ ├── Haru.cdi3.json │ ├── Haru.moc3 │ ├── Haru.model3.json │ ├── Haru.model3.json.bak │ ├── Haru.physics3.json │ ├── Haru.pose3.json │ ├── Haru.userdata3.json │ ├── expressions │ ├── F01.exp3.json │ ├── F02.exp3.json │ ├── F03.exp3.json │ ├── F04.exp3.json │ ├── F05.exp3.json │ ├── F06.exp3.json │ ├── F07.exp3.json │ └── F08.exp3.json │ ├── motions │ ├── haru_g_idle.motion3.json │ ├── haru_g_m01.motion3.json │ ├── haru_g_m02.motion3.json │ ├── haru_g_m027.motion3.json │ ├── haru_g_m028.motion3.json │ ├── haru_g_m03.motion3.json │ ├── haru_g_m04.motion3.json │ ├── haru_g_m05.motion3.json │ ├── haru_g_m06.motion3.json │ ├── haru_g_m07.motion3.json │ ├── haru_g_m08.motion3.json │ ├── haru_g_m09.motion3.json │ ├── haru_g_m10.motion3.json │ ├── haru_g_m11.motion3.json │ ├── haru_g_m12.motion3.json │ ├── haru_g_m13.motion3.json │ ├── haru_g_m14.motion3.json │ ├── haru_g_m15.motion3.json │ ├── haru_g_m16.motion3.json │ ├── haru_g_m17.motion3.json │ ├── haru_g_m18.motion3.json │ ├── haru_g_m19.motion3.json │ ├── haru_g_m20.motion3.json │ ├── haru_g_m21.motion3.json │ ├── haru_g_m22.motion3.json │ ├── haru_g_m23.motion3.json │ ├── haru_g_m24.motion3.json │ ├── haru_g_m25.motion3.json │ ├── haru_g_m26.motion3.json │ ├── mytalk0.json │ ├── mytalk0.mtn │ ├── mytalk1.json │ ├── mytalk1.mtn │ ├── mytalk10.json │ ├── mytalk10.mtn │ ├── mytalk2.json │ ├── mytalk2.mtn │ ├── mytalk3.json │ ├── mytalk3.mtn │ ├── mytalk4.json │ ├── mytalk4.mtn │ ├── mytalk5.json │ ├── mytalk5.mtn │ ├── mytalk6.json │ ├── mytalk6.mtn │ ├── mytalk7.json │ ├── mytalk7.mtn │ ├── mytalk8.json │ ├── mytalk8.mtn │ ├── mytalk9.json │ └── mytalk9.mtn │ └── sounds │ ├── haru_Info_04.wav │ ├── haru_Info_14.wav │ ├── haru_normal_6.wav │ ├── haru_talk_13.wav │ ├── mytalk0.wav │ ├── mytalk1.wav │ ├── mytalk10.wav │ ├── mytalk2.wav │ ├── mytalk3.wav │ ├── mytalk4.wav │ ├── mytalk5.wav │ ├── mytalk6.wav │ ├── mytalk7.wav │ ├── mytalk8.wav │ └── mytalk9.wav ├── a.ico ├── api ├── 1.ico ├── a.ico ├── api.json ├── api2.py ├── api_key.json ├── audio.wav ├── chat │ ├── __init__.py │ ├── baidu.py │ ├── baidut.py │ ├── requirements.txt │ ├── tenxun.py │ └── utils.py ├── cosy │ ├── audio.wav │ └── audio1.wav ├── deepseek2.py ├── edge │ ├── audio.mp3 │ ├── audio.wav │ └── audio1.mp3 ├── glm4.py ├── gsv.json ├── gugeapi.py ├── kimi.py ├── ollama.json ├── ollama.py ├── ollama参数解释.txt ├── openapikey.py ├── requirements.txt ├── test.py └── ui.py ├── audio.wav ├── audio └── 新建 文本文档.txt ├── auto.py ├── config ├── 123.jpg ├── audio.wav ├── audio2.wav ├── audio3.wav ├── audio4.wav ├── audio5.wav ├── autoexe.py ├── config.json ├── dsup.html ├── edge.html ├── img.json ├── json │ ├── motions │ │ └── haru_g_m027.motion3.json │ └── sounds │ │ └── haru_Info_04.wav ├── motion.json ├── mouse.py ├── myauto.py ├── order │ ├── order1.txt │ ├── order2.txt │ ├── order3.txt │ ├── order4.txt │ ├── order5.txt │ ├── order6.txt │ ├── order7.txt │ ├── order8.txt │ └── order9.txt ├── pos.txt └── tsaudio │ ├── audio(1).wav │ ├── audio(2).wav │ ├── audio(3).wav │ ├── audio(4).wav │ ├── audio(5).wav │ ├── audio(6).wav │ ├── audio(7).wav │ ├── audio(8).wav │ ├── audio(9).wav │ └── audio.wav ├── ico ├── 1.ico ├── 1.jpg ├── 1.png ├── 1~1.ico ├── 2.png ├── 3.png ├── 4.png ├── qun.jpg ├── vx.jpg └── zfb.jpg ├── live2d ├── v2 │ ├── __init__.py │ ├── __pycache__ │ │ └── __init__.cpython-310.pyc │ ├── live2d.pyd │ └── live2d.pyi └── v3 │ ├── __init__.py │ ├── __pycache__ │ ├── __init__.cpython-310.pyc │ └── __init__.cpython-312.pyc │ ├── live2d.pyd │ ├── live2d.pyi │ └── live2d.so ├── live2d_model_test.py ├── live2d_window.py ├── main.py ├── moban ├── 亚托莉.txt ├── 雷姆.txt └── 雷姆2.txt ├── moys ├── ATRI.txt ├── audio │ ├── audio.wav │ ├── お出かけですかでは転んでも泣かないおまじないを.wav │ ├── わかります味見できるよう味覚センサーも搭載です高性能ですから.wav │ └── 如果是说踏鞴砂那个神秘事件与倾奇者之类的我知道哦.wav ├── leimu.txt ├── temp │ ├── audio.wav │ └── audio1.wav ├── 亚托莉.txt └── 纳西妲.txt ├── my4.py ├── requirements.txt └── 补丁 ├── coysvoice └── api.py └── gpt-sovits ├── GPT_SoVITS ├── config.json └── inference_webui.py ├── moys └── temp │ ├── audio.wav │ └── audio1.wav ├── runtime └── Lib │ └── site-packages │ └── chat │ ├── __init__.py │ ├── __pycache__ │ ├── __init__.cpython-39.pyc │ ├── deepseek2.cpython-39.pyc │ ├── glm4.cpython-39.pyc │ └── kimi.cpython-39.pyc │ ├── deepseek2.py │ ├── glm4.py │ └── kimi.py ├── webui.py ├── 安装额外依赖.bat └── 直接推理.bat /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/.gitignore -------------------------------------------------------------------------------- /1.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/1.ico -------------------------------------------------------------------------------- /GLMAPI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/GLMAPI.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/README.md -------------------------------------------------------------------------------- /Resources/Haru/Haru.2048/texture_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/Haru.2048/texture_00.png -------------------------------------------------------------------------------- /Resources/Haru/Haru.2048/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/Haru.2048/texture_01.png -------------------------------------------------------------------------------- /Resources/Haru/Haru.cdi3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/Haru.cdi3.json -------------------------------------------------------------------------------- /Resources/Haru/Haru.moc3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/Haru.moc3 -------------------------------------------------------------------------------- /Resources/Haru/Haru.model3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/Haru.model3.json -------------------------------------------------------------------------------- /Resources/Haru/Haru.model3.json.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/Haru.model3.json.bak -------------------------------------------------------------------------------- /Resources/Haru/Haru.physics3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/Haru.physics3.json -------------------------------------------------------------------------------- /Resources/Haru/Haru.pose3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/Haru.pose3.json -------------------------------------------------------------------------------- /Resources/Haru/Haru.userdata3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/Haru.userdata3.json -------------------------------------------------------------------------------- /Resources/Haru/expressions/F01.exp3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/expressions/F01.exp3.json -------------------------------------------------------------------------------- /Resources/Haru/expressions/F02.exp3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/expressions/F02.exp3.json -------------------------------------------------------------------------------- /Resources/Haru/expressions/F03.exp3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/expressions/F03.exp3.json -------------------------------------------------------------------------------- /Resources/Haru/expressions/F04.exp3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/expressions/F04.exp3.json -------------------------------------------------------------------------------- /Resources/Haru/expressions/F05.exp3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/expressions/F05.exp3.json -------------------------------------------------------------------------------- /Resources/Haru/expressions/F06.exp3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/expressions/F06.exp3.json -------------------------------------------------------------------------------- /Resources/Haru/expressions/F07.exp3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/expressions/F07.exp3.json -------------------------------------------------------------------------------- /Resources/Haru/expressions/F08.exp3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/expressions/F08.exp3.json -------------------------------------------------------------------------------- /Resources/Haru/motions/haru_g_idle.motion3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/motions/haru_g_idle.motion3.json -------------------------------------------------------------------------------- /Resources/Haru/motions/haru_g_m01.motion3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/motions/haru_g_m01.motion3.json -------------------------------------------------------------------------------- /Resources/Haru/motions/haru_g_m02.motion3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/motions/haru_g_m02.motion3.json -------------------------------------------------------------------------------- /Resources/Haru/motions/haru_g_m027.motion3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/motions/haru_g_m027.motion3.json -------------------------------------------------------------------------------- /Resources/Haru/motions/haru_g_m028.motion3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/motions/haru_g_m028.motion3.json -------------------------------------------------------------------------------- /Resources/Haru/motions/haru_g_m03.motion3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/motions/haru_g_m03.motion3.json -------------------------------------------------------------------------------- /Resources/Haru/motions/haru_g_m04.motion3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/motions/haru_g_m04.motion3.json -------------------------------------------------------------------------------- /Resources/Haru/motions/haru_g_m05.motion3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/motions/haru_g_m05.motion3.json -------------------------------------------------------------------------------- /Resources/Haru/motions/haru_g_m06.motion3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/motions/haru_g_m06.motion3.json -------------------------------------------------------------------------------- /Resources/Haru/motions/haru_g_m07.motion3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/motions/haru_g_m07.motion3.json -------------------------------------------------------------------------------- /Resources/Haru/motions/haru_g_m08.motion3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/motions/haru_g_m08.motion3.json -------------------------------------------------------------------------------- /Resources/Haru/motions/haru_g_m09.motion3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/motions/haru_g_m09.motion3.json -------------------------------------------------------------------------------- /Resources/Haru/motions/haru_g_m10.motion3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/motions/haru_g_m10.motion3.json -------------------------------------------------------------------------------- /Resources/Haru/motions/haru_g_m11.motion3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/motions/haru_g_m11.motion3.json -------------------------------------------------------------------------------- /Resources/Haru/motions/haru_g_m12.motion3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/motions/haru_g_m12.motion3.json -------------------------------------------------------------------------------- /Resources/Haru/motions/haru_g_m13.motion3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/motions/haru_g_m13.motion3.json -------------------------------------------------------------------------------- /Resources/Haru/motions/haru_g_m14.motion3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/motions/haru_g_m14.motion3.json -------------------------------------------------------------------------------- /Resources/Haru/motions/haru_g_m15.motion3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/motions/haru_g_m15.motion3.json -------------------------------------------------------------------------------- /Resources/Haru/motions/haru_g_m16.motion3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/motions/haru_g_m16.motion3.json -------------------------------------------------------------------------------- /Resources/Haru/motions/haru_g_m17.motion3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/motions/haru_g_m17.motion3.json -------------------------------------------------------------------------------- /Resources/Haru/motions/haru_g_m18.motion3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/motions/haru_g_m18.motion3.json -------------------------------------------------------------------------------- /Resources/Haru/motions/haru_g_m19.motion3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/motions/haru_g_m19.motion3.json -------------------------------------------------------------------------------- /Resources/Haru/motions/haru_g_m20.motion3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/motions/haru_g_m20.motion3.json -------------------------------------------------------------------------------- /Resources/Haru/motions/haru_g_m21.motion3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/motions/haru_g_m21.motion3.json -------------------------------------------------------------------------------- /Resources/Haru/motions/haru_g_m22.motion3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/motions/haru_g_m22.motion3.json -------------------------------------------------------------------------------- /Resources/Haru/motions/haru_g_m23.motion3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/motions/haru_g_m23.motion3.json -------------------------------------------------------------------------------- /Resources/Haru/motions/haru_g_m24.motion3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/motions/haru_g_m24.motion3.json -------------------------------------------------------------------------------- /Resources/Haru/motions/haru_g_m25.motion3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/motions/haru_g_m25.motion3.json -------------------------------------------------------------------------------- /Resources/Haru/motions/haru_g_m26.motion3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/motions/haru_g_m26.motion3.json -------------------------------------------------------------------------------- /Resources/Haru/motions/mytalk0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/motions/mytalk0.json -------------------------------------------------------------------------------- /Resources/Haru/motions/mytalk0.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/motions/mytalk0.mtn -------------------------------------------------------------------------------- /Resources/Haru/motions/mytalk1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/motions/mytalk1.json -------------------------------------------------------------------------------- /Resources/Haru/motions/mytalk1.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/motions/mytalk1.mtn -------------------------------------------------------------------------------- /Resources/Haru/motions/mytalk10.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/motions/mytalk10.json -------------------------------------------------------------------------------- /Resources/Haru/motions/mytalk10.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/motions/mytalk10.mtn -------------------------------------------------------------------------------- /Resources/Haru/motions/mytalk2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/motions/mytalk2.json -------------------------------------------------------------------------------- /Resources/Haru/motions/mytalk2.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/motions/mytalk2.mtn -------------------------------------------------------------------------------- /Resources/Haru/motions/mytalk3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/motions/mytalk3.json -------------------------------------------------------------------------------- /Resources/Haru/motions/mytalk3.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/motions/mytalk3.mtn -------------------------------------------------------------------------------- /Resources/Haru/motions/mytalk4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/motions/mytalk4.json -------------------------------------------------------------------------------- /Resources/Haru/motions/mytalk4.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/motions/mytalk4.mtn -------------------------------------------------------------------------------- /Resources/Haru/motions/mytalk5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/motions/mytalk5.json -------------------------------------------------------------------------------- /Resources/Haru/motions/mytalk5.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/motions/mytalk5.mtn -------------------------------------------------------------------------------- /Resources/Haru/motions/mytalk6.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/motions/mytalk6.json -------------------------------------------------------------------------------- /Resources/Haru/motions/mytalk6.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/motions/mytalk6.mtn -------------------------------------------------------------------------------- /Resources/Haru/motions/mytalk7.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/motions/mytalk7.json -------------------------------------------------------------------------------- /Resources/Haru/motions/mytalk7.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/motions/mytalk7.mtn -------------------------------------------------------------------------------- /Resources/Haru/motions/mytalk8.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/motions/mytalk8.json -------------------------------------------------------------------------------- /Resources/Haru/motions/mytalk8.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/motions/mytalk8.mtn -------------------------------------------------------------------------------- /Resources/Haru/motions/mytalk9.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/motions/mytalk9.json -------------------------------------------------------------------------------- /Resources/Haru/motions/mytalk9.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/motions/mytalk9.mtn -------------------------------------------------------------------------------- /Resources/Haru/sounds/haru_Info_04.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/sounds/haru_Info_04.wav -------------------------------------------------------------------------------- /Resources/Haru/sounds/haru_Info_14.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/sounds/haru_Info_14.wav -------------------------------------------------------------------------------- /Resources/Haru/sounds/haru_normal_6.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/sounds/haru_normal_6.wav -------------------------------------------------------------------------------- /Resources/Haru/sounds/haru_talk_13.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/sounds/haru_talk_13.wav -------------------------------------------------------------------------------- /Resources/Haru/sounds/mytalk0.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/sounds/mytalk0.wav -------------------------------------------------------------------------------- /Resources/Haru/sounds/mytalk1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/sounds/mytalk1.wav -------------------------------------------------------------------------------- /Resources/Haru/sounds/mytalk10.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/sounds/mytalk10.wav -------------------------------------------------------------------------------- /Resources/Haru/sounds/mytalk2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/sounds/mytalk2.wav -------------------------------------------------------------------------------- /Resources/Haru/sounds/mytalk3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/sounds/mytalk3.wav -------------------------------------------------------------------------------- /Resources/Haru/sounds/mytalk4.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/sounds/mytalk4.wav -------------------------------------------------------------------------------- /Resources/Haru/sounds/mytalk5.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/sounds/mytalk5.wav -------------------------------------------------------------------------------- /Resources/Haru/sounds/mytalk6.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/sounds/mytalk6.wav -------------------------------------------------------------------------------- /Resources/Haru/sounds/mytalk7.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/sounds/mytalk7.wav -------------------------------------------------------------------------------- /Resources/Haru/sounds/mytalk8.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/sounds/mytalk8.wav -------------------------------------------------------------------------------- /Resources/Haru/sounds/mytalk9.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/Resources/Haru/sounds/mytalk9.wav -------------------------------------------------------------------------------- /a.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/a.ico -------------------------------------------------------------------------------- /api/1.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/api/1.ico -------------------------------------------------------------------------------- /api/a.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/api/a.ico -------------------------------------------------------------------------------- /api/api.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/api/api.json -------------------------------------------------------------------------------- /api/api2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/api/api2.py -------------------------------------------------------------------------------- /api/api_key.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/api/api_key.json -------------------------------------------------------------------------------- /api/audio.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/api/audio.wav -------------------------------------------------------------------------------- /api/chat/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/api/chat/__init__.py -------------------------------------------------------------------------------- /api/chat/baidu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/api/chat/baidu.py -------------------------------------------------------------------------------- /api/chat/baidut.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/api/chat/baidut.py -------------------------------------------------------------------------------- /api/chat/requirements.txt: -------------------------------------------------------------------------------- 1 | selenium==4.3.0 2 | 3 | -------------------------------------------------------------------------------- /api/chat/tenxun.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/api/chat/tenxun.py -------------------------------------------------------------------------------- /api/chat/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/api/chat/utils.py -------------------------------------------------------------------------------- /api/cosy/audio.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/api/cosy/audio.wav -------------------------------------------------------------------------------- /api/cosy/audio1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/api/cosy/audio1.wav -------------------------------------------------------------------------------- /api/deepseek2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/api/deepseek2.py -------------------------------------------------------------------------------- /api/edge/audio.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/api/edge/audio.mp3 -------------------------------------------------------------------------------- /api/edge/audio.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/api/edge/audio.wav -------------------------------------------------------------------------------- /api/edge/audio1.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/api/edge/audio1.mp3 -------------------------------------------------------------------------------- /api/glm4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/api/glm4.py -------------------------------------------------------------------------------- /api/gsv.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/api/gsv.json -------------------------------------------------------------------------------- /api/gugeapi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/api/gugeapi.py -------------------------------------------------------------------------------- /api/kimi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/api/kimi.py -------------------------------------------------------------------------------- /api/ollama.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/api/ollama.json -------------------------------------------------------------------------------- /api/ollama.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/api/ollama.py -------------------------------------------------------------------------------- /api/ollama参数解释.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/api/ollama参数解释.txt -------------------------------------------------------------------------------- /api/openapikey.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/api/openapikey.py -------------------------------------------------------------------------------- /api/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/api/requirements.txt -------------------------------------------------------------------------------- /api/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/api/test.py -------------------------------------------------------------------------------- /api/ui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/api/ui.py -------------------------------------------------------------------------------- /audio.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/audio.wav -------------------------------------------------------------------------------- /audio/新建 文本文档.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /auto.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/auto.py -------------------------------------------------------------------------------- /config/123.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/config/123.jpg -------------------------------------------------------------------------------- /config/audio.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/config/audio.wav -------------------------------------------------------------------------------- /config/audio2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/config/audio2.wav -------------------------------------------------------------------------------- /config/audio3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/config/audio3.wav -------------------------------------------------------------------------------- /config/audio4.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/config/audio4.wav -------------------------------------------------------------------------------- /config/audio5.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/config/audio5.wav -------------------------------------------------------------------------------- /config/autoexe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/config/autoexe.py -------------------------------------------------------------------------------- /config/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/config/config.json -------------------------------------------------------------------------------- /config/dsup.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/config/dsup.html -------------------------------------------------------------------------------- /config/edge.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/config/edge.html -------------------------------------------------------------------------------- /config/img.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/config/img.json -------------------------------------------------------------------------------- /config/json/motions/haru_g_m027.motion3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/config/json/motions/haru_g_m027.motion3.json -------------------------------------------------------------------------------- /config/json/sounds/haru_Info_04.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/config/json/sounds/haru_Info_04.wav -------------------------------------------------------------------------------- /config/motion.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/config/motion.json -------------------------------------------------------------------------------- /config/mouse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/config/mouse.py -------------------------------------------------------------------------------- /config/myauto.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/config/myauto.py -------------------------------------------------------------------------------- /config/order/order1.txt: -------------------------------------------------------------------------------- 1 | 打开网站,参数1 -------------------------------------------------------------------------------- /config/order/order2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/config/order/order2.txt -------------------------------------------------------------------------------- /config/order/order3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/config/order/order3.txt -------------------------------------------------------------------------------- /config/order/order4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/config/order/order4.txt -------------------------------------------------------------------------------- /config/order/order5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/config/order/order5.txt -------------------------------------------------------------------------------- /config/order/order6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/config/order/order6.txt -------------------------------------------------------------------------------- /config/order/order7.txt: -------------------------------------------------------------------------------- 1 | 左键,1027,927 -------------------------------------------------------------------------------- /config/order/order8.txt: -------------------------------------------------------------------------------- 1 | 关闭,cloudmusic.exe -------------------------------------------------------------------------------- /config/order/order9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/config/order/order9.txt -------------------------------------------------------------------------------- /config/pos.txt: -------------------------------------------------------------------------------- 1 | 1078 2 | 862 3 | -------------------------------------------------------------------------------- /config/tsaudio/audio(1).wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/config/tsaudio/audio(1).wav -------------------------------------------------------------------------------- /config/tsaudio/audio(2).wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/config/tsaudio/audio(2).wav -------------------------------------------------------------------------------- /config/tsaudio/audio(3).wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/config/tsaudio/audio(3).wav -------------------------------------------------------------------------------- /config/tsaudio/audio(4).wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/config/tsaudio/audio(4).wav -------------------------------------------------------------------------------- /config/tsaudio/audio(5).wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/config/tsaudio/audio(5).wav -------------------------------------------------------------------------------- /config/tsaudio/audio(6).wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/config/tsaudio/audio(6).wav -------------------------------------------------------------------------------- /config/tsaudio/audio(7).wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/config/tsaudio/audio(7).wav -------------------------------------------------------------------------------- /config/tsaudio/audio(8).wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/config/tsaudio/audio(8).wav -------------------------------------------------------------------------------- /config/tsaudio/audio(9).wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/config/tsaudio/audio(9).wav -------------------------------------------------------------------------------- /config/tsaudio/audio.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/config/tsaudio/audio.wav -------------------------------------------------------------------------------- /ico/1.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/ico/1.ico -------------------------------------------------------------------------------- /ico/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/ico/1.jpg -------------------------------------------------------------------------------- /ico/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/ico/1.png -------------------------------------------------------------------------------- /ico/1~1.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/ico/1~1.ico -------------------------------------------------------------------------------- /ico/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/ico/2.png -------------------------------------------------------------------------------- /ico/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/ico/3.png -------------------------------------------------------------------------------- /ico/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/ico/4.png -------------------------------------------------------------------------------- /ico/qun.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/ico/qun.jpg -------------------------------------------------------------------------------- /ico/vx.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/ico/vx.jpg -------------------------------------------------------------------------------- /ico/zfb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/ico/zfb.jpg -------------------------------------------------------------------------------- /live2d/v2/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/live2d/v2/__init__.py -------------------------------------------------------------------------------- /live2d/v2/__pycache__/__init__.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/live2d/v2/__pycache__/__init__.cpython-310.pyc -------------------------------------------------------------------------------- /live2d/v2/live2d.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/live2d/v2/live2d.pyd -------------------------------------------------------------------------------- /live2d/v2/live2d.pyi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/live2d/v2/live2d.pyi -------------------------------------------------------------------------------- /live2d/v3/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/live2d/v3/__init__.py -------------------------------------------------------------------------------- /live2d/v3/__pycache__/__init__.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/live2d/v3/__pycache__/__init__.cpython-310.pyc -------------------------------------------------------------------------------- /live2d/v3/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/live2d/v3/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /live2d/v3/live2d.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/live2d/v3/live2d.pyd -------------------------------------------------------------------------------- /live2d/v3/live2d.pyi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/live2d/v3/live2d.pyi -------------------------------------------------------------------------------- /live2d/v3/live2d.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/live2d/v3/live2d.so -------------------------------------------------------------------------------- /live2d_model_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/live2d_model_test.py -------------------------------------------------------------------------------- /live2d_window.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/live2d_window.py -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/main.py -------------------------------------------------------------------------------- /moban/亚托莉.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/moban/亚托莉.txt -------------------------------------------------------------------------------- /moban/雷姆.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/moban/雷姆.txt -------------------------------------------------------------------------------- /moban/雷姆2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/moban/雷姆2.txt -------------------------------------------------------------------------------- /moys/ATRI.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/moys/ATRI.txt -------------------------------------------------------------------------------- /moys/audio/audio.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/moys/audio/audio.wav -------------------------------------------------------------------------------- /moys/audio/お出かけですかでは転んでも泣かないおまじないを.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/moys/audio/お出かけですかでは転んでも泣かないおまじないを.wav -------------------------------------------------------------------------------- /moys/audio/わかります味見できるよう味覚センサーも搭載です高性能ですから.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/moys/audio/わかります味見できるよう味覚センサーも搭載です高性能ですから.wav -------------------------------------------------------------------------------- /moys/audio/如果是说踏鞴砂那个神秘事件与倾奇者之类的我知道哦.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/moys/audio/如果是说踏鞴砂那个神秘事件与倾奇者之类的我知道哦.wav -------------------------------------------------------------------------------- /moys/leimu.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/moys/leimu.txt -------------------------------------------------------------------------------- /moys/temp/audio.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/moys/temp/audio.wav -------------------------------------------------------------------------------- /moys/temp/audio1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/moys/temp/audio1.wav -------------------------------------------------------------------------------- /moys/亚托莉.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/moys/亚托莉.txt -------------------------------------------------------------------------------- /moys/纳西妲.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/moys/纳西妲.txt -------------------------------------------------------------------------------- /my4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/my4.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/requirements.txt -------------------------------------------------------------------------------- /补丁/coysvoice/api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/补丁/coysvoice/api.py -------------------------------------------------------------------------------- /补丁/gpt-sovits/GPT_SoVITS/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/补丁/gpt-sovits/GPT_SoVITS/config.json -------------------------------------------------------------------------------- /补丁/gpt-sovits/GPT_SoVITS/inference_webui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/补丁/gpt-sovits/GPT_SoVITS/inference_webui.py -------------------------------------------------------------------------------- /补丁/gpt-sovits/moys/temp/audio.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/补丁/gpt-sovits/moys/temp/audio.wav -------------------------------------------------------------------------------- /补丁/gpt-sovits/moys/temp/audio1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/补丁/gpt-sovits/moys/temp/audio1.wav -------------------------------------------------------------------------------- /补丁/gpt-sovits/runtime/Lib/site-packages/chat/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/补丁/gpt-sovits/runtime/Lib/site-packages/chat/__init__.py -------------------------------------------------------------------------------- /补丁/gpt-sovits/runtime/Lib/site-packages/chat/__pycache__/__init__.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/补丁/gpt-sovits/runtime/Lib/site-packages/chat/__pycache__/__init__.cpython-39.pyc -------------------------------------------------------------------------------- /补丁/gpt-sovits/runtime/Lib/site-packages/chat/__pycache__/deepseek2.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/补丁/gpt-sovits/runtime/Lib/site-packages/chat/__pycache__/deepseek2.cpython-39.pyc -------------------------------------------------------------------------------- /补丁/gpt-sovits/runtime/Lib/site-packages/chat/__pycache__/glm4.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/补丁/gpt-sovits/runtime/Lib/site-packages/chat/__pycache__/glm4.cpython-39.pyc -------------------------------------------------------------------------------- /补丁/gpt-sovits/runtime/Lib/site-packages/chat/__pycache__/kimi.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/补丁/gpt-sovits/runtime/Lib/site-packages/chat/__pycache__/kimi.cpython-39.pyc -------------------------------------------------------------------------------- /补丁/gpt-sovits/runtime/Lib/site-packages/chat/deepseek2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/补丁/gpt-sovits/runtime/Lib/site-packages/chat/deepseek2.py -------------------------------------------------------------------------------- /补丁/gpt-sovits/runtime/Lib/site-packages/chat/glm4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/补丁/gpt-sovits/runtime/Lib/site-packages/chat/glm4.py -------------------------------------------------------------------------------- /补丁/gpt-sovits/runtime/Lib/site-packages/chat/kimi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/补丁/gpt-sovits/runtime/Lib/site-packages/chat/kimi.py -------------------------------------------------------------------------------- /补丁/gpt-sovits/webui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/补丁/gpt-sovits/webui.py -------------------------------------------------------------------------------- /补丁/gpt-sovits/安装额外依赖.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/补丁/gpt-sovits/安装额外依赖.bat -------------------------------------------------------------------------------- /补丁/gpt-sovits/直接推理.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DD-MASTERT/AI-Girlfriend-Desktop-Pet/HEAD/补丁/gpt-sovits/直接推理.bat --------------------------------------------------------------------------------