easydiffusion/scripts
Michael Gallacher 11265c4034 Add support for MPS when running on Apple silicon
Changes:

* autodetect if MPS is available and the pytorch version has MPS support.
* change logic from "is the device CPU?" to "is the device not CUDA?".
* set PYTORCH_ENABLE_MPS_FALLBACK=1

Known issues:

* Some samplers (eg DDIM) will fail on MPS unless forced to CPU-only mode
2023-03-07 14:57:37 -07:00
..
bootstrap.bat Keep bootstrap.bat in the repo, until the new installer releases. However it won't be copied or used after installation. 2023-03-07 21:17:04 +05:30
bootstrap.sh Merge branch 'main' into beta 2023-03-02 10:15:51 +05:30
check_modules.py Stop printing annoying ok messages 2022-12-24 19:13:17 +05:30
Developer Console.cmd Updated scripts to install sdkit into existing installations, while still working with new installations 2022-12-24 13:37:50 +05:30
developer_console.sh Updated scripts to install sdkit into existing installations, while still working with new installations 2022-12-24 13:37:50 +05:30
functions.sh Changes to make things work on MacOS/x64 2023-02-10 22:34:52 +01:00
install_status.txt Single-file installer - Include all the dependencies from an installed folder; Download the default models using the NSCurl plugin 2023-03-04 18:02:30 +05:30
on_env_start.bat Remove bootstrap.bat, since it's only needed during installation (and the current installer contains it, and this installer will soon be phased out) 2023-03-07 21:16:05 +05:30
on_env_start.sh Fix functions.sh upgrade, change messages to Easy Diffusion 2023-02-14 09:00:02 +01:00
on_sd_start.bat Merge branch 'main' into beta 2023-03-02 10:15:51 +05:30
on_sd_start.sh Add support for MPS when running on Apple silicon 2023-03-07 14:57:37 -07:00
Start Stable Diffusion UI.cmd Remove bootstrap.bat, since it's only needed during installation (and the current installer contains it, and this installer will soon be phased out) 2023-03-07 21:16:05 +05:30
start.sh Fail fatally, add same check on Linux, add some extra checks on Linux 2023-01-19 00:40:20 +01:00
win_enable_long_filepaths.ps1 Keep v2 files in the repo, for the updater 2022-09-02 13:58:36 +05:30