cd CyberWaifu/Server/Live2D
python -m http.server
# http://127.0.0.1:8000
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
Download Live2D Cubism SDK for Web - Live2D Cubism
Live2D Sample Model Collection - Live2D Cubism
......and more, thanks.
I am because we are.