-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v21.3.9 #504
Commits on Mar 27, 2023
-
Consolidated Install Scripts and Improve README
Install scripts have been consolidated for every non-Windows OS. Python Requirements were consolidated. README improved to work locally and provide more information.
Configuration menu - View commit details
-
Copy full SHA for 4277645 - Browse repository at this point
Copy the full SHA 4277645View commit details
Commits on Mar 28, 2023
-
Small comment added to clarify the purpose of the script for casual viewers.
Configuration menu - View commit details
-
Copy full SHA for 8168e36 - Browse repository at this point
Copy the full SHA 8168e36View commit details -
Configuration menu - View commit details
-
Copy full SHA for c79181b - Browse repository at this point
Copy the full SHA c79181bView commit details -
Linux distribution detection is much more robust. We also now include the Linux distribution family. That should help downstream Linux distributions as well. For example, Manjaro will now be detected as arch and Mint Linux will be detected as Ubuntu.
Configuration menu - View commit details
-
Copy full SHA for 8bf3ecf - Browse repository at this point
Copy the full SHA 8bf3ecfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 51e843f - Browse repository at this point
Copy the full SHA 51e843fView commit details
Commits on Mar 29, 2023
-
Script now accepts long and short arguments. Script should now help with a runpod environment and ensure apt cache is updated before package install attempt.
Configuration menu - View commit details
-
Copy full SHA for 307c433 - Browse repository at this point
Copy the full SHA 307c433View commit details -
More options, better var handlng.
Changed runpod detection to a variable to simplify maintenance and provide a mechanism for the user to force a runpod installation. Also, updated help message to acount for the change.
Configuration menu - View commit details
-
Copy full SHA for 0b5a418 - Browse repository at this point
Copy the full SHA 0b5a418View commit details -
Configuration menu - View commit details
-
Copy full SHA for 981f634 - Browse repository at this point
Copy the full SHA 981f634View commit details -
Enable more arbitrary install locations
Default to master branch (user can override with an argument), update the repo if we find a git folder but no venv folder (indicating blank env), rename BASE_DIR to PARENT_DIR to be more obvious, enable PARENT_DIR to account for an arbitrary amount of folders.
Configuration menu - View commit details
-
Copy full SHA for 20c525b - Browse repository at this point
Copy the full SHA 20c525bView commit details -
Merge branch 'consolidated_install_scripts' of https://github.com/jst…
…ayco/kohya_ss into consolidated_install_scripts
Configuration menu - View commit details
-
Copy full SHA for 9257f1d - Browse repository at this point
Copy the full SHA 9257f1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a9976b - Browse repository at this point
Copy the full SHA 9a9976bView commit details -
More output and fixed package detection on Ubuntu
Ubuntu dpkg detection fixed and more output for detected distros.
Configuration menu - View commit details
-
Copy full SHA for 403c2b0 - Browse repository at this point
Copy the full SHA 403c2b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a99ae6c - Browse repository at this point
Copy the full SHA a99ae6cView commit details -
Added setup.sh -h to the README
Some environments can't run setup.sh interactively. This will be convenient for those users.
Configuration menu - View commit details
-
Copy full SHA for ee1ac64 - Browse repository at this point
Copy the full SHA ee1ac64View commit details -
Non-interactive mode, new warning, new default config for accel
We now warn the user with a nicely formatted message if they have less than 10Gb space free and offer a 10s window to cancel operations. We now try to configure accelerate with no user input by default, but allow an override.
Configuration menu - View commit details
-
Copy full SHA for 71c9459 - Browse repository at this point
Copy the full SHA 71c9459View commit details -
Better inform the user what is happening. Upon successful configuration file copy operation, we notify the user where that config is located. Also added small sleep step before calling accelerate config to give the user a chance to read the message.
Configuration menu - View commit details
-
Copy full SHA for 094528c - Browse repository at this point
Copy the full SHA 094528cView commit details -
Add -p switch to expose public URL
This adds the ability for an extra switch to expose a public URL. We default to private.
Configuration menu - View commit details
-
Copy full SHA for a58b3b6 - Browse repository at this point
Copy the full SHA a58b3b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f67aaa - Browse repository at this point
Copy the full SHA 1f67aaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for c490764 - Browse repository at this point
Copy the full SHA c490764View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfe96a5 - Browse repository at this point
Copy the full SHA dfe96a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38aab1c - Browse repository at this point
Copy the full SHA 38aab1cView commit details -
Default install location is now environment-based
Better default install locations and updated the README to reflect.
Configuration menu - View commit details
-
Copy full SHA for bff1078 - Browse repository at this point
Copy the full SHA bff1078View commit details -
Merge branch 'consolidated_install_scripts' of https://github.com/jst…
…ayco/kohya_ss into consolidated_install_scripts
Configuration menu - View commit details
-
Copy full SHA for dd204ed - Browse repository at this point
Copy the full SHA dd204edView commit details -
Configuration menu - View commit details
-
Copy full SHA for a062dab - Browse repository at this point
Copy the full SHA a062dabView commit details
Commits on Mar 30, 2023
-
Small improvement to an stdout line.
Just a typo fix and added a word in an echo statement.
Configuration menu - View commit details
-
Copy full SHA for 90e34cc - Browse repository at this point
Copy the full SHA 90e34ccView commit details
Commits on Mar 31, 2023
-
Big update: Verbosity, space check skip,
Huge reorg to account for macOS and other non-Linux OSs. Verbosity levels 1-3 added (used by FDs 3-5). Simplified code by creating more shared functions.
Configuration menu - View commit details
-
Copy full SHA for 6e7e25c - Browse repository at this point
Copy the full SHA 6e7e25cView commit details -
Merge branch 'consolidated_install_scripts' of https://github.com/jst…
…ayco/kohya_ss into consolidated_install_scripts
Configuration menu - View commit details
-
Copy full SHA for 8594679 - Browse repository at this point
Copy the full SHA 8594679View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6da2d1 - Browse repository at this point
Copy the full SHA e6da2d1View commit details -
Integrated upgrade.sh functionality, consolidated code to install dependencies, added ability to skip git operations, ensured the script can run from anywhere aimed at installation anywhere, ensured all git commnds worked from anywhere aimed at target folder, normalized specified install directory names (always get the absolute path).
Configuration menu - View commit details
-
Copy full SHA for e5b2257 - Browse repository at this point
Copy the full SHA e5b2257View commit details -
Configuration menu - View commit details
-
Copy full SHA for fcffc13 - Browse repository at this point
Copy the full SHA fcffc13View commit details
Commits on Apr 1, 2023
-
More safeties around Python ops
More safeties and more code consolidation. Now we try to exit the python venv after all the python operations. All the python operations were consolidated to facilitate this.
Configuration menu - View commit details
-
Copy full SHA for bd2e829 - Browse repository at this point
Copy the full SHA bd2e829View commit details -
Merge branch 'consolidated_install_scripts' of https://github.com/jst…
…ayco/kohya_ss into consolidated_install_scripts
Configuration menu - View commit details
-
Copy full SHA for 1ff4a60 - Browse repository at this point
Copy the full SHA 1ff4a60View commit details -
Merge pull request #496 from missionfloyd/setup-batch
Add setup/upgrade batch files
Configuration menu - View commit details
-
Copy full SHA for 538752c - Browse repository at this point
Copy the full SHA 538752cView commit details -
Updates README to cover new location change and adds one small comment to clarify a variable
Configuration menu - View commit details
-
Copy full SHA for b02fb86 - Browse repository at this point
Copy the full SHA b02fb86View commit details -
Made python and the requirements.txt location independent.
Configuration menu - View commit details
-
Copy full SHA for febd553 - Browse repository at this point
Copy the full SHA febd553View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8285a7 - Browse repository at this point
Copy the full SHA d8285a7View commit details -
git is now location independent
Removed the cd commands in the process
Configuration menu - View commit details
-
Copy full SHA for 035dad2 - Browse repository at this point
Copy the full SHA 035dad2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4559528 - Browse repository at this point
Copy the full SHA 4559528View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbf6709 - Browse repository at this point
Copy the full SHA fbf6709View commit details -
Configuration menu - View commit details
-
Copy full SHA for a740fdb - Browse repository at this point
Copy the full SHA a740fdbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a24a8b - Browse repository at this point
Copy the full SHA 2a24a8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c92153e - Browse repository at this point
Copy the full SHA c92153eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b2e7d5f - Browse repository at this point
Copy the full SHA b2e7d5fView commit details -
Merge pull request #466 from jstayco/consolidated_install_scripts
Consolidated Install/Launch Scripts and Improve README
Configuration menu - View commit details
-
Copy full SHA for b7a719b - Browse repository at this point
Copy the full SHA b7a719bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97b004e - Browse repository at this point
Copy the full SHA 97b004eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9069ee2 - Browse repository at this point
Copy the full SHA 9069ee2View commit details -
Merge pull request #503 from bmaltais/revert-466-consolidated_install…
…_scripts Revert "Consolidated Install/Launch Scripts and Improve README"
Configuration menu - View commit details
-
Copy full SHA for 1e24e29 - Browse repository at this point
Copy the full SHA 1e24e29View commit details -
Configuration menu - View commit details
-
Copy full SHA for d37aa6e - Browse repository at this point
Copy the full SHA d37aa6eView commit details