Skip to content

Releases: derrian-distro/LoRA_Easy_Training_Scripts

UI Release v1: The First Release

22 May 05:40
8740d08
Compare
Choose a tag to compare

changelog of the old scripts are all in that branch here

  • May 22, 2023
    • First release of the new UI system. This has been a long time coming and I put in a ton of work to make it as user friendly as possible. Some Things to note, This doesn't have support for queues or block weight training for the moment, they are planned though and will be added down the line.
    • If you find any bugs, please tell me, I want to fix them if something is wrong. After all, I am only one person
    • I'm adding a link to my ko-fi page as of this update so people that want to support me can! Thanks for all of the feedback of the scripts through the development time I spent on it, and I hope to continue to improve it as I go.

Note, the installation process has changed, none of the installers of the previous versions are valid anymore.
DO NOT DOWNLOAD HERE, FOLLOW THE INSTRUSTIONS here

installers v6

21 Mar 19:24
Compare
Choose a tag to compare

Complete re-write of the installer to be a python script. does everything the previous installers did as well as allows installation of torch 2.0.0 or 2.1.0 as well as triton for those versions. Additionally adds proper checks to prevent installation outside of using python 3.10.6

new xformers were built to follow this update, and are installed through the installer.

you can run this installer by putting it into an empty folder, then opening up a command line, then typing python installer.py

EDIT: updated the installer.py to fix a bug with installing torch 2.0.0 and swapped the xformers links to be actually correct.
EDIT: update the installer.py to fix a bug in which it fails to properly import requests after installation.
EDIT: modified the version check to check for any python 3.10 version greater or equal to 3.10.6

installers v5

24 Feb 07:39
Compare
Choose a tag to compare

New installers for the new update.
seems like git was sometimes equating the git repos to the admin because I was running the scripts as admin. Seems like I was able to get around that. It will still ask for admin, but only on the one line that requires it.

A lot has changed with the structure of the project, including moving sd-scripts into the project rather than the opposite. so even if you previously had it installed, you will have to use this installer to reinstall everything.

It's about time I drop the installer for kohya_ss, as I don't actually maintain it, so I will be removing it as of this update.
if you still need it, you can find it here

installers v4

12 Feb 23:14
Compare
Choose a tag to compare

seems like my python and git check wasn't working as expected so I removed them for now. so I fixed that

Changelog:

  • v4
    • removed python and git check because they weren't working as expected
    • fixed a bug in which the cudnn patch wouldn't download
  • v3
    • Fixed a bug where I wasn't checking for Python being installed system wide
    • Added a way to ask for admin so that you no longer need to run as admin, it will ask you
    • further de-cluttered output to make things easier to follow
  • v2
    • New guards to make sure that python 3.10 and git are installed
    • less cluttered messages so that is makes more sense what is going on
    • the option to install the cudnn patch for higher end 30X0 cards as well as 40X0 cards, using the installer script written by bmaltais. Thanks bmaltais
    • the option to auto install the patch for 10X0 cards, for the sd-scripts installer only

installers v3

11 Feb 04:52
Compare
Choose a tag to compare

This release fixed a bug in checking for python, as I forgot to check if python was installed system wide, rather than user wide. I also cleaned up outputs a bit more, as well as set up a system to ask for admin when launched without it, so now all you need to do is just double click it, and it will ask you for admin.

Changelog:

  • v3

    • Fixed a bug where I wasn't checking for Python being installed system wide

    • Added a way to ask for admin so that you no longer need to run as admin, it will ask you

    • further de-cluttered output to make things easier to follow

  • v2

    • New guards to make sure that python 3.10 and git are installed
    • less cluttered messages so that is makes more sense what is going on
    • the option to install the cudnn patch for higher end 30X0 cards as well as 40X0 cards, using the installer script written by bmaltais. Thanks bmaltais
    • the option to auto install the patch for 10X0 cards, for the sd-scripts installer only

installers v2

10 Feb 19:07
Compare
Choose a tag to compare

This is a small release that has some batch files I created to make installing sd-scripts or kohya_ss easier to install. All you need to do is just put one of these in the folder you want to install everything in, and then right click -> run as admin. It'll do the rest.

new to this version:

  • New guards to make sure that python 3.10 and git are installed
  • less cluttered messages so that is makes more sense what is going on
  • the option to install the cudnn patch for higher end 30X0 cards as well as 40X0 cards, using the installer script written by bmaltais. Thanks bmaltais
  • the option to auto install the patch for 10X0 cards, for the sd-scripts installer only

Installers v1

31 Jan 01:07
Compare
Choose a tag to compare

This is a small release that has some batch files I created to make installing sd-scripts or kohya_ss easier to install. All you need to do is just put one of these in the folder you want to install everything in, and then right click -> run as admin. It'll do the rest. I'd love feedback on these scripts.