feat: SAM (segment anything) 3.1 support (CORE-34) (#13408)

This commit is contained in:
Jukka Seppänen
2026-04-23 07:07:43 +03:00
committed by GitHub
parent e988df72f8
commit 749d5b4e8d
9 changed files with 3502 additions and 1 deletions

View File

@@ -2459,6 +2459,7 @@ async def init_builtin_extra_nodes():
"nodes_curve.py",
"nodes_rtdetr.py",
"nodes_frame_interpolation.py",
"nodes_sam3.py"
]
import_failed = []