Skip to content

Commit

Permalink
优化:增加视频截图和演示相关内容
Browse files Browse the repository at this point in the history
  • Loading branch information
modstart committed Nov 1, 2024
1 parent 63d9a57 commit a37afb2
Show file tree
Hide file tree
Showing 15 changed files with 27 additions and 15 deletions.
34 changes: 22 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,43 +1,51 @@
# AigcPanel

![](./screenshots/cn/voice-clone.png)
![](./screenshots/cn/home.png)

## 软件介绍

`AigcPanel` 是一个简单易用的AI模型面板。简化本地模型管理、支持语音合成、语音克隆,一键导入和使用AI模型。
`AigcPanel` 是一个简单易用的一站式AI数字人系统,小白也可使用。
支持视频合成、声音合成、声音克隆,简化本地模型管理、一键导入和使用AI模型。

> 禁止使用本产品进行违法违规业务,使用本软件请遵守中华人民共和国法律法规。
## 功能特性

- 支持语音合成、语音克隆
- 支持 cosyvoice 语音模型
- 支持多模型导入、模型设置、模型启动停止、模型日志查看
- 支持视频数字人合成,支持视频画面和声音换口型匹配
- 支持语音合成、语音克隆,多种声音参数可设置
- 支持多模型导入、一键启动、模型设置、模型日志查看
- 支持国际化,支持简体中文、英语
- 支持多种模型一键启动包:`MuseTalk``cosyvoice`

## 功能预览

### 视频合成

![](./screenshots/cn/video-gen.png)

### 语音克隆

![](./screenshots/cn/voice-clone.png)
![](./screenshots/cn/sound-clone.png)

### 语音合成

![](./screenshots/cn/voice-tts.png)
![](./screenshots/cn/sound-tts.png)

### 模型导入
### 模型管理

![](./screenshots/cn/server-import.png)
![](./screenshots/cn/server.png)

### 模型设置
### 模型添加

![](./screenshots/cn/server-setting.png)
![](./screenshots/cn/server-add.png)

### 模型日志

![](./screenshots/cn/server-log.png)

### 关于

![](./screenshots/cn/about.png)
![](./screenshots/cn/setting.png)

## 安装使用

Expand All @@ -53,6 +61,7 @@

- 访问 [https://aigcpanel.com](https://aigcpanel.com) 下载 Linux 安装包,一键安装完成;

安装完成后,打开软件,下载模型一键启动包,即可使用。

## 技术栈

Expand All @@ -76,6 +85,7 @@ npm run build
## 本程序中使用到了以下开源项目,特此感谢

- [CosyVoice](https://github.com/FunAudioLLM/CosyVoice)
- [MuseTalk](https://github.com/TMElyralab/MuseTalk)

## License

Expand Down
Binary file removed screenshots/cn/about.png
Binary file not shown.
Binary file added screenshots/cn/home.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/cn/server-add.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed screenshots/cn/server-import.png
Binary file not shown.
Binary file modified screenshots/cn/server-log.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed screenshots/cn/server-setting.png
Binary file not shown.
Binary file added screenshots/cn/server.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/cn/setting.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/cn/sound-clone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/cn/sound-tts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/cn/video-gen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed screenshots/cn/voice-clone.png
Binary file not shown.
Binary file removed screenshots/cn/voice-tts.png
Binary file not shown.
8 changes: 5 additions & 3 deletions src/pages/Video/VideoGen.vue
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,11 @@ onBeforeUnmount(() => {
</div>
</div>
</div>
<div class="w-64 flex-shrink-0">
<div class="w-64 h-64" v-if="r.resultMp4">
<VideoPlayer :url="'file://'+r.resultMp4"/>
<div class="flex-shrink-0 ml-8">
<div class="p-2 rounded shadow bg-gray-300">
<div class="w-48 h-48" v-if="r.resultMp4">
<VideoPlayer :url="'file://'+r.resultMp4"/>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit a37afb2

Please sign in to comment.