关键字 (方便模糊搜索出本文)
- stable diffusion
- stable-diffusion
- stable-diffusion-webui
- stable diffusion webui
- 图片+语音转视频
说明
小新pro14 2023版本 32G
电脑 win10-lstc
版本 1809
操作系统内部版本:17763.4377
独显:intel iris Xe Graphics
开始
使用的git:https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
commitId: baf6946e06249c5af9851c60171692c44ef633e0
git-scm: Git for Windows v2.37.3
安装python3.10.11,(不需要配置环境变量)假设安装目录是D:\ws\apps\Python310
修改 webui-user.bat ,将PYTHON
set PYTHON="D:\ws\apps\Python310\Python.exe"
然后打开cmd,输入webui-user.bat,等待安装完成(可能需要翻q)。
安装SadTalker
附件
文件:webui-user.bat
@echo off
set PYTHON="D:\ws\apps\Python310\Python.exe"
set GIT=
set VENV_DIR=
REM --xformers --skip-torch-cuda-test --precision full --no-half --disable-safe-unpickle
set COMMANDLINE_ARGS=--skip-torch-cuda-test --precision full --no-half --disable-safe-unpickle
call webui.bat
引用
- http://127.0.0.1:7860/
- https://ivonblog.com/posts/windows-stable-diffusion-webui/
- https://www.bilibili.com/read/cv21987039
- https://blog.csdn.net/weixin_43924605/article/details/130288081
- https://blog.csdn.net/zfengfei/article/details/130265568
- https://zhuanlan.zhihu.com/p/613530403
- https://civitai.com/
- https://github.com/OpenTalker/SadTalker/issues/342
- Open the modules/ui_tempdir.py file and in line 34 replace “def save_pil_to_file(self, pil_image, dir=None):” with this: “def save_pil_to_file(self, pil_image, dir=None, format=”png”):”
作者:张三 创建时间:2023-06-23 22:12
最后编辑:张三 更新时间:2023-07-12 21:42
最后编辑:张三 更新时间:2023-07-12 21:42