> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-chore-sync-comfy-api-v2-spec-b886298.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Windows — Comfy Desktop

> Install and uninstall Comfy Desktop on Windows

**Comfy Desktop** is a multi-installation manager that lets you run multiple ComfyUI instances from a single launcher. This guide covers how to install and uninstall Comfy Desktop on Windows.

## System Requirements

* **OS:** Windows 10 or later
* **Architecture:** x64 or ARM64
* **GPU:** Dedicated GPU (NVIDIA / AMD) recommended for good performance, but not required
* **Disk Space:** At least 4.85 GB recommended per installation

<Card title="Download Comfy Desktop" icon="download" href="https://comfy.org/download">
  Download the latest installer for Windows. The page will automatically detect your platform.
</Card>

## Installation

Run the downloaded `.exe` installer (NSIS installer) and follow the prompts. After installation, launch Comfy Desktop from the Start Menu or desktop shortcut.

<img src="https://mintcdn.com/dripart-chore-sync-comfy-api-v2-spec-b886298/FhIx3rdRzvmasNcB/images/desktop/installation/windows_1_install.png?fit=max&auto=format&n=FhIx3rdRzvmasNcB&q=85&s=cf186c8b5444b2da2e119d5035170f9a" alt="Windows setup" width="995" height="770" data-path="images/desktop/installation/windows_1_install.png" />

When you first open the app, you'll see the **Welcome** screen where you can create your first installation.

<Tip>
  **Already using Legacy Desktop?** Comfy Desktop can automatically detect and migrate your existing installation. Your custom nodes, workflows, models, and settings are carried over — nothing is lost. The legacy installation is kept untouched as a backup.

  Learn more in the [Migrate from Legacy](/installation/desktop/usage/migrate) guide.
</Tip>

<Card title="Next Step: Using Comfy Desktop" icon="book-open" href="/installation/desktop/usage/overview">
  Once installed, learn how to create instances, manage installations, and configure settings.
</Card>

## Updating Comfy Desktop

Comfy Desktop automatically checks for updates and lets you manage them in two ways.

## Quick Update

When an update is available, a **Desktop Update Ready** button appears at the top of the window:

<img src="https://mintcdn.com/dripart-chore-sync-comfy-api-v2-spec-b886298/kw65XnF5t-_92iDK/images/desktop/installation/install_update_1.png?fit=max&auto=format&n=kw65XnF5t-_92iDK&q=85&s=8a008340287cca831fca29b3dd075e1f" alt="Desktop Update Ready button" width="2316" height="1247" data-path="images/desktop/installation/install_update_1.png" />

Just click the ① <Icon icon="arrows-rotate" /> Desktop Update Ready button and Comfy Desktop will restart and install the update automatically.

## Manual Update via Settings

You can also check for and manage updates from the Settings panel:

<Steps>
  <Step title="Open Desktop Settings">
    <img src="https://mintcdn.com/dripart-chore-sync-comfy-api-v2-spec-b886298/kw65XnF5t-_92iDK/images/desktop/installation/install_update_2-1.png?fit=max&auto=format&n=kw65XnF5t-_92iDK&q=85&s=2725d5b40ca3545a13c8a7b93996a90b" alt="Open Desktop Settings menu" width="2315" height="1250" data-path="images/desktop/installation/install_update_2-1.png" />

    1. **①** Click the hamburger menu (top-left)
    2. **②** Select **Desktop Settings**
  </Step>

  <Step title="Updates Panel">
    <img src="https://mintcdn.com/dripart-chore-sync-comfy-api-v2-spec-b886298/kw65XnF5t-_92iDK/images/desktop/installation/install_update_2-2.png?fit=max&auto=format&n=kw65XnF5t-_92iDK&q=85&s=c1e3ab2d565430a710583031aaaa9858" alt="Updates panel in Desktop Settings" width="2315" height="1248" data-path="images/desktop/installation/install_update_2-2.png" />

    In the **Updates** panel:

    1. **① Updates** — Click the sidebar Updates tab
    2. **② Check for updates** — Manually check for available updates
    3. **③ Restart & Update** — Appears when a new version is available; click to restart and update
    4. **④ Automatically install Desktop updates** — Toggle this on/off to control automatic updates
  </Step>
</Steps>

## Uninstalling

### Remove Comfy Desktop

1. Go to **Settings → Apps → Installed apps**
2. Find **Comfy Desktop** and click **Uninstall**

<img src="https://mintcdn.com/dripart-chore-sync-comfy-api-v2-spec-b886298/FhIx3rdRzvmasNcB/images/desktop/installation/windows_2_uninstall.png?fit=max&auto=format&n=FhIx3rdRzvmasNcB&q=85&s=ff39b201da2bdb10f0b81a15ea26b3ec" alt="Uninstall Comfy Desktop on Windows" width="2199" height="1290" data-path="images/desktop/installation/windows_2_uninstall.png" />

### What Uninstalling the App Does NOT Remove

Uninstalling Comfy Desktop only removes the launcher app itself. The following data is **not** removed and must be deleted manually if you want a complete cleanup:

| Data                    | Default Location                                | Description                                                                                                                                                                                    |
| ----------------------- | ----------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Installations           | `%LOCALAPPDATA%\Comfy-Desktop\ComfyUI-Installs` | Each ComfyUI installation you created (can also be deleted from within the app). Custom install paths are also not removed. Older installs may still live in `%USERPROFILE%\ComfyUI-Installs`. |
| Shared models & outputs | `%LOCALAPPDATA%\Comfy-Desktop\ComfyUI-Shared`   | Shared model library, input/output directories. Older installs may still use `%USERPROFILE%\ComfyUI-Shared`.                                                                                   |
| App settings & registry | `%APPDATA%\Comfy Desktop`                       | Settings and installation records                                                                                                                                                              |
| Logs                    | `%APPDATA%\Comfy Desktop\logs`                  | Desktop app logs (`app.log`)                                                                                                                                                                   |

<Warning>The directories listed above contain your **personal ComfyUI data** (models, outputs, settings, and installations). They are **not** Comfy Desktop application files. Deleting them will permanently remove your data.</Warning>

To fully remove everything:

1. **Delete the app data folder**: `%APPDATA%\Comfy Desktop`
2. **Delete individual installations** from within the app, or manually delete `%LOCALAPPDATA%\Comfy-Desktop\ComfyUI-Installs` (or `%USERPROFILE%\ComfyUI-Installs` if that is where they were created). Also delete any custom installation directories you configured
3. **Delete the shared model library** at `%LOCALAPPDATA%\Comfy-Desktop\ComfyUI-Shared` (or `%USERPROFILE%\ComfyUI-Shared`) only if you no longer need these files
