fix: message
This commit is contained in:
@@ -55,7 +55,7 @@ sys.path.append('../..')
|
||||
from torchvision.datasets.utils import download_url
|
||||
|
||||
# ensure .js
|
||||
print("### Loading: ComfyUI-Manager (V0.28.5)")
|
||||
print("### Loading: ComfyUI-Manager (V0.28.6)")
|
||||
|
||||
comfy_ui_required_revision = 1240
|
||||
comfy_ui_revision = "Unknown"
|
||||
|
||||
@@ -266,7 +266,7 @@ async function updateAll(update_check_checkbox) {
|
||||
return false;
|
||||
}
|
||||
|
||||
app.ui.dialog.show('ComfyUI and all extensions are already up-to-date with the latest versions.');
|
||||
app.ui.dialog.show('ComfyUI and all extensions have been updated to the latest version.');
|
||||
app.ui.dialog.element.style.zIndex = 9999;
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user