赞
踩
conda create -n sd python=3.10.6
conda activate sd
cd ./longjs
/home/$(whoami)/stable-diffusion-webui/
的,如果服务器不是这种结构,则会提示错误bash <(wget -qO- https://raw.githubusercontent.com/AUTOMATIC1111/stable-diffusion-webui/master/webui.sh)
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
/stable-diffusion-webui/
cd stable-diffusion-webui/
bash webui.sh
RuntimeError: Couldn't checkout {name}'s hash: {commithash}.
Command: "git" -C "/group2/longjs/stable-diffusion-webui/repositories/stable-diffusion-stability-ai" checkout 47b6b607fdd31875c9279cd2f4f16b92e4ea958e
Error code: 129
stdout: <empty>
stderr: Unknown option: -C
usage: git [--version] [--help] [-c name=value]
[--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]
[-p|--paginate|--no-pager] [--no-replace-objects] [--bare]
[--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]
<command> [<args>]
launch.py
文件vim launch.py
-C
并替换成 --exec-path
参考GitHub社区
:%s/-C/--exec-path/g # 查找全部-C并替换成--exec-path
launch.py
中查看。推荐后者,更快捷。参考GitHub社区
下载缺失文件,更名为codeformer-v0.1.0.pth
,并在/models/Codeformer
中替换
在webui-user.sh
中添加
export COMMANDLINE_ARGS="--listen --no-half-vae --enable-insecure-extension-access"
通过xshell隧道转移到本地浏览器,目标主机为服务器公网ip,目标端口默认为7860.可添加--port 其他端口
修改。
详细设置可见往期文章
在webui-user.sh
中添加--share
export COMMANDLINE_ARGS="--listen --no-half-vae --enable-insecure-extension-access --share"
运行webui.sh
之后,即可生成一个公网链接。该链接为临时链接,有效期三天。
extensions
选项卡依次点击下述选项,找到并安装zh_CN Localization
中文安装包settings
选项,并找到user interface
,拉到最后面,选择中文包enjoy it !
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。