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
1.06k stars 103 forks source link

Massively Higher VRAM Requirements on Windows #181

Closed ripandtearr closed 7 months ago

ripandtearr commented 7 months ago

Here on Windows, this new GUI version throws errors about missing packages like "Triton". Google says they are linux-only but optional.

Trying to train LORAs with the same settings as prior runs with this kit (at least I think they're the same?) causes me to instantly run out of VRAM on my 4090. Any way to install the older non-GUI version?

ripandtearr commented 7 months ago

Nevermind, just needed to enable SDPA/xformers

derrian-distro commented 7 months ago

Yes, I don't have it enabled by default as a "just in case". I have heard of a version of triton that works for windows, but I don't believe it was merged yet, so I'm not sure on including it quite yet