Skip to content
This repository was archived by the owner on Jun 26, 2026. It is now read-only.
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
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# ComfyUI Desktop

> [!IMPORTANT]
> **This repository is no longer the home of Comfy Desktop.** The app has been rewritten and now lives at **[Comfy-Org/Comfy-Desktop](https://github.com/Comfy-Org/Comfy-Desktop)**.
>
> - **New downloads:** [comfy.org/download](https://comfy.org/download)
> - **Existing 0.9.x users:** your app will receive an in-app update to the new version as we roll out — no action needed.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Soften the in-app update guarantee to match actual updater behavior.

Line 7 currently guarantees automatic migration for all 0.9.x users, but updater behavior depends on user settings (Comfy-Desktop.AutoUpdate). Please make this conditional.

Suggested wording
-> - **Existing 0.9.x users:** your app will receive an in-app update to the new version as we roll out — no action needed.
+> - **Existing 0.9.x users:** if auto-update is enabled, your app should receive an in-app update to the new version as rollout progresses.
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
> - **Existing 0.9.x users:** your app will receive an in-app update to the new version as we roll out — no action needed.
> - **Existing 0.9.x users:** if auto-update is enabled, your app should receive an in-app update to the new version as rollout progresses.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@README.md` at line 7, Update the README sentence that currently guarantees
automatic in-app updates for "Existing 0.9.x users" so it reflects actual
updater behavior: change the wording to make the in-app update conditional on
the user's auto-update setting (Comfy-Desktop.AutoUpdate) and indicate that
users with auto-updates enabled will receive the update while others must update
manually or enable auto-updates; edit the line containing "Existing 0.9.x users"
accordingly.

> - **New issues, PRs, discussions:** please file them on the [new repo](https://github.com/Comfy-Org/Comfy-Desktop).
>
> The content below is retained for reference.

![Beta](https://img.shields.io/badge/beta-blue.svg)

# USER GUIDE
Expand Down
Loading