From 1975ab93edd7664b7161832eac150fc6a46347ae Mon Sep 17 00:00:00 2001 From: lin-bot23 Date: Tue, 14 Jul 2026 06:10:49 +0800 Subject: [PATCH] docs: add FAQ entry for checking startup logs in Comfy Desktop --- installation/desktop/faq.mdx | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/installation/desktop/faq.mdx b/installation/desktop/faq.mdx index 4679e6037..8caa1074f 100644 --- a/installation/desktop/faq.mdx +++ b/installation/desktop/faq.mdx @@ -82,9 +82,24 @@ You can browse and restore any snapshot from the app's **Snapshots** section. - Try taking a manual snapshot first via the app menu - If the issue persists, restore to a previous snapshot and try again - -Comfy Desktop and its installations are separate on disk. To fully remove: - -1. **Delete the installations** from within the app (right-click → Remove) or delete the installation folders manually -2. **Uninstall the app** using your system's standard method (Add/Remove Programs on Windows, drag to Trash on macOS, package manager on Linux) - \ No newline at end of file +| +|When Comfy Desktop fails to start or behaves unexpectedly, you can check the startup logs: +| +|- **Windows:** Open File Explorer and navigate to `%APPDATA%\Comfy-Desktop\logs\`. Look for the most recent `.log` file. You can also run Comfy Desktop from the command line to see real-time output: +| ```powershell +| & "C:\Program Files\Comfy-Desktop\Comfy Desktop.exe" +| ``` +|- **macOS:** Open Terminal and run: +| ```bash +| /Applications/Comfy\ Desktop.app/Contents/MacOS/Comfy\ Desktop +| ``` +|- **Linux:** Open a terminal and run the app from the command line to see logs in real time +| +|For ComfyUI engine-level logs (not the Desktop app), check the console output when launching a ComfyUI instance from the Desktop app. You can see it in the instance's **Logs** tab. +| +| +|Comfy Desktop and its installations are separate on disk. To fully remove: +| +|1. **Delete the installations** from within the app (right-click → Remove) or delete the installation folders manually +|2. **Uninstall the app** using your system's standard method (Add/Remove Programs on Windows, drag to Trash on macOS, package manager on Linux) +| \ No newline at end of file