comfyanonymous / ComfyUI

The most powerful and modular stable diffusion GUI, api and backend with a graph/nodes interface.
GNU General Public License v3.0
40.73k stars 4.34k forks source link

input folder deduplication #3465

Open oO0 opened 1 month ago

oO0 commented 1 month ago

Sometimes faster to drop file again. So better to search if file with same hash is already in folder and do not copy it again.

If drop file from input folder - it copy it again. This is undesired at all.

shawnington commented 1 month ago

You want us to try and do de-duplication via md5 checksums to prevent duplicates being loaded, and then load the duplicate instead if you try and load a duplicate?

oO0 commented 1 month ago

yes. Because searching files in external viewer is faster, then in web UI