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
11 changes: 3 additions & 8 deletions installation/comfyui_portable_windows.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,9 @@ You can get the latest ComfyUI Portable download link by clicking the link below

### Alternative downloads for Nvidia GPUs

<CardGroup cols={2}>
<Card title="Portable with pytorch cuda 12.8 and python 3.12" icon="download" href="#">
CUDA 12.8 builds were dropped with ComfyUI 0.16.0 as there is no benefit over standard builds with CUDA 13.0
</Card>
<Card title="Portable with pytorch cuda 12.6 and python 3.12" icon="download" href="https://github.com/comfyanonymous/ComfyUI/releases/latest/download/ComfyUI_windows_portable_nvidia_cu126.7z">
Supports Nvidia 10 series and older GPUs
</Card>
</CardGroup>
<Card title="Portable with pytorch cuda 12.6 and python 3.12" icon="download" href="https://github.com/comfyanonymous/ComfyUI/releases/latest/download/ComfyUI_windows_portable_nvidia_cu126.7z">
Supports Nvidia 10 series and older GPUs
</Card>

### Alternative downloads

Expand Down
12 changes: 4 additions & 8 deletions zh-CN/installation/comfyui_portable_windows.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,21 @@ import AddExternalModels from "/snippets/zh/install/add-external-models.mdx"

<CardGroup cols={2}>
<Card title="Nvidia 显卡标准版" icon="download" href="https://github.com/comfyanonymous/ComfyUI/releases/latest/download/ComfyUI_windows_portable_nvidia.7z">
当前环境:Python 3.13 + CUDA 13.0
</Card>
<Card title="AMD 显卡实验版" icon="microchip" href="https://github.com/comfyanonymous/ComfyUI/releases/latest/download/ComfyUI_windows_portable_amd.7z">
</Card>
</CardGroup>

### 其他 Nvidia 显卡下载选项

<CardGroup cols={2}>
<Card title="Portable with pytorch cuda 12.8 and python 3.12" icon="download" href="https://github.com/comfyanonymous/ComfyUI/releases/latest/download/ComfyUI_windows_portable_nvidia_cu128.7z">
</Card>
<Card title="Portable with pytorch cuda 12.6 and python 3.12" icon="download" href="https://github.com/comfyanonymous/ComfyUI/releases/latest/download/ComfyUI_windows_portable_nvidia_cu126.7z">
支持 Nvidia 10 系列及更早的显卡
</Card>
</CardGroup>
<Card title="Portable with pytorch cuda 12.6 and python 3.12" icon="download" href="https://github.com/comfyanonymous/ComfyUI/releases/latest/download/ComfyUI_windows_portable_nvidia_cu126.7z">
支持 Nvidia 10 系列及更早的显卡
</Card>

### 其他下载选项

- [AMD 显卡实验版](https://github.com/comfyanonymous/ComfyUI/releases/latest/download/ComfyUI_windows_portable_amd.7z)
- [PyTorch CUDA 12.8 + Python 3.12 版本](https://github.com/comfyanonymous/ComfyUI/releases/latest/download/ComfyUI_windows_portable_nvidia_cu128.7z)
- [PyTorch CUDA 12.6 + Python 3.12 版本](https://github.com/comfyanonymous/ComfyUI/releases/latest/download/ComfyUI_windows_portable_nvidia_cu126.7z)(支持 Nvidia 10 系列及更早的显卡)

下载后你可以使用类似解压软件如 [7-ZIP](https://7-zip.org/) 对压缩包进行解压
Expand Down
Loading