toshiaki1729 / dataset-tag-editor-standalone

WebUI to edit dataset captions for txt2img models
MIT License
129 stars 13 forks source link

"Save all changes" button causing random garbage files to appear. #40

Closed tigerpillowactual closed 3 months ago

tigerpillowactual commented 3 months ago

Every time I click the "Save all changes" button on the standalone version it crates a random garbage file copy of every image in my folder. And it happens EVERY time. So if I have something like image.jpg, it will create a file called image.000 Then if I click "save all changes" again it'll create ANOTHER copy image.001 and so on. I tried different browsers but it happens in every browser I've tried.

tigerpillowactual commented 3 months ago

I just went back and tested the same thing on the A1111 extension and it's doing the same thing. I wonder if this is a general Gradio bug.

tigerpillowactual commented 3 months ago

Nevermind, I'm a moron. I just now noticed the checkbox for Backup original text file (original file will be renamed like filename.000, .001, .002, ...)

Apparently I never had that checked before

tigerpillowactual commented 3 months ago

User error