Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion snippets/zh/install/install-link.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<Accordion title="ComfyUI 便携版(Windows)">
便携版是一个集成了独立的嵌入式 Python 环境的 ComfyUI 版本,使用便携版你可以体验到最新的功能,目前仅支持 **Windows** 系统
<Card title="ComfyUI桌面版(Windows)安装指南" icon="link" href="/zh/installation/comfyui_portable_windows">
支持 **Navida 显卡** 和在 **CPU** 运行的 **Windows** ComfyUI 版本,始终使用最新 commit 的代码
支持 **NVIDIA 显卡** 和在 **CPU** 运行的 **Windows** ComfyUI 版本,始终使用最新 commit 的代码
</Card>
</Accordion>

Expand Down
14 changes: 7 additions & 7 deletions zh/installation/comfyui_portable_windows.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ import AddExternalModels from "/snippets/zh/install/add-external-models.mdx"
<Note>请根据你的显卡类型选择对应的下载包。ComfyUI Portable 为不同硬件提供了独立的安装包。</Note>

<Tabs>
<Tab title="Nvidia 显卡">
### Nvidia 显卡标准版
<Tab title="NVIDIA 显卡">
### NVIDIA 显卡标准版

<CardGroup cols={2}>
<Card title="Nvidia GPU (CUDA 13.0, Python 3.13)" icon="download" href="https://github.com/Comfy-Org/ComfyUI/releases/latest/download/ComfyUI_windows_portable_nvidia.7z">
适用于现代 Nvidia 显卡(RTX 系列)
<Card title="NVIDIA GPU (CUDA 13.0, Python 3.13)" icon="download" href="https://github.com/Comfy-Org/ComfyUI/releases/latest/download/ComfyUI_windows_portable_nvidia.7z">
适用于现代 NVIDIA 显卡(RTX 系列)
</Card>
<Card title="Nvidia GPU (CUDA 12.6, Python 3.12)" icon="download" href="https://github.com/Comfy-Org/ComfyUI/releases/latest/download/ComfyUI_windows_portable_nvidia_cu126.7z">
支持 Nvidia 10 系列及更早的显卡
<Card title="NVIDIA GPU (CUDA 12.6, Python 3.12)" icon="download" href="https://github.com/Comfy-Org/ComfyUI/releases/latest/download/ComfyUI_windows_portable_nvidia_cu126.7z">
支持 NVIDIA 10 系列及更早的显卡
</Card>
</CardGroup>

Expand All @@ -37,7 +37,7 @@ import AddExternalModels from "/snippets/zh/install/add-external-models.mdx"
├── 📂update // 用于升级便携版安装包的批处理脚本
├── README_VERY_IMPORTANT.txt // 英文版本的 ComfyUI 便携版使用说明
├── run_cpu.bat // 双击启动 ComfyUI(仅支持 CPU)
└── run_nvidia_gpu.bat // 双击启动 ComfyUI(Nvidia 显卡)
└── run_nvidia_gpu.bat // 双击启动 ComfyUI(NVIDIA 显卡)
```

双击 `run_nvidia_gpu.bat` 启动 ComfyUI。
Expand Down
2 changes: 1 addition & 1 deletion zh/installation/system_requirements.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ import InstallLink from "/snippets/zh/install/install-link.mdx"
<Note>
支持 PyTorch 2.4 及以上版本,但某些功能和优化可能仅在较新版本上可用。我们通常建议使用最新主要版本的 PyTorch 和最新 CUDA 版本,除非发布时间不足两周。

Windows 便携版目前附带 Python 3.13 和 PyTorch CUDA 13.0。如果无法启动,请更新您的 Nvidia 驱动程序。
Windows 便携版目前附带 Python 3.13 和 PyTorch CUDA 13.0。如果无法启动,请更新您的 NVIDIA 驱动程序。
</Note>

### 依赖
Expand Down
Loading