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)