Skip to content

Commit f7ca41f

Browse files
authored
chore(api-nodes): remove check for pyav>=14.2 in code (it was added to requirements.txt long ago) (Comfy-Org#11934)
1 parent ac26065 commit f7ca41f

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

comfy_api_nodes/canary.py

Lines changed: 0 additions & 10 deletions
This file was deleted.

nodes.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2409,9 +2409,6 @@ async def init_builtin_api_nodes():
24092409
"nodes_wan.py",
24102410
]
24112411

2412-
if not await load_custom_node(os.path.join(api_nodes_dir, "canary.py"), module_parent="comfy_api_nodes"):
2413-
return api_nodes_files
2414-
24152412
import_failed = []
24162413
for node_file in api_nodes_files:
24172414
if not await load_custom_node(os.path.join(api_nodes_dir, node_file), module_parent="comfy_api_nodes"):

0 commit comments

Comments
 (0)