diff --git a/.release b/.release index f4c599e..7355d4b 100644 --- a/.release +++ b/.release @@ -1 +1 @@ -v24.1.2 \ No newline at end of file +v24.1.3 \ No newline at end of file diff --git a/README.md b/README.md index 0c0cdb0..45f4aed 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,6 @@ The GUI allows you to set the training parameters and generate and run the requi - [SDXL training](#sdxl-training) - [Masked loss](#masked-loss) - [Change History](#change-history) - - [v24.1.1](#v2411) - - [v24.1.0](#v2410) ## 🦒 Colab @@ -442,14 +440,4 @@ ControlNet dataset is used to specify the mask. The mask images should be the RG ## Change History -### v24.1.1 - -- Fix small issue with VAE file path validation - -### v24.1.0 - -- To ensure cross-platform compatibility and security, the GUI now defaults to using "shell=False" when running subprocesses. This is based on documentation and should not cause issues on most platforms. However, some users have reported issues on specific platforms such as runpod and colab. PLease open an issue if you encounter any issues. -- Add support for custom LyCORIS toml config files. Simply type the path to the config file in the LyCORIS preset dropdown. -- Improve files and folders validation -- Added a new setup-3.10.bat file to set the venv to specifically use python 3.10.x instead of the default python the system might use. -- Relocate toml training config file to same folder as the model output directory. +See release information.