Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyuyzl committed Aug 11, 2022
1 parent a1029da commit f697bfb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
26 changes: 0 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,32 +67,6 @@ https://github.com/pkhungurn/talking-head-anime-3-demo#download-the-models
### 配置输入输出设备
在成功进行Debug输出之后,请移步之后的输入输出设备一节进行进一步配置以输出到OBS。

## Installation(Venv version)
对于只是需要体验这个库的用户,推荐使用这个方式安装。

### 下载ZIP并解压或者克隆本Repo
点击[`Download ZIP`](../../archive/master.zip) 下载并解压,或者使用git克隆该仓库到你找得到的地方。
完整展开venv需要大约5.5G的硬盘空间。

### 检查并补齐必需文件
运行`00.检查并补齐必需文件.bat`
![step00success](assets/00Success.png)
按照提示操作,完成后再运行这个脚本进行检查,完全安装完成后的输出如图所示。

### 构建运行环境
运行适合你的地域的`01A.构建运行环境(默认源).bat`或者`01B.构建运行环境(国内源).bat`
这个脚本会创建venv并使用pip安装所有需要的依赖
两个脚本可以互相替代,并且支持从中断的位置继续
如果出现网络相关报错,直接关掉控制台,调整网络,重新运行即可
![step01success](assets/01Success.png)
完全安装完成后再次运行脚本的输出如图所示。一般来说安装全程没有红字就是成功结束。

### 使用启动器测试结果
运行`02B启动器(调试输出).bat`
直接点击界面底部的`Save & Launch`
如果看到了弹出的opencv输出窗体,则安装成功完成
![img.png](assets/02success.png)


## Installation(Conda version)

Expand Down
1 change: 1 addition & 0 deletions env_conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,4 @@ dependencies:
- protobuf==3.20.1
- pyvirtualcam==0.9.1
- pynput==1.7.6
- pyanime4k==2.5.2

0 comments on commit f697bfb

Please sign in to comment.