Skip to content

Commit

Permalink
新增按键UI设置;补充关于说明
Browse files Browse the repository at this point in the history
  • Loading branch information
Ikaros-521 committed Dec 17, 2023
1 parent 8ed3482 commit 865c1c4
Show file tree
Hide file tree
Showing 4 changed files with 139 additions and 83 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<a href="//github.com/Ikaros-521/AI-Vtuber/network"><img alt="GitHub forks" src="https://img.shields.io/github/forks/Ikaros-521/AI-Vtuber?color=%2300BFFF&style=flat-square"></a>
<a href="//www.python.org"><img src="https://img.shields.io/badge/python-3.10+-blue.svg" alt="python"></a>

`Luna AI` 是一款结合了最先进技术的虚拟AI主播。它的核心是一系列高效的人工智能模型,包括 `ChatterBot、GPT、Claude、langchain、chatglm、text-generation-webui、讯飞星火、智谱AI、谷歌Bard、文心一言 和 通义星尘`。这些模型既可以在本地运行,也可以通过云端服务提供支持。
`Luna AI` 是一款结合了最先进技术的虚拟AI主播。它的核心是一系列高效的人工智能模型,包括 `ChatterBot、GPT、Claude、langchain、chatglm、text-generation-webui、讯飞星火、智谱AI、谷歌Bard、文心一言、通义星尘千帆大模型`。这些模型既可以在本地运行,也可以通过云端服务提供支持。

`Luna AI` 的外观由 `Live2D、Vtube Studio、xuniren 和 UE5 结合 Audio2Face` 技术打造,为用户提供了一个生动、互动的虚拟形象。这使得 `Luna AI` 能够在各大直播平台,如 `Bilibili、抖音、快手、斗鱼、YouTube 和 Twitch`,进行实时互动直播。当然,它也可以在本地环境中与您进行个性化对话。

Expand Down
30 changes: 25 additions & 5 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -969,27 +969,47 @@
},
"webui": {
"theme": {
"choose": "曲奇饼干",
"choose": "蓝粉渐变",
"list": {
"蓝粉渐变": {
"login_card": "width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;position: fixed;left: 0;top: 0;background: linear-gradient(45deg, #3494E6, #EC6EAD);",
"tab_panel": "background: linear-gradient(45deg, #3494E6, #EC6EAD);",
"card": "margin:10px 0px;background: linear-gradient(45deg, #3494E6, #EC6EAD);"
"card": "margin:10px 0px;background: linear-gradient(45deg, #3494E6, #EC6EAD);",
"button_bottom": "margin:5px",
"button_bottom_color": "#EC6EAD",
"button_internal": "margin:5px",
"button_internal_color": "",
"switch_internal": ""
},
"默认黑白": {
"login_card": "width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;position: fixed;left: 0;top: 0;",
"tab_panel": "",
"card": "margin:10px 0px;"
"card": "margin:10px 0px;",
"button_bottom": "margin:5px",
"button_bottom_color": "primary",
"button_internal": "margin:5px",
"button_internal_color": "",
"switch_internal": ""
},
"极地极光": {
"login_card": "background:linear-gradient(45deg, #027333, #025959);width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;position: fixed;left: 0;top: 0;",
"tab_panel": "background: linear-gradient(45deg, #027333, #025959);",
"card": "margin:10px 0px;background: linear-gradient(45deg, #027333, #04D939);"
"card": "margin:10px 0px;background: linear-gradient(45deg, #027333, #04D939);",
"button_bottom": "margin:5px",
"button_bottom_color": "#04D939;",
"button_internal": "margin:5px",
"button_internal_color": "",
"switch_internal": ""
},
"曲奇饼干": {
"login_card": "background:linear-gradient(45deg, #F2BC8D, #73341D);width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;position: fixed;left: 0;top: 0;",
"tab_panel": "background: linear-gradient(45deg, #F2BC8D, #73341D);",
"card": "margin:10px 0px;background: linear-gradient(45deg, #F2BC8D, #73341D);"
"card": "margin:10px 0px;background: linear-gradient(45deg, #F2BC8D, #73341D);",
"button_bottom": "margin:5px;",
"button_bottom_color": "#A65F37",
"button_internal": "margin:5px",
"button_internal_color": "",
"switch_internal": ""
}
}
}
Expand Down
28 changes: 24 additions & 4 deletions config.json.bak
Original file line number Diff line number Diff line change
Expand Up @@ -974,22 +974,42 @@
"蓝粉渐变": {
"login_card": "width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;position: fixed;left: 0;top: 0;background: linear-gradient(45deg, #3494E6, #EC6EAD);",
"tab_panel": "background: linear-gradient(45deg, #3494E6, #EC6EAD);",
"card": "margin:10px 0px;background: linear-gradient(45deg, #3494E6, #EC6EAD);"
"card": "margin:10px 0px;background: linear-gradient(45deg, #3494E6, #EC6EAD);",
"button_bottom": "margin:5px",
"button_bottom_color": "#EC6EAD",
"button_internal": "margin:5px",
"button_internal_color": "",
"switch_internal": ""
},
"默认黑白": {
"login_card": "width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;position: fixed;left: 0;top: 0;",
"tab_panel": "",
"card": "margin:10px 0px;"
"card": "margin:10px 0px;",
"button_bottom": "margin:5px",
"button_bottom_color": "primary",
"button_internal": "margin:5px",
"button_internal_color": "",
"switch_internal": ""
},
"极地极光": {
"login_card": "background:linear-gradient(45deg, #027333, #025959);width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;position: fixed;left: 0;top: 0;",
"tab_panel": "background: linear-gradient(45deg, #027333, #025959);",
"card": "margin:10px 0px;background: linear-gradient(45deg, #027333, #04D939);"
"card": "margin:10px 0px;background: linear-gradient(45deg, #027333, #04D939);",
"button_bottom": "margin:5px",
"button_bottom_color": "#04D939;",
"button_internal": "margin:5px",
"button_internal_color": "",
"switch_internal": ""
},
"曲奇饼干": {
"login_card": "background:linear-gradient(45deg, #F2BC8D, #73341D);width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;position: fixed;left: 0;top: 0;",
"tab_panel": "background: linear-gradient(45deg, #F2BC8D, #73341D);",
"card": "margin:10px 0px;background: linear-gradient(45deg, #F2BC8D, #73341D);"
"card": "margin:10px 0px;background: linear-gradient(45deg, #F2BC8D, #73341D);",
"button_bottom": "margin:5px;",
"button_bottom_color": "#A65F37",
"button_internal": "margin:5px",
"button_internal_color": "",
"switch_internal": ""
}
}
}
Expand Down
Loading

0 comments on commit 865c1c4

Please sign in to comment.