diff --git a/comfy_extras/nodes/nodes_open_api.py b/comfy_extras/nodes/nodes_open_api.py index fd28490a4..f0d89fcdd 100644 --- a/comfy_extras/nodes/nodes_open_api.py +++ b/comfy_extras/nodes/nodes_open_api.py @@ -742,7 +742,7 @@ class SaveImagesResponse(CustomNode): except Exception as e: logging.error(f"Error while trying to save file with fsspec_url {uri}", exc_info=e) - abs_path = os.path.abspath(local_path) + abs_path = "" if local_path is None else os.path.abspath(local_path) if is_null_uri(local_path): filename_for_ui = ""