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
19 changes: 16 additions & 3 deletions installation/comfyui_portable_windows.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,22 @@ This guide section will walk you through installing ComfyUI Portable.

You can get the latest ComfyUI Portable download link by clicking the link below

<a className="prose" href="https://github.com/comfyanonymous/ComfyUI/releases/latest/download/ComfyUI_windows_portable_nvidia.7z" style={{ display: 'inline-block', backgroundColor: '#0078D6', color: '#ffffff', padding: '10px 20px', borderRadius: '8px', borderColor: "transparent", textDecoration: 'none', fontWeight: 'bold'}}>
<p className="prose" style={{ margin: 0, fontSize: "0.8rem" }}>Download ComfyUI Portable</p>
</a>
<CardGroup cols={2}>
<Card title="Standard portable for Nvidia GPUs" icon="download" href="https://github.com/comfyanonymous/ComfyUI/releases/latest/download/ComfyUI_windows_portable_nvidia.7z">
</Card>
<Card title="Experimental portable for AMD GPUs" icon="microchip" href="https://github.com/comfyanonymous/ComfyUI/releases/latest/download/ComfyUI_windows_portable_amd.7z">
</Card>
</CardGroup>

### Alternative downloads for Nvidia GPUs

<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">
Supports Nvidia 10 series and older GPUs
</Card>
</CardGroup>

After downloading, you can use decompression software like [7-ZIP](https://7-zip.org/) to extract the compressed package

Expand Down
19 changes: 16 additions & 3 deletions zh-CN/installation/comfyui_portable_windows.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,22 @@ import AddExternalModels from "/snippets/zh/install/add-external-models.mdx"

您可通过点击下面的链接来获取最新的 **ComfyUI Portable(便携版)** 下载链接

<a className="prose" href="https://github.com/comfyanonymous/ComfyUI/releases/latest/download/ComfyUI_windows_portable_nvidia.7z" style={{ display: 'inline-block', backgroundColor: '#0078D6', color: '#ffffff', padding: '10px 20px', borderRadius: '8px', borderColor: "transparent", textDecoration: 'none', fontWeight: 'bold'}}>
<p className="prose" style={{ margin: 0, fontSize: "0.8rem" }}>下载 ComfyUI Portable(便携版)</p>
</a>
<CardGroup cols={2}>
<Card title="Nvidia 显卡标准版" icon="download" href="https://github.com/comfyanonymous/ComfyUI/releases/latest/download/ComfyUI_windows_portable_nvidia.7z">
</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>

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

Expand Down