1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-03 07:26:31 +08:00

Removed nodes_v1_test.py, removed both v1/v3 test nodes from being attempted to be loaded in nodes.py

This commit is contained in:
Jedrzej Kosinski
2025-07-30 19:45:16 -07:00
parent f90beb73f8
commit 006a8981f7
3 changed files with 0 additions and 95 deletions

View File

@@ -2320,8 +2320,6 @@ async def init_builtin_extra_nodes():
"nodes_camera_trajectory.py",
"nodes_edit_model.py",
"nodes_tcfg.py",
"nodes_v3_test.py", # TODO: remove
"nodes_v1_test.py", # TODO: remove
]
import_failed = []