Skip to main content
Access Global Settings from the gear icon (⚙️) in the left sidebar.

General

  • Theme — Choose between System (follows OS), Light, or Dark
  • Auto-update — Enable/disable automatic update checking
  • Usage Metrics — Opt in or out of anonymous usage data collection

Proxy / Mirror Settings

Useful for users in regions with restricted internet access:
  • Python Install Mirror — Replace the Astral python-build-standalone download URL
  • Pypi Install Mirror — Set a custom pip mirror
  • Torch Install Mirror — Set a custom PyTorch download mirror

Data Locations

Comfy Desktop stores data in platform-specific directories:

Windows

App data:  %APPDATA%\Comfy Desktop
Logs:      %APPDATA%\Comfy Desktop\logs

macOS

App data:  ~/Library/Application Support/Comfy Desktop
Logs:      ~/Library/Application Support/Comfy Desktop/logs

Linux (XDG Base Directory)

Config:  ~/.config/Comfy Desktop
Data:    ~/.local/share/Comfy Desktop
Cache:   ~/.cache/Comfy Desktop
State:   ~/.local/state/Comfy Desktop

Keyboard Shortcuts

ShortcutAction
Ctrl+R / Cmd+RRefresh the current view
Ctrl+W / Cmd+WClose the current panel
EscapeClose modal or overlay
Ctrl+, / Cmd+,Open Global Settings
Comfy Desktop supports the comfy:// custom protocol for opening local workflow files directly from your browser or terminal.
comfy://open?file=/path/to/workflow.json
Clicking a comfy:// link or running it from the command line will:
  1. Launch Comfy Desktop (if not already running)
  2. Open the specified workflow file in the ComfyUI editor
  3. Focus the existing window (if already running)
This works on all platforms:
  • macOS: Click a comfy:// link in any app
  • Windows/Linux: Click the link in a browser or run it from the terminal
Note: Deep links only work with local file paths. The feature requires Comfy Desktop to be installed as the protocol handler — it registers itself automatically during installation.