Disable native reroute migration (#3379)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Chenlei Hu
2025-04-10 08:50:07 -04:00
committed by GitHub
parent 22ae30132c
commit 261f671ef0
3 changed files with 3 additions and 3 deletions

View File

@@ -965,7 +965,7 @@ export class ComfyApp {
{
showMissingNodesDialog = true,
showMissingModelsDialog = true,
checkForRerouteMigration = true
checkForRerouteMigration = false
} = {}
) {
if (clean !== false) {