Input duplicating when loading an image from input folder
- Dominant language
- Python
- Stars
- 133k
- Forks
- 15.7k
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 158
Description
There is currently a bug where if you're using the load image node. As expected, once you select the image, it copies the image into the input folder. however in the case your loaded image came from the input folder, this ends up duplicating the image.
This can lead to endlessly growing folders of duplicate images if one doesn't take the time to clean out their input folder from time to time.




A solution for this issue would be to set up the load image node with a bool check to verify whether the loaded image came from the input folder from within ComfyUI.
Contributor guide
Assessment
This issue has not been assessed yet.