ComfyS3
ComfyS3 copied to clipboard
Wrong output format in download_file_s3.py
The code in download_file_s3.py at line 25, should be "return (local_path,)", rather than "return local_path". Hope for fixed at next version.
reference: https://github.com/TemryL/ComfyS3/blame/1efc620180676cdc122957b4a3afbc5ae176f324/src/nodes/download_file_s3.py#L25C25-L25C25