You've already forked OpenShot-ComfyUI
mirror of
https://github.com/OpenShot/OpenShot-ComfyUI.git
synced 2026-03-02 08:56:22 -08:00
Debugging chunk boundaries with SAM2
This commit is contained in:
4
nodes.py
4
nodes.py
@@ -59,8 +59,8 @@ GROUNDING_DINO_MODEL_IDS = (
|
||||
)
|
||||
GROUNDING_DINO_CACHE = {}
|
||||
def _sam2_debug_enabled():
|
||||
v = str(os.environ.get("OPENSHOT_SAM2_DEBUG", "")).strip().lower()
|
||||
return v in ("1", "true", "yes", "on", "debug")
|
||||
# Temporary: always-on debug while we diagnose chunk/carry drift.
|
||||
return True
|
||||
|
||||
|
||||
def _sam2_debug(*parts):
|
||||
|
||||
Reference in New Issue
Block a user