Skip to content

Commit

Permalink
更新使用疑难解答
Browse files Browse the repository at this point in the history
  • Loading branch information
licyk committed Jul 19, 2024
1 parent 2c29365 commit 08d50dc
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/help/sd_webui.md
Original file line number Diff line number Diff line change
Expand Up @@ -703,4 +703,16 @@ RuntimeError: CUDA error: CUBLAS_STATUS_NOT_SUPPORTED when call `cublasGemmEx( h
安装的 PyTorch 的版本和显卡不对应,需重新选择正确版本的 PyTorch 并安装。

!!!note
安装 PyTorch 的方法参看:[环境维护 - 安装 PyTorch - SD Note](../sd_launcher/advance/env.md#pytorch)
安装 PyTorch 的方法参看:[环境维护 - 安装 PyTorch - SD Note](../sd_launcher/advance/env.md#pytorch)

***

## 在 SD WebUI 扩展管理界面安装插件时出现 AssertionError: extension access disabled because of command line flags
这是因为 SD WebUI 启用了远程访问或者 Gradio 共享,触发了 SD WebUI 安全保护机制,将这两个功能关闭后可正常在 SD WebUI 安装扩展。

如果使用命令启动,将命令行中的 --share 和 --listen 参数删去。

如果使用的是绘世启动器来启动,可在绘世启动器的高级选项 -> 网络设置 -> 监听设置里,把 开放远程连接 和 通过 Gradio 共享 两个选项关闭。

!!!danger
如果想要在启用上述功能的情况下安装扩展,可以在启动 SD WebUI 的命令行参数加入 --enable-insecure-extension-access 或者在绘世启动器的高级选项 -> 安全性选项,将 允许在开放远程访问时安装插件 打开,但是这可能会导致设备遭到恶意攻击。

0 comments on commit 08d50dc

Please sign in to comment.