aboutsummaryrefslogtreecommitdiff
path: root/webui-macos-env.sh
AgeCommit message (Collapse)Author
2023-11-26update torch to 2.1.0AUTOMATIC1111
2023-08-13Mac k-diffusion workarounds are no longer neededbrkirch
2023-05-12Set PyTorch version to 2.0.1 for macOSbrkirch
2023-04-29Remove NVidia URL for OSX torch installation on OSX.AUTOMATIC
2023-03-30update torchVladimir Mandic
2023-01-28Add --no-half-vae to default macOS argumentsbrkirch
Apparently the version of PyTorch macOS users are currently at doesn't always handle half precision VAEs correctly. We will probably want to update the default PyTorch version to 2.0 when it comes out which should fix that, and at this point nightly builds of PyTorch 2.0 are going to be recommended for most Mac users. Unfortunately someone has already reported that their M2 Mac doesn't work with the nightly PyTorch 2.0 build currently, so we can add --no-half-vae for now and give users that can install nightly PyTorch 2.0 builds a webui-user.sh configuration that overrides the default.
2023-01-25Update arguments to use --upcast-samplingbrkirch
2022-12-06Set install_dir (per Ephil012's suggestion)brkirch
Set install_dir to a correct value for macOS. Thanks to @Ephil012 for pointing out this is needed.
2022-12-05Use python3.10 for python_cmd if availablebrkirch
2022-12-03Revert most launch.py changes, add mac user scriptbrkirch
Adds an addition file to read environment variables from when the webui.sh is run from macOS.