ikaros ef4baa4d58 删减部分live2d模型 5 月之前
..
css 5331763704 新增Live2D板块,增加web服务驱动live2d 1 年之前
font 5331763704 新增Live2D板块,增加web服务驱动live2d 1 年之前
js 151304978f 新增TTS模式 genshinvoice_top,调用第三方接口完成语音合成 1 年之前
live2d-model ef4baa4d58 删减部分live2d模型 5 月之前
README.md 5331763704 新增Live2D板块,增加web服务驱动live2d 1 年之前
index.html 68e56594a7 通过js控制live2d模型加载 1 年之前
index.html.bak 5331763704 新增Live2D板块,增加web服务驱动live2d 1 年之前
live2d-proload.js 5331763704 新增Live2D板块,增加web服务驱动live2d 1 年之前
live2d.com_eula_live2d-free-material-license-agreement_cn.html 59f333b35f GUI可以检索Live2D路径下的模型进行动态修改配置;追加 Live2D官网所有的免费模型 1 年之前
live2d.com_eula_live2d-sample-model-terms_cn.html 59f333b35f GUI可以检索Live2D路径下的模型进行动态修改配置;追加 Live2D官网所有的免费模型 1 年之前

README.md

CyberWaifu Server - Live2D

Getting Started

cd CyberWaifu/Server/Live2D

python -m http.server
# http://127.0.0.1:8000

Custom Live2D Model

Put your Live2D model in live2d-model/ as a directory

Open js/bundle.js

// At Line 1163 (You can also search "Hiyori" in this file to locate)
// ............
e.ModelDir = ["Hiyori"]
// ............

Modify it

e.ModelDir = ["<Your Live2D model directory name>"]

Re-run the http server to check if it works properly

python -m http.server
# http://127.0.0.1:8000

References

Download Live2D Cubism SDK for Web - Live2D Cubism

Live2D Sample Model Collection - Live2D Cubism

......and more, thanks.

I am because we are.