derrian-distro / LoRA_Easy_Training_Scripts

A UI made in Pyside6 to make training LoRA/LoCon and other LoRA type models in sd-scripts easy
GNU General Public License v3.0
998 stars 101 forks source link

decouple savestate & lora output folder #183

Closed blu3nh closed 4 months ago

blu3nh commented 4 months ago

Would it be possible to supply an optional different output folder for the savestate folder?

For context. When dealing with network shares, then saving the resulting lora to a remote server for instant testing works just fine, but savestate crashes the script due to the not fast enough transfer speed.

But even without that, I'm sure there's value in people saving directly to their monitored lora folder, even if local, without clogging it up with savestates.

derrian-distro commented 4 months ago

I don't believe that is an input in kohya, I'll double check

derrian-distro commented 4 months ago

yeah, it doesn't look like it is an argument within sd-scripts, so I won't be able to add it, unfortunately