Skip to content

Commit 6b95f0a

Browse files
update for corrected system and memory details
1 parent 6643bc2 commit 6b95f0a

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

troubleshooting/overview.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ python main.py --cache-classic # Use the old style (aggressive) caching.
8787

8888
### Desktop App Issues
8989

90+
For comprehensive desktop installation troubleshooting, see the [Desktop Installation Guide](/installation/desktop/windows).
91+
9092
<Tabs>
9193
<Tab title="Windows">
9294
- **Unsupported device**: ComfyUI Desktop Windows only supports NVIDIA GPUs with CUDA. Use [ComfyUI Portable](/installation/comfyui_portable_windows) or [manual installation](/installation/manual_install) for other GPUs

zh-CN/troubleshooting/overview.mdx

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ python main.py --cache-lru 10 # 缓存 10 个结果
9595

9696
### 桌面应用问题
9797

98+
有关全面的桌面安装故障排除,请参见[桌面安装指南](/zh-CN/installation/desktop/windows)
99+
98100
<Tabs>
99101
<Tab title="Windows">
100102
- **无法安装**:以管理员身份运行安装程序
@@ -107,15 +109,17 @@ python main.py --cache-lru 10 # 缓存 10 个结果
107109
- **崩溃**:检查控制台应用程序以获取崩溃报告
108110
</Tab>
109111
<Tab title="Linux">
110-
- **权限被拒绝**:对 ComfyUI 可执行文件使用 `chmod +x`
111112
- **缺少库**:使用包管理器安装依赖项
112-
- **显示问题**:如果使用 SSH,设置 `export DISPLAY=:0`
113113
- **LD_LIBRARY_PATH 错误**:PyTorch 库路径问题(见下文)
114114
</Tab>
115115
</Tabs>
116116

117117
### 手动安装问题
118118

119+
<Note>
120+
文档可能略有过时。如果出现问题,请手动验证是否存在更新的稳定版本的 pytorch 或任何列出的库。请参考 [pytorch 安装矩阵](https://pytorch.org/get-started/locally/)[ROCm 网站](https://rocm.docs.amd.com/projects/install-on-linux/en/develop/install/3rd-party/pytorch-install.html#using-a-wheels-package) 等资源。
121+
</Note>
122+
119123
**Python 版本冲突:**
120124
```bash
121125
# 检查 Python 版本(需要 3.9+,推荐 3.12)
@@ -138,8 +142,8 @@ pip install -r requirements.txt
138142
# 对于 NVIDIA GPU(CUDA 12.8)
139143
pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu128
140144

141-
# 对于 AMD GPU(仅限 Linux - ROCm 6.2.4
142-
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.2.4
145+
# 对于 AMD GPU(仅限 Linux - ROCm 6.3
146+
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.3
143147
```
144148

145149
### Linux 特定问题

0 commit comments

Comments
 (0)