diff --git a/README.md b/README.md index 3213282..d51ab30 100644 --- a/README.md +++ b/README.md @@ -217,6 +217,7 @@ This will store your a backup file with your current locally installed pip packa - Added untested support for MacOS base on this gist: https://gist.github.com/jstayco/9f5733f05b9dc29de95c4056a023d645 Let me know how this work. From the look of it it appear to be well tought out. I modified a few things to make it fit better with the rest of the code in the repo. + - Fix for issue https://github.com/bmaltais/kohya_ss/issues/433 by implementing default of 0. * 2023/03/24 (v21.3.3) - Add support for custom user gui files. THey will be created at installation time or when upgrading is missing. You will see two files in the root of the folder. One named `gui-user.bat` and the other `gui-user.ps1`. Edit the file based on your prefered terminal. Simply add the parameters you want to pass the gui in there and execute it to start the gui with them. Enjoy! * 2023/03/23 (v21.3.2) diff --git a/library/common_gui.py b/library/common_gui.py index 0d37cc5..c17c7c1 100644 --- a/library/common_gui.py +++ b/library/common_gui.py @@ -954,6 +954,7 @@ def gradio_advanced_training(): max_data_loader_n_workers = gr.Textbox( label='Max num workers for DataLoader', placeholder='(Optional) Override number of epoch. Default: 8', + value="0", ) return ( # use_8bit_adam,