Update release number

pull/2478/head
bmaltais 2024-05-09 18:09:33 -04:00
parent 2a188b0ab6
commit dd083f95b0
2 changed files with 2 additions and 14 deletions

View File

@ -1 +1 @@
v24.1.2
v24.1.3

View File

@ -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.