diff --git a/static/js/managers/UpdateService.js b/static/js/managers/UpdateService.js index dc95f98d..e7a7bb49 100644 --- a/static/js/managers/UpdateService.js +++ b/static/js/managers/UpdateService.js @@ -358,9 +358,10 @@ export class UpdateService { Successfully updated to ${newVersion}!

- - Please restart ComfyUI to complete the update process. - +
+ Please restart ComfyUI or LoRA Manager to apply update.
+ Make sure to reload your browser for both LoRA Manager and ComfyUI. +
`; } @@ -370,10 +371,10 @@ export class UpdateService { this.updateAvailable = false; // Refresh the modal content - setTimeout(() => { - this.updateModalContent(); - this.showUpdateProgress(false); - }, 2000); + // setTimeout(() => { + // this.updateModalContent(); + // this.showUpdateProgress(false); + // }, 2000); } // Simple markdown parser for changelog items