Skip to content

Commit

Permalink
Use node registry name. (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang authored Jan 30, 2025
1 parent 98bfef7 commit 1f7e490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/test_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def test_model(comfy_cli):

@e2e_test
def test_node(comfy_cli, workspace):
node = "ComfyUI-AnimateDiff-Evolved"
node = "comfyui-animatediff-evolved"
proc = exec(
f"""
{comfy_cli} node install {node}
Expand Down

0 comments on commit 1f7e490

Please sign in to comment.