From 43bfcafa866a3d810647ac00254ab767be684fbb Mon Sep 17 00:00:00 2001 From: Terry Jia Date: Sat, 3 May 2025 20:39:01 -0400 Subject: [PATCH] source format --- comfy_extras/nodes_load_3d.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfy_extras/nodes_load_3d.py b/comfy_extras/nodes_load_3d.py index 14b7de976..81ef4cabe 100644 --- a/comfy_extras/nodes_load_3d.py +++ b/comfy_extras/nodes_load_3d.py @@ -47,7 +47,7 @@ class Load3D(): video = None - if image['recording'] is not "": + if image['recording'] != "": recording_video_path = folder_paths.get_annotated_filepath(image['recording']) video = VideoFromFile(recording_video_path)