Add support for custom node only snapshots (#4) (#1542)

* Add support for custom node only snapshots (#4)

* Fix ruff lint.

---------

Co-authored-by: pythongosssss <125205205+pythongosssss@users.noreply.github.com>
This commit is contained in:
Robin Huang
2025-02-13 14:26:35 -08:00
committed by GitHub
parent 6ff6e05408
commit eebace1652
4 changed files with 21 additions and 13 deletions

View File

@@ -447,7 +447,7 @@ async def task_worker():
except Exception:
traceback.print_exc()
return f"An error occurred while updating 'comfyui'."
return "An error occurred while updating 'comfyui'."
async def do_fix(item) -> str:
ui_id, node_name, node_ver = item