If the file already exists, the current fs.download API tries to download the file with a new name.
Example: sd_xl_base_1.0.safetensors
New name: sd_xl_base_1.0 (1).safetensors
Instead, it would be nicer if it supported skipping or overwriting if the file already exists.
If the file already exists, the current
fs.downloadAPI tries to download the file with a new name.Example:
sd_xl_base_1.0.safetensorsNew name:
sd_xl_base_1.0 (1).safetensorsInstead, it would be nicer if it supported skipping or overwriting if the file already exists.