From c91294535595569e0f88ad1cda979eeb379242e4 Mon Sep 17 00:00:00 2001 From: Robin Huang Date: Thu, 30 Jan 2025 15:41:19 -0800 Subject: [PATCH] Use node registry name. --- tests/e2e/test_e2e.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/test_e2e.py b/tests/e2e/test_e2e.py index e9ee6f5..f88f102 100644 --- a/tests/e2e/test_e2e.py +++ b/tests/e2e/test_e2e.py @@ -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}