mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-18 02:43:00 +08:00
improve: better message.
This commit is contained in:
parent
e387dfdc68
commit
fc528e8be2
@ -55,7 +55,7 @@ sys.path.append('../..')
|
|||||||
from torchvision.datasets.utils import download_url
|
from torchvision.datasets.utils import download_url
|
||||||
|
|
||||||
# ensure .js
|
# ensure .js
|
||||||
print("### Loading: ComfyUI-Manager (V0.28.6)")
|
print("### Loading: ComfyUI-Manager (V0.28.7)")
|
||||||
|
|
||||||
comfy_ui_required_revision = 1240
|
comfy_ui_required_revision = 1240
|
||||||
comfy_ui_revision = "Unknown"
|
comfy_ui_revision = "Unknown"
|
||||||
@ -498,12 +498,11 @@ def check_custom_nodes_installed(json_obj, do_fetch=False, do_update_check=True,
|
|||||||
check_a_custom_node_installed(item, do_fetch, do_update_check, do_update)
|
check_a_custom_node_installed(item, do_fetch, do_update_check, do_update)
|
||||||
|
|
||||||
if do_fetch:
|
if do_fetch:
|
||||||
print("\nFetch done.")
|
print(f"\x1b[2K\rFetching done.")
|
||||||
elif do_update:
|
elif do_update:
|
||||||
print("\nUpdate done.")
|
print(f"\x1b[2K\rUpdate done.")
|
||||||
elif do_update_check:
|
elif do_update_check:
|
||||||
print("Update check done...")
|
print(f"\x1b[2K\rUpdate check done.")
|
||||||
|
|
||||||
|
|
||||||
@server.PromptServer.instance.routes.get("/customnode/getmappings")
|
@server.PromptServer.instance.routes.get("/customnode/getmappings")
|
||||||
async def fetch_customnode_mappings(request):
|
async def fetch_customnode_mappings(request):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user