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 a17ca20 commit 2c29365
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
Binary file removed docs/assets/images/guide/comfyui/node.jpg
Binary file not shown.
Binary file removed docs/assets/images/guide/comfyui/workflows.jpg
Binary file not shown.
16 changes: 16 additions & 0 deletions docs/help/sd_webui.md
Original file line number Diff line number Diff line change
Expand Up @@ -688,3 +688,19 @@ RuntimeError: CUDA error: CUBLAS_STATUS_NOT_SUPPORTED when call `cublasGemmEx( h
```

这是因为 HIP SDK 不是 5.7 的版本,需要下载 HIP SDK 5.7 并安装,安装后重启电脑,可参看:[绘世启动器使用 - 配置 ZLUDA - SDNote](../sd_launcher/other/zluda.md)

***

## 系统退出代码名称:STACK_BUFFER_OVERRUN
内存不足导致崩溃,尝试增大虚拟内存或者尝试增加内存条扩大物理内存。

!!!note
调整虚拟内存的方法参看:[杂项 - 调整虚拟内存 - SD Note](../help/other.md#_3)

***

## AssertionError: Torch not compiled with CUDA enabled
安装的 PyTorch 的版本和显卡不对应,需重新选择正确版本的 PyTorch 并安装。

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

0 comments on commit 2c29365

Please sign in to comment.