Skip to content
Open
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
4 changes: 4 additions & 0 deletions installation/desktop/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ Choose your platform to begin:
</Card>
</CardGroup>

<Tip>
For performance tuning, you can enable **FlashAttention** or **SageAttention** by passing `--use-flash-attention` or `--use-sage-attention` as startup flags. In Comfy Desktop, add them in the instance settings under the **Startup Args** tab (see [Manage](/installation/desktop/usage/manage)). Note that the **Server Config > Cross attention method** dropdown only controls in-process strategies (auto, split, quad, pytorch) and does not enable flash or sage attention. See the [startup flags reference](/development/comfyui-server/startup-flags#attention) for all options.
</Tip>

## Usage Guide

Once installed, learn how to use Comfy Desktop:
Expand Down
Loading