Skip to content

Commit

Permalink
add command: comfy node migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
ltdrdata committed Jul 30, 2024
1 parent 2b7386d commit edd0e20
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions comfy_cli/command/custom_nodes/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,15 @@ def show_versions(
)


@app.command(
"migrate",
help="Changes the old-style custom node installation to the new-style custom node installation.",
)
@tracking.track_command("node")
def migration():
execute_cm_cli(["migrate"])


@app.command(
"install-deps",
help="Install dependencies from dependencies file(.json) or workflow(.png/.json)",
Expand Down

0 comments on commit edd0e20

Please sign in to comment.